AUTHORS.md
CODE_OF_CONDUCT.md
HISTORY.md
LICENSE
MANIFEST.in
Pipfile
README.md
SECURITY.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/agent_loop.py
aea/exceptions.py
aea/launcher.py
aea/multiplexer.py
aea/runner.py
aea/runtime.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/add_key.py
aea/cli/config.py
aea/cli/core.py
aea/cli/create.py
aea/cli/delete.py
aea/cli/eject.py
aea/cli/fetch.py
aea/cli/fingerprint.py
aea/cli/freeze.py
aea/cli/generate.py
aea/cli/generate_key.py
aea/cli/generate_wealth.py
aea/cli/get_address.py
aea/cli/get_wealth.py
aea/cli/init.py
aea/cli/install.py
aea/cli/interact.py
aea/cli/launch.py
aea/cli/list.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/add.py
aea/cli/registry/fetch.py
aea/cli/registry/login.py
aea/cli/registry/logout.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/utils/__init__.py
aea/cli/utils/click_utils.py
aea/cli/utils/config.py
aea/cli/utils/constants.py
aea/cli/utils/context.py
aea/cli/utils/decorators.py
aea/cli/utils/exceptions.py
aea/cli/utils/formatting.py
aea/cli/utils/generic.py
aea/cli/utils/loggers.py
aea/cli/utils/package_utils.py
aea/cli_gui/__init__.py
aea/cli_gui/__main__.py
aea/cli_gui/aea_cli_rest.yaml
aea/cli_gui/utils.py
aea/cli_gui/static/favicon.ico
aea/cli_gui/static/logo.png
aea/cli_gui/static/css/home.css
aea/cli_gui/templates/home.html
aea/cli_gui/templates/home.js
aea/components/__init__.py
aea/components/base.py
aea/components/loader.py
aea/configurations/__init__.py
aea/configurations/base.py
aea/configurations/constants.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/cosmos.py
aea/crypto/ethereum.py
aea/crypto/fetchai.py
aea/crypto/helpers.py
aea/crypto/ledger_apis.py
aea/crypto/wallet.py
aea/crypto/registries/__init__.py
aea/crypto/registries/base.py
aea/decision_maker/__init__.py
aea/decision_maker/base.py
aea/decision_maker/default.py
aea/decision_maker/scaffold.py
aea/helpers/__init__.py
aea/helpers/async_friendly_queue.py
aea/helpers/async_utils.py
aea/helpers/base.py
aea/helpers/exception_policy.py
aea/helpers/exec_timeout.py
aea/helpers/file_lock.py
aea/helpers/logging.py
aea/helpers/multiple_executor.py
aea/helpers/pypi.py
aea/helpers/win32.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/helpers/transaction/__init__.py
aea/helpers/transaction/base.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/default/__init__.py
aea/protocols/default/custom_types.py
aea/protocols/default/default.proto
aea/protocols/default/default_pb2.py
aea/protocols/default/dialogues.py
aea/protocols/default/message.py
aea/protocols/default/protocol.yaml
aea/protocols/default/serialization.py
aea/protocols/generator/__init__.py
aea/protocols/generator/base.py
aea/protocols/generator/common.py
aea/protocols/generator/extract_specification.py
aea/protocols/generator/validate.py
aea/protocols/scaffold/__init__.py
aea/protocols/scaffold/message.py
aea/protocols/scaffold/protocol.yaml
aea/protocols/scaffold/serialization.py
aea/protocols/signing/__init__.py
aea/protocols/signing/custom_types.py
aea/protocols/signing/dialogues.py
aea/protocols/signing/message.py
aea/protocols/signing/protocol.yaml
aea/protocols/signing/serialization.py
aea/protocols/signing/signing.proto
aea/protocols/signing/signing_pb2.py
aea/protocols/state_update/__init__.py
aea/protocols/state_update/dialogues.py
aea/protocols/state_update/message.py
aea/protocols/state_update/protocol.yaml
aea/protocols/state_update/serialization.py
aea/protocols/state_update/state_update.proto
aea/protocols/state_update/state_update_pb2.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
aea/test_tools/__init__.py
aea/test_tools/click_testing.py
aea/test_tools/constants.py
aea/test_tools/exceptions.py
aea/test_tools/generic.py
aea/test_tools/test_cases.py
docs/aea-vs-mvc.md
docs/agent-oriented-development.md
docs/agent-vs-aea.md
docs/app-areas.md
docs/aries-cloud-agent-demo.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/config.md
docs/connect-a-frontend.md
docs/connection.md
docs/contract.md
docs/core-components-1.md
docs/core-components-2.md
docs/decision-maker.md
docs/defining-data-models.md
docs/deployment.md
docs/design-principles.md
docs/diagram.md
docs/erc1155-skills.md
docs/generic-skills-step-by-step.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/known-limits.md
docs/language-agnostic-definition.md
docs/ledger-integration.md
docs/logging.md
docs/message-routing.md
docs/ml-skills.md
docs/modes.md
docs/multiplexer-standalone.md
docs/oef-ledger.md
docs/orm-integration.md
docs/p2p-connection.md
docs/package-imports.md
docs/performance-benchmark.md
docs/protocol-generator.md
docs/protocol.md
docs/query-language.md
docs/questions-and-answers.md
docs/quickstart.md
docs/raspberry-set-up.md
docs/scaffolding.md
docs/simple-oef-usage.md
docs/simple-oef.md
docs/skill-guide.md
docs/skill.md
docs/standalone-transaction.md
docs/step-one.md
docs/tac-skills-contract.md
docs/tac-skills.md
docs/tac.md
docs/thermometer-skills.md
docs/trust.md
docs/upgrading.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/agent_loop.md
docs/api/launcher.md
docs/api/multiplexer.md
docs/api/runner.md
docs/api/runtime.md
docs/api/components/base.md
docs/api/components/loader.md
docs/api/configurations/base.md
docs/api/configurations/components.md
docs/api/configurations/constants.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/cosmos.md
docs/api/crypto/ethereum.md
docs/api/crypto/fetchai.md
docs/api/crypto/helpers.md
docs/api/crypto/ledger_apis.md
docs/api/crypto/wallet.md
docs/api/crypto/registries/base.md
docs/api/decision_maker/base.md
docs/api/decision_maker/default.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/async_friendly_queue.md
docs/api/helpers/async_utils.md
docs/api/helpers/base.md
docs/api/helpers/exception_policy.md
docs/api/helpers/exec_timeout.md
docs/api/helpers/multiple_executor.md
docs/api/helpers/test_cases.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/helpers/transaction/base.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/protocols/signing/custom_types.md
docs/api/protocols/signing/message.md
docs/api/protocols/signing/serialization.md
docs/api/protocols/state_update/message.md
docs/api/protocols/state_update/serialization.md
docs/api/registries/base.md
docs/api/registries/filter.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/api/test_tools/generic.md
docs/assets/aea-vs-agent-vs-multiplexer.png
docs/assets/aries-demo-alice.png
docs/assets/aries-demo-faber.png
docs/assets/benchmark_chart.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/contracts.png
docs/assets/decision-maker.png
docs/assets/envelope.png
docs/assets/execution.png
docs/assets/framework-architecture.png
docs/assets/gym-skill.png
docs/assets/gym-training.png
docs/assets/http-integration.png
docs/assets/keys.png
docs/assets/multiplexer.png
docs/assets/oef-ledger.png
docs/assets/simplified-aea.png
docs/assets/skill-components.png
docs/assets/skills.png
docs/assets/visdom_ui.png
docs/assets/weather-client-logs.png
docs/assets/weather-station-logs.png
docs/css/my-styles.css
examples/__init__.py
examples/gym_ex/README.md
examples/gym_ex/train.py
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/__init__.py
examples/gym_ex/rl/agent.py
examples/http_ex/petstore.yaml
examples/ml_ex/model.json
examples/protocol_specification_ex/contract_api.yaml
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/ledger_api.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/signing.yaml
examples/protocol_specification_ex/state_update.yaml
examples/protocol_specification_ex/tac.yaml
packages/__init__.py
packages/hashes.csv
packages/fetchai/__init__.py
packages/fetchai/agents/aries_alice/aea-config.yaml
packages/fetchai/agents/aries_faber/aea-config.yaml
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/generic_buyer/aea-config.yaml
packages/fetchai/agents/generic_seller/aea-config.yaml
packages/fetchai/agents/gym_aea/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/tac_controller/aea-config.yaml
packages/fetchai/agents/tac_controller_contract/aea-config.yaml
packages/fetchai/agents/tac_participant/aea-config.yaml
packages/fetchai/agents/thermometer_aea/aea-config.yaml
packages/fetchai/agents/thermometer_client/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/ledger/__init__.py
packages/fetchai/connections/ledger/base.py
packages/fetchai/connections/ledger/connection.py
packages/fetchai/connections/ledger/connection.yaml
packages/fetchai/connections/ledger/contract_dispatcher.py
packages/fetchai/connections/ledger/ledger_dispatcher.py
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/oef/object_translator.py
packages/fetchai/connections/p2p_client/__init__.py
packages/fetchai/connections/p2p_client/connection.py
packages/fetchai/connections/p2p_client/connection.yaml
packages/fetchai/connections/p2p_libp2p/__init__.py
packages/fetchai/connections/p2p_libp2p/connection.py
packages/fetchai/connections/p2p_libp2p/connection.yaml
packages/fetchai/connections/p2p_libp2p/go.mod
packages/fetchai/connections/p2p_libp2p/go.sum
packages/fetchai/connections/p2p_libp2p/libp2p_node.go
packages/fetchai/connections/p2p_libp2p/aea/api.go
packages/fetchai/connections/p2p_libp2p/aea/envelope.pb.go
packages/fetchai/connections/p2p_libp2p/aea/envelope.proto
packages/fetchai/connections/p2p_libp2p/dht/dhtclient/dhtclient.go
packages/fetchai/connections/p2p_libp2p/dht/dhtclient/dhtclient_test.go
packages/fetchai/connections/p2p_libp2p/dht/dhtclient/options.go
packages/fetchai/connections/p2p_libp2p/dht/dhtnode/dhtnode.go
packages/fetchai/connections/p2p_libp2p/dht/dhtnode/streams.go
packages/fetchai/connections/p2p_libp2p/dht/dhtpeer/dhtpeer.go
packages/fetchai/connections/p2p_libp2p/dht/dhtpeer/dhtpeer_test.go
packages/fetchai/connections/p2p_libp2p/dht/dhtpeer/options.go
packages/fetchai/connections/p2p_libp2p/dht/dhttests/dhttests.go
packages/fetchai/connections/p2p_libp2p/utils/utils.go
packages/fetchai/connections/p2p_libp2p_client/__init__.py
packages/fetchai/connections/p2p_libp2p_client/connection.py
packages/fetchai/connections/p2p_libp2p_client/connection.yaml
packages/fetchai/connections/p2p_stub/__init__.py
packages/fetchai/connections/p2p_stub/connection.py
packages/fetchai/connections/p2p_stub/connection.yaml
packages/fetchai/connections/soef/__init__.py
packages/fetchai/connections/soef/connection.py
packages/fetchai/connections/soef/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/connections/webhook/__init__.py
packages/fetchai/connections/webhook/connection.py
packages/fetchai/connections/webhook/connection.yaml
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/__init__.py
packages/fetchai/protocols/contract_api/__init__.py
packages/fetchai/protocols/contract_api/contract_api.proto
packages/fetchai/protocols/contract_api/contract_api_pb2.py
packages/fetchai/protocols/contract_api/custom_types.py
packages/fetchai/protocols/contract_api/dialogues.py
packages/fetchai/protocols/contract_api/message.py
packages/fetchai/protocols/contract_api/protocol.yaml
packages/fetchai/protocols/contract_api/serialization.py
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/__init__.py
packages/fetchai/protocols/gym/custom_types.py
packages/fetchai/protocols/gym/dialogues.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/dialogues.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/ledger_api/__init__.py
packages/fetchai/protocols/ledger_api/custom_types.py
packages/fetchai/protocols/ledger_api/dialogues.py
packages/fetchai/protocols/ledger_api/ledger_api.proto
packages/fetchai/protocols/ledger_api/ledger_api_pb2.py
packages/fetchai/protocols/ledger_api/message.py
packages/fetchai/protocols/ledger_api/protocol.yaml
packages/fetchai/protocols/ledger_api/serialization.py
packages/fetchai/protocols/ml_trade/__init__.py
packages/fetchai/protocols/ml_trade/custom_types.py
packages/fetchai/protocols/ml_trade/dialogues.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/__init__.py
packages/fetchai/protocols/oef_search/custom_types.py
packages/fetchai/protocols/oef_search/dialogues.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/__init__.py
packages/fetchai/protocols/tac/custom_types.py
packages/fetchai/protocols/tac/dialogues.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/aries_alice/__init__.py
packages/fetchai/skills/aries_alice/handlers.py
packages/fetchai/skills/aries_alice/skill.yaml
packages/fetchai/skills/aries_faber/__init__.py
packages/fetchai/skills/aries_faber/behaviours.py
packages/fetchai/skills/aries_faber/handlers.py
packages/fetchai/skills/aries_faber/skill.yaml
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/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/http_echo/__init__.py
packages/fetchai/skills/http_echo/handlers.py
packages/fetchai/skills/http_echo/skill.yaml
packages/fetchai/skills/ml_data_provider/__init__.py
packages/fetchai/skills/ml_data_provider/behaviours.py
packages/fetchai/skills/ml_data_provider/dialogues.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/dialogues.py
packages/fetchai/skills/ml_train/handlers.py
packages/fetchai/skills/ml_train/ml_model.py
packages/fetchai/skills/ml_train/model.json
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/dialogues.py
packages/fetchai/skills/simple_service_registration/handlers.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/transactions.py
packages/fetchai/skills/tac_participation/__init__.py
packages/fetchai/skills/tac_participation/behaviours.py
packages/fetchai/skills/tac_participation/dialogues.py
packages/fetchai/skills/tac_participation/game.py
packages/fetchai/skills/tac_participation/handlers.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_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
scripts/__init__.py
scripts/check_copyright_notice.py
scripts/check_package_dependencies.py
scripts/check_package_versions_in_docs.py
scripts/deploy_to_registry.py
scripts/freeze_dependencies.py
scripts/generate_api_docs.py
scripts/generate_ipfs_hashes.py
scripts/parse_main_dependencies_from_lock.py
scripts/update_package_versions.py
scripts/update_symlinks_cross_platform.py
scripts/oef/launch.py
scripts/oef/launch_config.json
scripts/oef/node_config.json
tests/__init__.py
tests/conftest.py
tests/test_aea.py
tests/test_aea_builder.py
tests/test_aea_exception_policy.py
tests/test_aea_exectimeout.py
tests/test_agent.py
tests/test_agent_loop.py
tests/test_launcher.py
tests/test_multiplexer.py
tests/test_package_loading.py
tests/test_runner.py
tests/test_task.py
tests/common/__init__.py
tests/common/mocks.py
tests/common/pexpect_popen.py
tests/common/utils.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/__init__.py
tests/data/aea-config.example.yaml
tests/data/aea-config.example_w_keys.yaml
tests/data/cosmos_private_key.txt
tests/data/custom_crypto.py
tests/data/dot_env_file
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/__init__.py
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/__init__.py
tests/data/dummy_aea/contracts/__init__.py
tests/data/dummy_aea/protocols/__init__.py
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/skills/dummy/dummy_subpackage/__init__.py
tests/data/dummy_aea/skills/dummy/dummy_subpackage/foo.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/__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/dialogues.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/__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_contract/__init__.py
tests/data/dummy_contract/contract.py
tests/data/dummy_contract/contract.yaml
tests/data/dummy_contract/build/some.json
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/dummy_skill/dummy_subpackage/__init__.py
tests/data/dummy_skill/dummy_subpackage/foo.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/__init__.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_config.py
tests/test_cli/test_core.py
tests/test_cli/test_create.py
tests/test_cli/test_delete.py
tests/test_cli/test_eject.py
tests/test_cli/test_fetch.py
tests/test_cli/test_fingerprint.py
tests/test_cli/test_freeze.py
tests/test_cli/test_generate_key.py
tests/test_cli/test_generate_wealth.py
tests/test_cli/test_get_address.py
tests/test_cli/test_get_wealth.py
tests/test_cli/test_gui.py
tests/test_cli/test_init.py
tests/test_cli/test_install.py
tests/test_cli/test_interact.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_logout.py
tests/test_cli/test_misc.py
tests/test_cli/test_publish.py
tests/test_cli/test_push.py
tests/test_cli/test_register.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_generic.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_add.py
tests/test_cli/test_registry/test_fetch.py
tests/test_cli/test_registry/test_login.py
tests/test_cli/test_registry/test_logout.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_generic.py
tests/test_cli/test_scaffold/test_protocols.py
tests/test_cli/test_scaffold/test_skills.py
tests/test_cli/test_utils/__init__.py
tests/test_cli/test_utils/test_config.py
tests/test_cli/test_utils/test_utils.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_fetch.py
tests/test_cli_gui/test_get_items.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_scaffold.py
tests/test_cli_gui/test_search.py
tests/test_cli_gui/test_utils.py
tests/test_components/__init__.py
tests/test_components/test_base.py
tests/test_components/test_loader.py
tests/test_configurations/__init__.py
tests/test_configurations/test_aea_config.py
tests/test_configurations/test_base.py
tests/test_configurations/test_loader.py
tests/test_configurations/test_schema.py
tests/test_connections/__init__.py
tests/test_connections/test_base.py
tests/test_connections/test_scaffold.py
tests/test_connections/test_stub.py
tests/test_context/__init__.py
tests/test_context/test_base.py
tests/test_contracts/__init__.py
tests/test_contracts/test_base.py
tests/test_contracts/test_ethereum.py
tests/test_crypto/__init__.py
tests/test_crypto/test_cosmos.py
tests/test_crypto/test_ethereum.py
tests/test_crypto/test_fetchai.py
tests/test_crypto/test_helpers.py
tests/test_crypto/test_ledger_apis.py
tests/test_crypto/test_registries.py
tests/test_crypto/test_wallet.py
tests/test_crypto/test_registry/__init__.py
tests/test_crypto/test_registry/test_crypto_registry.py
tests/test_crypto/test_registry/test_ledger_api_registry.py
tests/test_decision_maker/__init__.py
tests/test_decision_maker/test_default.py
tests/test_decision_maker/test_ownership_state.py
tests/test_decision_maker/test_preferences.py
tests/test_decision_maker/test_scaffold.py
tests/test_docs/__init__.py
tests/test_docs/helper.py
tests/test_docs/test_docs_protocol.py
tests/test_docs/test_docs_skill.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-aries-cloud-agent-demo.md
tests/test_docs/test_bash_yaml/md_files/bash-car-park-skills.md
tests/test_docs/test_bash_yaml/md_files/bash-cli-gui.md
tests/test_docs/test_bash_yaml/md_files/bash-cli-how-to.md
tests/test_docs/test_bash_yaml/md_files/bash-cli-vs-programmatic-aeas.md
tests/test_docs/test_bash_yaml/md_files/bash-config.md
tests/test_docs/test_bash_yaml/md_files/bash-connection.md
tests/test_docs/test_bash_yaml/md_files/bash-contract.md
tests/test_docs/test_bash_yaml/md_files/bash-decision-maker.md
tests/test_docs/test_bash_yaml/md_files/bash-erc1155-skills.md
tests/test_docs/test_bash_yaml/md_files/bash-generic-skills-step-by-step.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-oef-ledger.md
tests/test_docs/test_bash_yaml/md_files/bash-orm-integration.md
tests/test_docs/test_bash_yaml/md_files/bash-p2p-connection.md
tests/test_docs/test_bash_yaml/md_files/bash-package-imports.md
tests/test_docs/test_bash_yaml/md_files/bash-performance-benchmark.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-raspberry-set-up.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-skill.md
tests/test_docs/test_bash_yaml/md_files/bash-tac-skills-contract.md
tests/test_docs/test_bash_yaml/md_files/bash-tac-skills.md
tests/test_docs/test_bash_yaml/md_files/bash-tac.md
tests/test_docs/test_bash_yaml/md_files/bash-thermometer-skills.md
tests/test_docs/test_bash_yaml/md_files/bash-version.md
tests/test_docs/test_bash_yaml/md_files/bash-wealth.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/cosmos_private_key.txt
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_generic_step_by_step_guide/__init__.py
tests/test_docs/test_generic_step_by_step_guide/test_generic_step_by_step_guide.py
tests/test_docs/test_multiplexer_standalone/__init__.py
tests/test_docs/test_multiplexer_standalone/multiplexer_standalone.py
tests/test_docs/test_multiplexer_standalone/test_multiplexer_standalone.py
tests/test_docs/test_orm_integration/__init__.py
tests/test_docs/test_orm_integration/orm_seller_strategy.py
tests/test_docs/test_orm_integration/test_orm_integration.py
tests/test_docs/test_skill_guide/__init__.py
tests/test_docs/test_skill_guide/test_skill_guide.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_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_async_friendly_queue.py
tests/test_helpers/test_async_utils.py
tests/test_helpers/test_base.py
tests/test_helpers/test_exec_timeout.py
tests/test_helpers/test_multiple_executor.py
tests/test_helpers/test_pypi.py
tests/test_helpers/test_dialogue/__init__.py
tests/test_helpers/test_dialogue/test_base.py
tests/test_helpers/test_ipfs/__init__.py
tests/test_helpers/test_ipfs/test_base.py
tests/test_helpers/test_preference_representations/__init__.py
tests/test_helpers/test_preference_representations/test_base.py
tests/test_helpers/test_search/__init__.py
tests/test_helpers/test_search/base.py
tests/test_helpers/test_search/test_generic.py
tests/test_helpers/test_search/test_models.py
tests/test_helpers/test_transaction/__init__.py
tests/test_helpers/test_transaction/test_base.py
tests/test_identity/__init__.py
tests/test_identity/test_base.py
tests/test_mail/__init__.py
tests/test_mail/test_base.py
tests/test_packages/__init__.py
tests/test_packages/test_connections/__init__.py
tests/test_packages/test_connections/test_gym/__init__.py
tests/test_packages/test_connections/test_gym/test_gym.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_http_server/test_http_server_and_client.py
tests/test_packages/test_connections/test_ledger/__init__.py
tests/test_packages/test_connections/test_ledger/test_contract_api.py
tests/test_packages/test_connections/test_ledger/test_ledger_api.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_p2p_client/__init__.py
tests/test_packages/test_connections/test_p2p_client/test_p2p_client.py
tests/test_packages/test_connections/test_p2p_libp2p/__init__.py
tests/test_packages/test_connections/test_p2p_libp2p/test_aea_cli.py
tests/test_packages/test_connections/test_p2p_libp2p/test_communication.py
tests/test_packages/test_connections/test_p2p_libp2p/test_errors.py
tests/test_packages/test_connections/test_p2p_libp2p_client/__init__.py
tests/test_packages/test_connections/test_p2p_libp2p_client/test_aea_cli.py
tests/test_packages/test_connections/test_p2p_libp2p_client/test_communication.py
tests/test_packages/test_connections/test_p2p_libp2p_client/test_errors.py
tests/test_packages/test_connections/test_p2p_stub/__init__.py
tests/test_packages/test_connections/test_p2p_stub/test_p2p_stub.py
tests/test_packages/test_connections/test_soef/__init__.py
tests/test_packages/test_connections/test_soef/models.py
tests/test_packages/test_connections/test_soef/test_soef.py
tests/test_packages/test_connections/test_soef/test_soef_integration.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_connections/test_webhook/__init__.py
tests/test_packages/test_connections/test_webhook/test_webhook.py
tests/test_packages/test_contracts/__init__.py
tests/test_packages/test_contracts/test_erc1155/__init__.py
tests/test_packages/test_contracts/test_erc1155/test_contract.py
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.py
tests/test_packages/test_skills/test_gym.py
tests/test_packages/test_skills/test_http_echo.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_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_protocols/test_signing.py
tests/test_protocols/test_state_update.py
tests/test_registries/__init__.py
tests/test_registries/test_base.py
tests/test_registries/test_filter.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
tests/test_test_tools/__init__.py