AUTHORS.md
HISTORY.md
LICENSE
MANIFEST.in
Pipfile
README.md
mkdocs.yml
pyproject.toml
pytest.ini
setup.cfg
setup.py
strategy.ini
tox.ini
aea/__init__.py
aea/__version__.py
aea/aea.py
aea/aea_builder.py
aea/agent.py
aea.egg-info/PKG-INFO
aea.egg-info/SOURCES.txt
aea.egg-info/dependency_links.txt
aea.egg-info/entry_points.txt
aea.egg-info/not-zip-safe
aea.egg-info/requires.txt
aea.egg-info/top_level.txt
aea/cli/__init__.py
aea/cli/__main__.py
aea/cli/add.py
aea/cli/common.py
aea/cli/config.py
aea/cli/core.py
aea/cli/create.py
aea/cli/fetch.py
aea/cli/fingerprint.py
aea/cli/generate.py
aea/cli/init.py
aea/cli/install.py
aea/cli/launch.py
aea/cli/list.py
aea/cli/loggers.py
aea/cli/login.py
aea/cli/logout.py
aea/cli/publish.py
aea/cli/push.py
aea/cli/register.py
aea/cli/remove.py
aea/cli/run.py
aea/cli/scaffold.py
aea/cli/search.py
aea/cli/registry/__init__.py
aea/cli/registry/fetch.py
aea/cli/registry/publish.py
aea/cli/registry/push.py
aea/cli/registry/registration.py
aea/cli/registry/settings.py
aea/cli/registry/utils.py
aea/cli_gui/__init__.py
aea/cli_gui/__main__.py
aea/cli_gui/aea_cli_rest.yaml
aea/configurations/__init__.py
aea/configurations/base.py
aea/configurations/components.py
aea/configurations/loader.py
aea/configurations/schemas/aea-config_schema.json
aea/configurations/schemas/connection-config_schema.json
aea/configurations/schemas/contract-config_schema.json
aea/configurations/schemas/definitions.json
aea/configurations/schemas/protocol-config_schema.json
aea/configurations/schemas/protocol-specification_schema.json
aea/configurations/schemas/skill-config_schema.json
aea/connections/__init__.py
aea/connections/base.py
aea/connections/scaffold/__init__.py
aea/connections/scaffold/connection.py
aea/connections/scaffold/connection.yaml
aea/connections/stub/__init__.py
aea/connections/stub/connection.py
aea/connections/stub/connection.yaml
aea/context/__init__.py
aea/context/base.py
aea/contracts/__init__.py
aea/contracts/base.py
aea/contracts/ethereum.py
aea/contracts/scaffold/__init__.py
aea/contracts/scaffold/contract.py
aea/contracts/scaffold/contract.yaml
aea/crypto/__init__.py
aea/crypto/base.py
aea/crypto/ethereum.py
aea/crypto/fetchai.py
aea/crypto/helpers.py
aea/crypto/ledger_apis.py
aea/crypto/wallet.py
aea/decision_maker/__init__.py
aea/decision_maker/base.py
aea/decision_maker/messages/__init__.py
aea/decision_maker/messages/base.py
aea/decision_maker/messages/state_update.py
aea/decision_maker/messages/transaction.py
aea/helpers/__init__.py
aea/helpers/base.py
aea/helpers/dialogue/__init__.py
aea/helpers/dialogue/base.py
aea/helpers/ipfs/__init__.py
aea/helpers/ipfs/base.py
aea/helpers/ipfs/pb/__init__.py
aea/helpers/ipfs/pb/merkledag.proto
aea/helpers/ipfs/pb/merkledag_pb2.py
aea/helpers/ipfs/pb/unixfs.proto
aea/helpers/ipfs/pb/unixfs_pb2.py
aea/helpers/preference_representations/__init__.py
aea/helpers/preference_representations/base.py
aea/helpers/search/__init__.py
aea/helpers/search/generic.py
aea/helpers/search/models.py
aea/identity/__init__.py
aea/identity/base.py
aea/mail/__init__.py
aea/mail/base.proto
aea/mail/base.py
aea/mail/base_pb2.py
aea/protocols/__init__.py
aea/protocols/base.py
aea/protocols/generator.py
aea/protocols/default/__init__.py
aea/protocols/default/custom_types.py
aea/protocols/default/default.proto
aea/protocols/default/default_pb2.py
aea/protocols/default/message.py
aea/protocols/default/protocol.yaml
aea/protocols/default/serialization.py
aea/protocols/scaffold/__init__.py
aea/protocols/scaffold/message.py
aea/protocols/scaffold/protocol.yaml
aea/protocols/scaffold/serialization.py
aea/registries/__init__.py
aea/registries/base.py
aea/registries/filter.py
aea/registries/resources.py
aea/skills/__init__.py
aea/skills/base.py
aea/skills/behaviours.py
aea/skills/tasks.py
aea/skills/error/__init__.py
aea/skills/error/handlers.py
aea/skills/error/skill.yaml
aea/skills/scaffold/__init__.py
aea/skills/scaffold/behaviours.py
aea/skills/scaffold/handlers.py
aea/skills/scaffold/my_model.py
aea/skills/scaffold/skill.yaml
docs/.DS_Store
docs/aea-vs-mvc.md
docs/agent-oriented-development.md
docs/agent-vs-aea.md
docs/app-areas.md
docs/aries-cloud-agent.md
docs/build-aea-programmatically.md
docs/build-aea-step-by-step.md
docs/car-park-skills.md
docs/cli-commands.md
docs/cli-gui.md
docs/cli-how-to.md
docs/cli-vs-programmatic-aeas.md
docs/connect-a-frontend.md
docs/connection.md
docs/core-components.md
docs/decision-maker-transaction.md
docs/deployment.md
docs/design-principles.md
docs/diagram.md
docs/erc1155-skills.md
docs/generic-skills.md
docs/gym-example.md
docs/gym-skill.md
docs/http-connection-and-skill.md
docs/identity.md
docs/index.md
docs/integration.md
docs/known-limits.md
docs/logging.md
docs/ml-skills.md
docs/multiplexer-standalone.md
docs/oef-ledger.md
docs/orm-integration-to-generic.md
docs/package-imports.md
docs/protocol-generator.md
docs/protocol.md
docs/questions-and-answers.md
docs/quickstart.md
docs/raspberry-set-up.md
docs/scaffolding.md
docs/skill-guide.md
docs/skill.md
docs/standalone-transaction.md
docs/steps.md
docs/tac-skills.md
docs/tac.md
docs/test.html
docs/thermometer-skills-step-by-step.md
docs/thermometer-skills.md
docs/trust.md
docs/version.md
docs/vision.md
docs/wealth.md
docs/weather-skills.md
docs/api/aea.md
docs/api/aea_builder.md
docs/api/agent.md
docs/api/configurations/base.md
docs/api/configurations/components.md
docs/api/configurations/loader.md
docs/api/connections/base.md
docs/api/connections/stub/connection.md
docs/api/context/base.md
docs/api/contracts/base.md
docs/api/contracts/ethereum.md
docs/api/crypto/base.md
docs/api/crypto/ethereum.md
docs/api/crypto/fetchai.md
docs/api/crypto/ledger_apis.md
docs/api/crypto/wallet.md
docs/api/decision_maker/base.md
docs/api/decision_maker/messages/base.md
docs/api/decision_maker/messages/state_update.md
docs/api/decision_maker/messages/transaction.md
docs/api/helpers/dialogue/base.md
docs/api/helpers/ipfs/base.md
docs/api/helpers/preference_representations/base.md
docs/api/helpers/search/generic.md
docs/api/helpers/search/models.md
docs/api/identity/base.md
docs/api/mail/base.md
docs/api/protocols/base.md
docs/api/protocols/generator.md
docs/api/protocols/default/custom_types.md
docs/api/protocols/default/message.md
docs/api/protocols/default/serialization.md
docs/api/registries/resources.md
docs/api/skills/base.md
docs/api/skills/behaviours.md
docs/api/skills/tasks.md
docs/api/skills/error/handlers.md
docs/assets/.DS_Store
docs/assets/aea-vs-agent-vs-multiplexer.png
docs/assets/cli_gui01_clean.png
docs/assets/cli_gui02_sequence_01.png
docs/assets/cli_gui02_sequence_02.png
docs/assets/cli_gui03_oef_node.png
docs/assets/cli_gui04_new_agent.png
docs/assets/cli_gui05_full_running_agent.png
docs/assets/framework-architecture.png
docs/assets/gym-skill.png
docs/assets/gym-training.png
docs/assets/http-integration.png
docs/assets/oef-ledger.png
docs/assets/threads.png
docs/assets/visdom_ui.png
docs/assets/weather-client-logs.png
docs/assets/weather-station-logs.png
docs/css/my-styles.css
examples/.DS_Store
examples/gym_ex/.DS_Store
examples/gym_ex/README.md
examples/gym_ex/train.py
examples/gym_ex/gyms/.DS_Store
examples/gym_ex/gyms/__init__.py
examples/gym_ex/gyms/env.py
examples/gym_ex/proxy/__init__.py
examples/gym_ex/proxy/agent.py
examples/gym_ex/proxy/env.py
examples/gym_ex/rl/.DS_Store
examples/gym_ex/rl/__init__.py
examples/gym_ex/rl/agent.py
examples/http_ex/petstore.yaml
examples/ml_ex/model.json
examples/protocol_specification_ex/.DS_Store
examples/protocol_specification_ex/default.yaml
examples/protocol_specification_ex/fipa.yaml
examples/protocol_specification_ex/gym.yaml
examples/protocol_specification_ex/http.yaml
examples/protocol_specification_ex/ml_trade.yaml
examples/protocol_specification_ex/oef_search.yaml
examples/protocol_specification_ex/sample.yaml
examples/protocol_specification_ex/tac.yaml
packages/.DS_Store
packages/__init__.py
packages/hashes.csv
packages/fetchai/.DS_Store
packages/fetchai/__init__.py
packages/fetchai/agents/car_data_buyer/aea-config.yaml
packages/fetchai/agents/car_detector/aea-config.yaml
packages/fetchai/agents/erc1155_client/aea-config.yaml
packages/fetchai/agents/erc1155_deployer/aea-config.yaml
packages/fetchai/agents/ml_data_provider/aea-config.yaml
packages/fetchai/agents/ml_model_trainer/aea-config.yaml
packages/fetchai/agents/my_first_aea/aea-config.yaml
packages/fetchai/agents/simple_service_registration/aea-config.yaml
packages/fetchai/agents/weather_client/aea-config.yaml
packages/fetchai/agents/weather_station/aea-config.yaml
packages/fetchai/connections/__init__.py
packages/fetchai/connections/gym/__init__.py
packages/fetchai/connections/gym/connection.py
packages/fetchai/connections/gym/connection.yaml
packages/fetchai/connections/http_client/__init__.py
packages/fetchai/connections/http_client/connection.py
packages/fetchai/connections/http_client/connection.yaml
packages/fetchai/connections/http_server/__init__.py
packages/fetchai/connections/http_server/connection.py
packages/fetchai/connections/http_server/connection.yaml
packages/fetchai/connections/local/__init__.py
packages/fetchai/connections/local/connection.py
packages/fetchai/connections/local/connection.yaml
packages/fetchai/connections/oef/__init__.py
packages/fetchai/connections/oef/connection.py
packages/fetchai/connections/oef/connection.yaml
packages/fetchai/connections/p2p_client/__init__.py
packages/fetchai/connections/p2p_client/connection.py
packages/fetchai/connections/p2p_client/connection.yaml
packages/fetchai/connections/tcp/__init__.py
packages/fetchai/connections/tcp/base.py
packages/fetchai/connections/tcp/connection.py
packages/fetchai/connections/tcp/connection.yaml
packages/fetchai/connections/tcp/tcp_client.py
packages/fetchai/connections/tcp/tcp_server.py
packages/fetchai/contracts/__init__.py
packages/fetchai/contracts/erc1155/__init__.py
packages/fetchai/contracts/erc1155/contract.py
packages/fetchai/contracts/erc1155/contract.yaml
packages/fetchai/contracts/erc1155/build/Migrations.json
packages/fetchai/contracts/erc1155/build/erc1155.json
packages/fetchai/contracts/erc1155/contracts/Migrations.sol
packages/fetchai/contracts/erc1155/contracts/erc1155.vy
packages/fetchai/contracts/erc1155/migrations/1_initial_migration.js
packages/fetchai/contracts/erc1155/migrations/2_deploy_contracts.js
packages/fetchai/protocols/.DS_Store
packages/fetchai/protocols/__init__.py
packages/fetchai/protocols/fipa/.DS_Store
packages/fetchai/protocols/fipa/__init__.py
packages/fetchai/protocols/fipa/custom_types.py
packages/fetchai/protocols/fipa/dialogues.py
packages/fetchai/protocols/fipa/fipa.proto
packages/fetchai/protocols/fipa/fipa_pb2.py
packages/fetchai/protocols/fipa/message.py
packages/fetchai/protocols/fipa/protocol.yaml
packages/fetchai/protocols/fipa/serialization.py
packages/fetchai/protocols/gym/.DS_Store
packages/fetchai/protocols/gym/__init__.py
packages/fetchai/protocols/gym/custom_types.py
packages/fetchai/protocols/gym/gym.proto
packages/fetchai/protocols/gym/gym_pb2.py
packages/fetchai/protocols/gym/message.py
packages/fetchai/protocols/gym/protocol.yaml
packages/fetchai/protocols/gym/serialization.py
packages/fetchai/protocols/http/__init__.py
packages/fetchai/protocols/http/http.proto
packages/fetchai/protocols/http/http_pb2.py
packages/fetchai/protocols/http/message.py
packages/fetchai/protocols/http/protocol.yaml
packages/fetchai/protocols/http/serialization.py
packages/fetchai/protocols/ml_trade/.DS_Store
packages/fetchai/protocols/ml_trade/__init__.py
packages/fetchai/protocols/ml_trade/custom_types.py
packages/fetchai/protocols/ml_trade/message.py
packages/fetchai/protocols/ml_trade/ml_trade.proto
packages/fetchai/protocols/ml_trade/ml_trade_pb2.py
packages/fetchai/protocols/ml_trade/protocol.yaml
packages/fetchai/protocols/ml_trade/serialization.py
packages/fetchai/protocols/oef_search/.DS_Store
packages/fetchai/protocols/oef_search/__init__.py
packages/fetchai/protocols/oef_search/custom_types.py
packages/fetchai/protocols/oef_search/message.py
packages/fetchai/protocols/oef_search/oef_search.proto
packages/fetchai/protocols/oef_search/oef_search_pb2.py
packages/fetchai/protocols/oef_search/protocol.yaml
packages/fetchai/protocols/oef_search/serialization.py
packages/fetchai/protocols/tac/.DS_Store
packages/fetchai/protocols/tac/__init__.py
packages/fetchai/protocols/tac/custom_types.py
packages/fetchai/protocols/tac/message.py
packages/fetchai/protocols/tac/protocol.yaml
packages/fetchai/protocols/tac/serialization.py
packages/fetchai/protocols/tac/tac.proto
packages/fetchai/protocols/tac/tac_pb2.py
packages/fetchai/skills/__init__.py
packages/fetchai/skills/carpark_client/__init__.py
packages/fetchai/skills/carpark_client/behaviours.py
packages/fetchai/skills/carpark_client/dialogues.py
packages/fetchai/skills/carpark_client/handlers.py
packages/fetchai/skills/carpark_client/skill.yaml
packages/fetchai/skills/carpark_client/strategy.py
packages/fetchai/skills/carpark_detection/__init__.py
packages/fetchai/skills/carpark_detection/behaviours.py
packages/fetchai/skills/carpark_detection/carpark_detection_data_model.py
packages/fetchai/skills/carpark_detection/detection_database.py
packages/fetchai/skills/carpark_detection/dialogues.py
packages/fetchai/skills/carpark_detection/handlers.py
packages/fetchai/skills/carpark_detection/skill.yaml
packages/fetchai/skills/carpark_detection/strategy.py
packages/fetchai/skills/carpark_detection/temp_files_placeholder/detection_results.db
packages/fetchai/skills/carpark_detection/temp_files_placeholder/mask.tiff
packages/fetchai/skills/carpark_detection/temp_files_placeholder/mask_ref.tiff
packages/fetchai/skills/echo/__init__.py
packages/fetchai/skills/echo/behaviours.py
packages/fetchai/skills/echo/handlers.py
packages/fetchai/skills/echo/skill.yaml
packages/fetchai/skills/erc1155_client/__init__.py
packages/fetchai/skills/erc1155_client/behaviours.py
packages/fetchai/skills/erc1155_client/dialogues.py
packages/fetchai/skills/erc1155_client/handlers.py
packages/fetchai/skills/erc1155_client/skill.yaml
packages/fetchai/skills/erc1155_client/strategy.py
packages/fetchai/skills/erc1155_deploy/__init__.py
packages/fetchai/skills/erc1155_deploy/behaviours.py
packages/fetchai/skills/erc1155_deploy/dialogues.py
packages/fetchai/skills/erc1155_deploy/handlers.py
packages/fetchai/skills/erc1155_deploy/skill.yaml
packages/fetchai/skills/erc1155_deploy/strategy.py
packages/fetchai/skills/generic_buyer/__init__.py
packages/fetchai/skills/generic_buyer/behaviours.py
packages/fetchai/skills/generic_buyer/dialogues.py
packages/fetchai/skills/generic_buyer/handlers.py
packages/fetchai/skills/generic_buyer/skill.yaml
packages/fetchai/skills/generic_buyer/strategy.py
packages/fetchai/skills/generic_seller/__init__.py
packages/fetchai/skills/generic_seller/behaviours.py
packages/fetchai/skills/generic_seller/dialogues.py
packages/fetchai/skills/generic_seller/handlers.py
packages/fetchai/skills/generic_seller/skill.yaml
packages/fetchai/skills/generic_seller/strategy.py
packages/fetchai/skills/gym/__init__.py
packages/fetchai/skills/gym/handlers.py
packages/fetchai/skills/gym/helpers.py
packages/fetchai/skills/gym/rl_agent.py
packages/fetchai/skills/gym/skill.yaml
packages/fetchai/skills/gym/tasks.py
packages/fetchai/skills/ml_data_provider/__init__.py
packages/fetchai/skills/ml_data_provider/behaviours.py
packages/fetchai/skills/ml_data_provider/handlers.py
packages/fetchai/skills/ml_data_provider/skill.yaml
packages/fetchai/skills/ml_data_provider/strategy.py
packages/fetchai/skills/ml_train/__init__.py
packages/fetchai/skills/ml_train/behaviours.py
packages/fetchai/skills/ml_train/handlers.py
packages/fetchai/skills/ml_train/model.json
packages/fetchai/skills/ml_train/model.py
packages/fetchai/skills/ml_train/skill.yaml
packages/fetchai/skills/ml_train/strategy.py
packages/fetchai/skills/ml_train/tasks.py
packages/fetchai/skills/simple_service_registration/__init__.py
packages/fetchai/skills/simple_service_registration/behaviours.py
packages/fetchai/skills/simple_service_registration/skill.yaml
packages/fetchai/skills/simple_service_registration/strategy.py
packages/fetchai/skills/tac_control/__init__.py
packages/fetchai/skills/tac_control/behaviours.py
packages/fetchai/skills/tac_control/game.py
packages/fetchai/skills/tac_control/handlers.py
packages/fetchai/skills/tac_control/helpers.py
packages/fetchai/skills/tac_control/parameters.py
packages/fetchai/skills/tac_control/skill.yaml
packages/fetchai/skills/tac_control_contract/__init__.py
packages/fetchai/skills/tac_control_contract/behaviours.py
packages/fetchai/skills/tac_control_contract/game.py
packages/fetchai/skills/tac_control_contract/handlers.py
packages/fetchai/skills/tac_control_contract/helpers.py
packages/fetchai/skills/tac_control_contract/parameters.py
packages/fetchai/skills/tac_control_contract/skill.yaml
packages/fetchai/skills/tac_negotiation/__init__.py
packages/fetchai/skills/tac_negotiation/behaviours.py
packages/fetchai/skills/tac_negotiation/dialogues.py
packages/fetchai/skills/tac_negotiation/handlers.py
packages/fetchai/skills/tac_negotiation/helpers.py
packages/fetchai/skills/tac_negotiation/registration.py
packages/fetchai/skills/tac_negotiation/search.py
packages/fetchai/skills/tac_negotiation/skill.yaml
packages/fetchai/skills/tac_negotiation/strategy.py
packages/fetchai/skills/tac_negotiation/tasks.py
packages/fetchai/skills/tac_negotiation/transactions.py
packages/fetchai/skills/tac_participation/__init__.py
packages/fetchai/skills/tac_participation/behaviours.py
packages/fetchai/skills/tac_participation/game.py
packages/fetchai/skills/tac_participation/handlers.py
packages/fetchai/skills/tac_participation/search.py
packages/fetchai/skills/tac_participation/skill.yaml
packages/fetchai/skills/thermometer/__init__.py
packages/fetchai/skills/thermometer/behaviours.py
packages/fetchai/skills/thermometer/dialogues.py
packages/fetchai/skills/thermometer/handlers.py
packages/fetchai/skills/thermometer/skill.yaml
packages/fetchai/skills/thermometer/strategy.py
packages/fetchai/skills/thermometer/thermometer_data_model.py
packages/fetchai/skills/thermometer_client/__init__.py
packages/fetchai/skills/thermometer_client/behaviours.py
packages/fetchai/skills/thermometer_client/dialogues.py
packages/fetchai/skills/thermometer_client/handlers.py
packages/fetchai/skills/thermometer_client/skill.yaml
packages/fetchai/skills/thermometer_client/strategy.py
packages/fetchai/skills/weather_client/__init__.py
packages/fetchai/skills/weather_client/behaviours.py
packages/fetchai/skills/weather_client/dialogues.py
packages/fetchai/skills/weather_client/handlers.py
packages/fetchai/skills/weather_client/skill.yaml
packages/fetchai/skills/weather_client/strategy.py
packages/fetchai/skills/weather_station/__init__.py
packages/fetchai/skills/weather_station/behaviours.py
packages/fetchai/skills/weather_station/db_communication.py
packages/fetchai/skills/weather_station/dialogues.py
packages/fetchai/skills/weather_station/dummy_weather_station_data.db
packages/fetchai/skills/weather_station/dummy_weather_station_data.py
packages/fetchai/skills/weather_station/handlers.py
packages/fetchai/skills/weather_station/skill.yaml
packages/fetchai/skills/weather_station/strategy.py
packages/fetchai/skills/weather_station/weather_station_data_model.py
scripts/.DS_Store
scripts/check_copyright_notice.py
scripts/freeze_dependencies.py
scripts/generate_api_docs.py
scripts/generate_ipfs_hashes.py
scripts/parse_main_dependencies_from_lock.py
scripts/oef/.DS_Store
scripts/oef/launch.py
scripts/oef/launch_config.json
scripts/oef/node_config.json
tests/.DS_Store
tests/__init__.py
tests/conftest.py
tests/test_aea.py
tests/test_agent.py
tests/test_mail.py
tests/test_multiplexer.py
tests/test_registries.py
tests/test_task.py
tests/common/__init__.py
tests/common/click_testing.py
tests/common/oef_search_pluto_scripts/launch.py
tests/common/oef_search_pluto_scripts/launch_config.json
tests/common/oef_search_pluto_scripts/node_config.json
tests/data/.DS_Store
tests/data/aea-config.example.yaml
tests/data/aea-config.example_w_keys.yaml
tests/data/eth_private_key.txt
tests/data/fet_private_key.txt
tests/data/fet_private_key_wrong.txt
tests/data/gym-connection.yaml
tests/data/hashes.csv
tests/data/petstore_sim.yaml
tests/data/sample_specification.yaml
tests/data/dependencies_skill/__init__.py
tests/data/dependencies_skill/skill.yaml
tests/data/dummy_aea/.DS_Store
tests/data/dummy_aea/aea-config.yaml
tests/data/dummy_aea/bad_requirements.txt
tests/data/dummy_aea/default_private_key.pem
tests/data/dummy_aea/eth_private_key.txt
tests/data/dummy_aea/fet_private_key.txt
tests/data/dummy_aea/requirements.txt
tests/data/dummy_aea/connections/.DS_Store
tests/data/dummy_aea/connections/__init__.py
tests/data/dummy_aea/contracts/__init__.py
tests/data/dummy_aea/protocols/.DS_Store
tests/data/dummy_aea/protocols/__init__.py
tests/data/dummy_aea/skills/.DS_Store
tests/data/dummy_aea/skills/__init__.py
tests/data/dummy_aea/skills/dummy/__init__.py
tests/data/dummy_aea/skills/dummy/behaviours.py
tests/data/dummy_aea/skills/dummy/dummy.py
tests/data/dummy_aea/skills/dummy/handlers.py
tests/data/dummy_aea/skills/dummy/skill.yaml
tests/data/dummy_aea/skills/dummy/tasks.py
tests/data/dummy_aea/vendor/__init__.py
tests/data/dummy_aea/vendor/fetchai/__init__.py
tests/data/dummy_aea/vendor/fetchai/connections/__init__.py
tests/data/dummy_aea/vendor/fetchai/connections/local/__init__.py
tests/data/dummy_aea/vendor/fetchai/connections/local/connection.py
tests/data/dummy_aea/vendor/fetchai/connections/local/connection.yaml
tests/data/dummy_aea/vendor/fetchai/contracts/__init__.py
tests/data/dummy_aea/vendor/fetchai/contracts/erc1155/__init__.py
tests/data/dummy_aea/vendor/fetchai/contracts/erc1155/contract.py
tests/data/dummy_aea/vendor/fetchai/contracts/erc1155/contract.yaml
tests/data/dummy_aea/vendor/fetchai/contracts/erc1155/build/Migrations.json
tests/data/dummy_aea/vendor/fetchai/contracts/erc1155/build/erc1155.json
tests/data/dummy_aea/vendor/fetchai/contracts/erc1155/contracts/Migrations.sol
tests/data/dummy_aea/vendor/fetchai/contracts/erc1155/contracts/erc1155.vy
tests/data/dummy_aea/vendor/fetchai/contracts/erc1155/migrations/1_initial_migration.js
tests/data/dummy_aea/vendor/fetchai/contracts/erc1155/migrations/2_deploy_contracts.js
tests/data/dummy_aea/vendor/fetchai/protocols/__init__.py
tests/data/dummy_aea/vendor/fetchai/protocols/default/.DS_Store
tests/data/dummy_aea/vendor/fetchai/protocols/default/__init__.py
tests/data/dummy_aea/vendor/fetchai/protocols/default/custom_types.py
tests/data/dummy_aea/vendor/fetchai/protocols/default/default.proto
tests/data/dummy_aea/vendor/fetchai/protocols/default/default_pb2.py
tests/data/dummy_aea/vendor/fetchai/protocols/default/message.py
tests/data/dummy_aea/vendor/fetchai/protocols/default/protocol.yaml
tests/data/dummy_aea/vendor/fetchai/protocols/default/serialization.py
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/.DS_Store
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/__init__.py
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/custom_types.py
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/dialogues.py
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/fipa.proto
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/fipa_pb2.py
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/message.py
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/protocol.yaml
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/serialization.py
tests/data/dummy_aea/vendor/fetchai/skills/__init__.py
tests/data/dummy_aea/vendor/fetchai/skills/error/__init__.py
tests/data/dummy_aea/vendor/fetchai/skills/error/handlers.py
tests/data/dummy_aea/vendor/fetchai/skills/error/skill.yaml
tests/data/dummy_connection/__init__.py
tests/data/dummy_connection/connection.py
tests/data/dummy_connection/connection.yaml
tests/data/dummy_skill/__init__.py
tests/data/dummy_skill/behaviours.py
tests/data/dummy_skill/dummy.py
tests/data/dummy_skill/handlers.py
tests/data/dummy_skill/skill.yaml
tests/data/dummy_skill/tasks.py
tests/data/exception_skill/__init__.py
tests/data/exception_skill/behaviours.py
tests/data/exception_skill/handlers.py
tests/data/exception_skill/skill.yaml
tests/data/exception_skill/tasks.py
tests/data/generator/t_protocol/__init__.py
tests/data/generator/t_protocol/custom_types.py
tests/data/generator/t_protocol/message.py
tests/data/generator/t_protocol/protocol.yaml
tests/data/generator/t_protocol/serialization.py
tests/data/generator/t_protocol/t_protocol.proto
tests/data/generator/t_protocol/t_protocol_pb2.py
tests/test_cli/__init__.py
tests/test_cli/constants.py
tests/test_cli/test_add_key.py
tests/test_cli/test_common.py
tests/test_cli/test_config.py
tests/test_cli/test_core.py
tests/test_cli/test_create.py
tests/test_cli/test_delete.py
tests/test_cli/test_fetch.py
tests/test_cli/test_freeze.py
tests/test_cli/test_generate_key.py
tests/test_cli/test_gui.py
tests/test_cli/test_install.py
tests/test_cli/test_launch.py
tests/test_cli/test_list.py
tests/test_cli/test_loggers.py
tests/test_cli/test_login.py
tests/test_cli/test_misc.py
tests/test_cli/test_publish.py
tests/test_cli/test_push.py
tests/test_cli/test_run.py
tests/test_cli/test_search.py
tests/test_cli/tools_for_testing.py
tests/test_cli/test_add/__init__.py
tests/test_cli/test_add/test_connection.py
tests/test_cli/test_add/test_contract.py
tests/test_cli/test_add/test_protocol.py
tests/test_cli/test_add/test_skill.py
tests/test_cli/test_generate/__init__.py
tests/test_cli/test_generate/test_generate.py
tests/test_cli/test_generate/test_protocols.py
tests/test_cli/test_registry/__init__.py
tests/test_cli/test_registry/test_fetch.py
tests/test_cli/test_registry/test_publish.py
tests/test_cli/test_registry/test_push.py
tests/test_cli/test_registry/test_registration.py
tests/test_cli/test_registry/test_utils.py
tests/test_cli/test_remove/__init__.py
tests/test_cli/test_remove/test_connection.py
tests/test_cli/test_remove/test_contract.py
tests/test_cli/test_remove/test_protocol.py
tests/test_cli/test_remove/test_remove_item.py
tests/test_cli/test_remove/test_skill.py
tests/test_cli/test_scaffold/__init__.py
tests/test_cli/test_scaffold/test_connection.py
tests/test_cli/test_scaffold/test_protocols.py
tests/test_cli/test_scaffold/test_skills.py
tests/test_cli_gui/__init__.py
tests/test_cli_gui/test_add.py
tests/test_cli_gui/test_base.py
tests/test_cli_gui/test_create.py
tests/test_cli_gui/test_delete.py
tests/test_cli_gui/test_list.py
tests/test_cli_gui/test_misc.py
tests/test_cli_gui/test_remove.py
tests/test_cli_gui/test_run_agent.py
tests/test_cli_gui/test_run_oef.py
tests/test_cli_gui/test_scaffold.py
tests/test_cli_gui/test_search.py
tests/test_configurations/__init__.py
tests/test_configurations/test_base.py
tests/test_configurations/test_schema.py
tests/test_connections/.DS_Store
tests/test_connections/__init__.py
tests/test_connections/test_base.py
tests/test_connections/test_stub.py
tests/test_crypto/__init__.py
tests/test_crypto/test_ethereum_crypto.py
tests/test_crypto/test_fetchai_crypto.py
tests/test_crypto/test_helpers.py
tests/test_crypto/test_ledger_apis.py
tests/test_crypto/test_wallet.py
tests/test_decision_maker/__init__.py
tests/test_decision_maker/test_base.py
tests/test_decision_maker/test_ownership_state.py
tests/test_decision_maker/test_messages/__init__.py
tests/test_decision_maker/test_messages/test_state_update.py
tests/test_decision_maker/test_messages/test_transaction.py
tests/test_docs/__init__.py
tests/test_docs/helper.py
tests/test_docs/test_agent_vs_aea/__init__.py
tests/test_docs/test_agent_vs_aea/agent_code_block.py
tests/test_docs/test_agent_vs_aea/test_agent_vs_aea.py
tests/test_docs/test_bash_yaml/__init__.py
tests/test_docs/test_bash_yaml/test_demo_docs.py
tests/test_docs/test_bash_yaml/md_files/__init__.py
tests/test_docs/test_bash_yaml/md_files/bash-car-park-skills.md
tests/test_docs/test_bash_yaml/md_files/bash-erc1155-skills.md
tests/test_docs/test_bash_yaml/md_files/bash-generic-skills.md
tests/test_docs/test_bash_yaml/md_files/bash-gym-example.md
tests/test_docs/test_bash_yaml/md_files/bash-gym-skill.md
tests/test_docs/test_bash_yaml/md_files/bash-http-connection-and-skill.md
tests/test_docs/test_bash_yaml/md_files/bash-logging.md
tests/test_docs/test_bash_yaml/md_files/bash-ml-skills.md
tests/test_docs/test_bash_yaml/md_files/bash-orm-integration-to-generic.md
tests/test_docs/test_bash_yaml/md_files/bash-protocol-generator.md
tests/test_docs/test_bash_yaml/md_files/bash-quickstart.md
tests/test_docs/test_bash_yaml/md_files/bash-scaffolding.md
tests/test_docs/test_bash_yaml/md_files/bash-skill-guide.md
tests/test_docs/test_bash_yaml/md_files/bash-tac-skills.md
tests/test_docs/test_bash_yaml/md_files/bash-thermometer-skills-step-by-step.md
tests/test_docs/test_bash_yaml/md_files/bash-thermometer-skills.md
tests/test_docs/test_bash_yaml/md_files/bash-weather-skills.md
tests/test_docs/test_build_aea_programmatically/__init__.py
tests/test_docs/test_build_aea_programmatically/programmatic_aea.py
tests/test_docs/test_build_aea_programmatically/test_programmatic_aea.py
tests/test_docs/test_cli_vs_programmatic_aeas/__init__.py
tests/test_docs/test_cli_vs_programmatic_aeas/programmatic_aea.py
tests/test_docs/test_cli_vs_programmatic_aeas/test_cli_vs_programmatic_aea.py
tests/test_docs/test_multiplexer_stand_alone/__init__.py
tests/test_docs/test_multiplexer_stand_alone/multiplexer_standalone.py
tests/test_docs/test_multiplexer_stand_alone/test_multiplexer_stand_alone.py
tests/test_docs/test_skill_guide/__init__.py
tests/test_docs/test_skill_guide/test_skill_guide.py
tests/test_docs/test_standalone_decision_maker_transaction/__init__.py
tests/test_docs/test_standalone_decision_maker_transaction/decision_maker_transaction.py
tests/test_docs/test_standalone_decision_maker_transaction/test_decision_maker_transaction.py
tests/test_docs/test_standalone_transaction/__init__.py
tests/test_docs/test_standalone_transaction/standalone_transaction.py
tests/test_docs/test_standalone_transaction/test_standalone_transaction.py
tests/test_docs/test_step_by_step_guide/__init__.py
tests/test_docs/test_step_by_step_guide/test_step_by_step_guide.py
tests/test_examples/__init__.py
tests/test_examples/test_gym_ex.py
tests/test_examples/test_http_client_connection_to_aries_cloud_agent.py
tests/test_helpers/__init__.py
tests/test_helpers/test_base.py
tests/test_helpers/test_dialogue/__init__.py
tests/test_helpers/test_dialogue/test_base.py
tests/test_packages/.DS_Store
tests/test_packages/__init__.py
tests/test_packages/tools_for_testing.py
tests/test_packages/test_connections/.DS_Store
tests/test_packages/test_connections/__init__.py
tests/test_packages/test_connections/test_gym.py
tests/test_packages/test_connections/test_p2p_client.py
tests/test_packages/test_connections/test_http_client/__init__.py
tests/test_packages/test_connections/test_http_client/test_http_client.py
tests/test_packages/test_connections/test_http_server/__init__.py
tests/test_packages/test_connections/test_http_server/test_http_server.py
tests/test_packages/test_connections/test_local/__init__.py
tests/test_packages/test_connections/test_local/test_misc.py
tests/test_packages/test_connections/test_local/test_search_services.py
tests/test_packages/test_connections/test_oef/__init__.py
tests/test_packages/test_connections/test_oef/test_communication.py
tests/test_packages/test_connections/test_oef/test_models.py
tests/test_packages/test_connections/test_oef/test_oef_serializer.py
tests/test_packages/test_connections/test_tcp/__init__.py
tests/test_packages/test_connections/test_tcp/test_base.py
tests/test_packages/test_connections/test_tcp/test_communication.py
tests/test_packages/test_protocols/.DS_Store
tests/test_packages/test_protocols/__init__.py
tests/test_packages/test_protocols/test_fipa.py
tests/test_packages/test_protocols/test_gym.py
tests/test_packages/test_protocols/test_ml_message.py
tests/test_packages/test_protocols/test_oef_search_message.py
tests/test_packages/test_protocols/test_tac.py
tests/test_packages/test_skills/__init__.py
tests/test_packages/test_skills/test_carpark.py
tests/test_packages/test_skills/test_echo.py
tests/test_packages/test_skills/test_erc1155.py
tests/test_packages/test_skills/test_generic_aea.py
tests/test_packages/test_skills/test_gym.py
tests/test_packages/test_skills/test_ml_skills.py
tests/test_packages/test_skills/test_tac.py
tests/test_packages/test_skills/test_thermometer.py
tests/test_packages/test_skills/test_weather.py
tests/test_packages/test_skills/test_weather_ledger.py
tests/test_protocols/.DS_Store
tests/test_protocols/__init__.py
tests/test_protocols/test_base.py
tests/test_protocols/test_default.py
tests/test_protocols/test_generator.py
tests/test_protocols/test_scaffold.py
tests/test_skills/__init__.py
tests/test_skills/test_base.py
tests/test_skills/test_behaviours.py
tests/test_skills/test_error.py
tests/test_skills/test_tasks.py