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/abstract_agent.py
aea/aea.py
aea/aea_builder.py
aea/agent.py
aea/agent_loop.py
aea/common.py
aea/exceptions.py
aea/launcher.py
aea/multiplexer.py
aea/py.typed
aea/runner.py
aea/runtime.py
aea/cli/__init__.py
aea/cli/__main__.py
aea/cli/add.py
aea/cli/add_key.py
aea/cli/build.py
aea/cli/check_packages.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_all_protocols.py
aea/cli/generate_key.py
aea/cli/generate_wealth.py
aea/cli/get_address.py
aea/cli/get_multiaddress.py
aea/cli/get_public_key.py
aea/cli/get_wealth.py
aea/cli/init.py
aea/cli/install.py
aea/cli/ipfs_hash.py
aea/cli/issue_certificates.py
aea/cli/launch.py
aea/cli/list.py
aea/cli/local_registry_sync.py
aea/cli/login.py
aea/cli/logout.py
aea/cli/packages.py
aea/cli/plugin.py
aea/cli/publish.py
aea/cli/push.py
aea/cli/push_all.py
aea/cli/register.py
aea/cli/remove.py
aea/cli/remove_key.py
aea/cli/reset_password.py
aea/cli/run.py
aea/cli/scaffold.py
aea/cli/search.py
aea/cli/test.py
aea/cli/transfer.py
aea/cli/upgrade.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/components/__init__.py
aea/components/base.py
aea/components/loader.py
aea/components/utils.py
aea/configurations/__init__.py
aea/configurations/base.py
aea/configurations/constants.py
aea/configurations/data_types.py
aea/configurations/loader.py
aea/configurations/manager.py
aea/configurations/pypi.py
aea/configurations/utils.py
aea/configurations/validation.py
aea/configurations/schemas/aea-config_schema.json
aea/configurations/schemas/cli_config.json
aea/configurations/schemas/connection-config_schema.json
aea/configurations/schemas/contract-config_schema.json
aea/configurations/schemas/custom-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/configurations/schemas/configurable_parts/base-custom_config.json
aea/configurations/schemas/configurable_parts/connection-custom_config.json
aea/configurations/schemas/configurable_parts/contract-custom_config.json
aea/configurations/schemas/configurable_parts/protocol-custom_config.json
aea/configurations/schemas/configurable_parts/skill-custom_config.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/scaffold/readme.md
aea/context/__init__.py
aea/context/base.py
aea/contracts/__init__.py
aea/contracts/base.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/helpers.py
aea/crypto/ledger_apis.py
aea/crypto/plugin.py
aea/crypto/wallet.py
aea/crypto/registries/__init__.py
aea/crypto/registries/base.py
aea/customs/__init__.py
aea/customs/scaffold/__init__.py
aea/customs/scaffold/component.yaml
aea/decision_maker/__init__.py
aea/decision_maker/base.py
aea/decision_maker/default.py
aea/decision_maker/scaffold.py
aea/error_handler/__init__.py
aea/error_handler/base.py
aea/error_handler/default.py
aea/error_handler/scaffold.py
aea/helpers/__init__.py
aea/helpers/async_friendly_queue.py
aea/helpers/async_utils.py
aea/helpers/base.py
aea/helpers/cid.py
aea/helpers/constants.py
aea/helpers/dependency_tree.py
aea/helpers/env_vars.py
aea/helpers/exception_policy.py
aea/helpers/exec_timeout.py
aea/helpers/file_io.py
aea/helpers/file_lock.py
aea/helpers/fingerprint.py
aea/helpers/git.py
aea/helpers/http_requests.py
aea/helpers/install_dependency.py
aea/helpers/io.py
aea/helpers/logging.py
aea/helpers/multiple_executor.py
aea/helpers/pipe.py
aea/helpers/profiler_type_black_list.py
aea/helpers/profiling.py
aea/helpers/protocols.py
aea/helpers/serializers.py
aea/helpers/sym_link.py
aea/helpers/win32.py
aea/helpers/yaml_utils.py
aea/helpers/acn/__init__.py
aea/helpers/acn/agent_record.py
aea/helpers/acn/uri.py
aea/helpers/ipfs/__init__.py
aea/helpers/ipfs/base.py
aea/helpers/ipfs/utils.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/multiaddr/__init__.py
aea/helpers/multiaddr/base.py
aea/helpers/multiaddr/crypto.proto
aea/helpers/multiaddr/crypto_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.proto
aea/helpers/search/models.py
aea/helpers/search/models_pb2.py
aea/helpers/storage/__init__.py
aea/helpers/storage/generic_storage.py
aea/helpers/storage/backends/__init__.py
aea/helpers/storage/backends/base.py
aea/helpers/storage/backends/sqlite.py
aea/helpers/storage/backends/binaries/json1.dll
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/manager/__init__.py
aea/manager/helpers.py
aea/manager/manager.py
aea/manager/project.py
aea/manager/utils.py
aea/package_manager/__init__.py
aea/package_manager/base.py
aea/package_manager/v0.py
aea/package_manager/v1.py
aea/protocols/__init__.py
aea/protocols/base.py
aea/protocols/dialogue/__init__.py
aea/protocols/dialogue/base.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/isort.cfg
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/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/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/docker_image.py
aea/test_tools/exceptions.py
aea/test_tools/generic.py
aea/test_tools/mocks.py
aea/test_tools/network.py
aea/test_tools/test_cases.py
aea/test_tools/test_contract.py
aea/test_tools/test_protocol.py
aea/test_tools/test_skill.py
aea/test_tools/utils.py
docs/12-factor.md
docs/acn-internals.md
docs/acn.md
docs/aea-vs-mvc.md
docs/aev-echo-demo.md
docs/agent-oriented-development.md
docs/agent-vs-aea.md
docs/app-areas.md
docs/build-aea-programmatically.md
docs/build-aea-step-by-step.md
docs/cli-commands.md
docs/cli-how-to.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/creating-contracts.md
docs/debug.md
docs/decision-maker-transaction.md
docs/decision-maker.md
docs/demos.md
docs/deployment.md
docs/design-principles.md
docs/development-setup.md
docs/diagram.md
docs/echo_demo.md
docs/faq.md
docs/generic-storage.md
docs/glossary.md
docs/gym-skill.md
docs/http-connection-and-skill.md
docs/http-echo-demo.md
docs/identity.md
docs/index.md
docs/interaction-protocol.md
docs/ipfs_registry.md
docs/known-limits.md
docs/language-agnostic-definition.md
docs/ledger-integration.md
docs/limits.md
docs/logging.md
docs/message-routing.md
docs/modes.md
docs/multi-agent-manager.md
docs/multiplexer-standalone.md
docs/overrides.md
docs/p2p-connection.md
docs/package-imports.md
docs/package_list.md
docs/performance-benchmark.md
docs/por.md
docs/protocol-generator.md
docs/protocol.md
docs/quickstart.md
docs/raspberry-set-up.md
docs/registry.md
docs/runtime-cost.md
docs/scaffolding.md
docs/security.md
docs/skill-testing.md
docs/skill.md
docs/standalone-transaction.md
docs/step-one.md
docs/trust.md
docs/upgrading.md
docs/version.md
docs/vision.md
docs/wealth.md
docs/api/abstract_agent.md
docs/api/aea.md
docs/api/aea_builder.md
docs/api/agent.md
docs/api/agent_loop.md
docs/api/common.md
docs/api/exceptions.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/components/utils.md
docs/api/configurations/base.md
docs/api/configurations/constants.md
docs/api/configurations/data_types.md
docs/api/configurations/loader.md
docs/api/configurations/manager.md
docs/api/configurations/pypi.md
docs/api/configurations/utils.md
docs/api/configurations/validation.md
docs/api/connections/base.md
docs/api/context/base.md
docs/api/contracts/base.md
docs/api/crypto/base.md
docs/api/crypto/helpers.md
docs/api/crypto/ledger_apis.md
docs/api/crypto/plugin.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/error_handler/base.md
docs/api/error_handler/default.md
docs/api/helpers/async_friendly_queue.md
docs/api/helpers/async_utils.md
docs/api/helpers/base.md
docs/api/helpers/cid.md
docs/api/helpers/constants.md
docs/api/helpers/dependency_tree.md
docs/api/helpers/env_vars.md
docs/api/helpers/exception_policy.md
docs/api/helpers/exec_timeout.md
docs/api/helpers/file_io.md
docs/api/helpers/file_lock.md
docs/api/helpers/fingerprint.md
docs/api/helpers/git.md
docs/api/helpers/http_requests.md
docs/api/helpers/install_dependency.md
docs/api/helpers/io.md
docs/api/helpers/logging.md
docs/api/helpers/multiple_executor.md
docs/api/helpers/pipe.md
docs/api/helpers/profiler_type_black_list.md
docs/api/helpers/profiling.md
docs/api/helpers/protocols.md
docs/api/helpers/serializers.md
docs/api/helpers/sym_link.md
docs/api/helpers/win32.md
docs/api/helpers/yaml_utils.md
docs/api/helpers/acn/agent_record.md
docs/api/helpers/acn/uri.md
docs/api/helpers/ipfs/base.md
docs/api/helpers/ipfs/utils.md
docs/api/helpers/multiaddr/base.md
docs/api/helpers/preference_representations/base.md
docs/api/helpers/search/generic.md
docs/api/helpers/search/models.md
docs/api/helpers/storage/generic_storage.md
docs/api/helpers/storage/backends/base.md
docs/api/helpers/storage/backends/sqlite.md
docs/api/helpers/transaction/base.md
docs/api/identity/base.md
docs/api/mail/base.md
docs/api/manager/helpers.md
docs/api/manager/manager.md
docs/api/manager/project.md
docs/api/manager/utils.md
docs/api/package_manager/base.md
docs/api/package_manager/v0.md
docs/api/package_manager/v1.md
docs/api/plugins/aea_cli_benchmark/core.md
docs/api/plugins/aea_cli_benchmark/utils.md
docs/api/plugins/aea_cli_benchmark/case_acn_communication/case.md
docs/api/plugins/aea_cli_benchmark/case_acn_communication/command.md
docs/api/plugins/aea_cli_benchmark/case_acn_communication/utils.md
docs/api/plugins/aea_cli_benchmark/case_acn_startup/case.md
docs/api/plugins/aea_cli_benchmark/case_acn_startup/command.md
docs/api/plugins/aea_cli_benchmark/case_acn_startup/utils.md
docs/api/plugins/aea_cli_benchmark/case_agent_construction_time/case.md
docs/api/plugins/aea_cli_benchmark/case_agent_construction_time/command.md
docs/api/plugins/aea_cli_benchmark/case_decision_maker/case.md
docs/api/plugins/aea_cli_benchmark/case_decision_maker/command.md
docs/api/plugins/aea_cli_benchmark/case_dialogues_memory_usage/case.md
docs/api/plugins/aea_cli_benchmark/case_dialogues_memory_usage/command.md
docs/api/plugins/aea_cli_benchmark/case_mem_usage/case.md
docs/api/plugins/aea_cli_benchmark/case_mem_usage/command.md
docs/api/plugins/aea_cli_benchmark/case_messages_memory_usage/case.md
docs/api/plugins/aea_cli_benchmark/case_messages_memory_usage/command.md
docs/api/plugins/aea_cli_benchmark/case_multiagent/case.md
docs/api/plugins/aea_cli_benchmark/case_multiagent/command.md
docs/api/plugins/aea_cli_benchmark/case_multiagent_http_dialogues/case.md
docs/api/plugins/aea_cli_benchmark/case_multiagent_http_dialogues/command.md
docs/api/plugins/aea_cli_benchmark/case_proactive/case.md
docs/api/plugins/aea_cli_benchmark/case_proactive/command.md
docs/api/plugins/aea_cli_benchmark/case_reactive/case.md
docs/api/plugins/aea_cli_benchmark/case_reactive/command.md
docs/api/plugins/aea_cli_benchmark/case_tx_generate/case.md
docs/api/plugins/aea_cli_benchmark/case_tx_generate/command.md
docs/api/plugins/aea_cli_benchmark/case_tx_generate/core.md
docs/api/plugins/aea_cli_benchmark/case_tx_generate/dialogues.md
docs/api/plugins/aea_cli_benchmark/case_tx_generate/docker_image.md
docs/api/plugins/aea_cli_benchmark/case_tx_generate/ledger_utils.md
docs/api/plugins/aea_cli_ipfs/core.md
docs/api/plugins/aea_cli_ipfs/exceptions.md
docs/api/plugins/aea_cli_ipfs/ipfs_utils.md
docs/api/plugins/aea_cli_ipfs/registry.md
docs/api/plugins/aea_cli_ipfs/test_tools/fixture_helpers.md
docs/api/plugins/aea_ledger_cosmos/cosmos.md
docs/api/plugins/aea_ledger_cosmos/hashfuncs.md
docs/api/plugins/aea_ledger_ethereum/ethereum.md
docs/api/plugins/aea_ledger_ethereum/test_tools/constants.md
docs/api/plugins/aea_ledger_ethereum/test_tools/docker_images.md
docs/api/plugins/aea_ledger_ethereum/test_tools/fixture_helpers.md
docs/api/plugins/aea_ledger_ethereum_flashbots/ethereum_flashbots.md
docs/api/plugins/aea_ledger_ethereum_hwi/account.md
docs/api/plugins/aea_ledger_ethereum_hwi/bip32.md
docs/api/plugins/aea_ledger_ethereum_hwi/exceptions.md
docs/api/plugins/aea_ledger_ethereum_hwi/hwi.md
docs/api/plugins/aea_ledger_fetchai/fetchai.md
docs/api/plugins/aea_ledger_fetchai/hashfuncs.md
docs/api/plugins/aea_ledger_fetchai/test_tools/constants.md
docs/api/plugins/aea_ledger_fetchai/test_tools/docker_images.md
docs/api/plugins/aea_ledger_fetchai/test_tools/fixture_helpers.md
docs/api/plugins/aea_ledger_solana/account.md
docs/api/plugins/aea_ledger_solana/constants.md
docs/api/plugins/aea_ledger_solana/crypto.md
docs/api/plugins/aea_ledger_solana/faucet.md
docs/api/plugins/aea_ledger_solana/helper.md
docs/api/plugins/aea_ledger_solana/solana.md
docs/api/plugins/aea_ledger_solana/solana_api.md
docs/api/plugins/aea_ledger_solana/transaction.md
docs/api/plugins/aea_ledger_solana/transaction_instruction.md
docs/api/plugins/aea_ledger_solana/utils.md
docs/api/protocols/base.md
docs/api/protocols/dialogue/base.md
docs/api/protocols/generator/base.md
docs/api/protocols/generator/common.md
docs/api/protocols/generator/extract_specification.md
docs/api/protocols/generator/validate.md
docs/api/protocols/signing/custom_types.md
docs/api/protocols/signing/dialogues.md
docs/api/protocols/signing/message.md
docs/api/protocols/signing/serialization.md
docs/api/protocols/signing/tests/test_signing.md
docs/api/protocols/signing/tests/test_signing_dialogues.md
docs/api/protocols/signing/tests/test_signing_messages.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/test_tools/constants.md
docs/api/test_tools/docker_image.md
docs/api/test_tools/exceptions.md
docs/api/test_tools/generic.md
docs/api/test_tools/mocks.md
docs/api/test_tools/network.md
docs/api/test_tools/test_cases.md
docs/api/test_tools/test_contract.md
docs/api/test_tools/test_protocol.md
docs/api/test_tools/test_skill.md
docs/api/test_tools/utils.md
docs/assets/acn-tiers.png
docs/assets/acn-tiers.svg
docs/assets/acn-tiers_.png
docs/assets/acn-trust-security.svg
docs/assets/acn-trust-security_.png
docs/assets/aea-vs-agent-vs-multiplexer.svg
docs/assets/aea-vs-agent-vs-multiplexer_.jpg
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/contracts.svg
docs/assets/contracts_.png
docs/assets/decision-maker.svg
docs/assets/decision-maker_.png
docs/assets/dht.svg
docs/assets/dht_.png
docs/assets/envelope.svg
docs/assets/envelope_.png
docs/assets/execution.svg
docs/assets/execution_.jpg
docs/assets/execution_.png
docs/assets/gym-skill.svg
docs/assets/gym-skill_.png
docs/assets/gym-training.png
docs/assets/http-integration.svg
docs/assets/http-integration_.jpg
docs/assets/interaction-protocols.svg
docs/assets/interaction-protocols_.jpg
docs/assets/keys.svg
docs/assets/keys_.png
docs/assets/message-flow-contract-ledger.svg
docs/assets/message-flow-contract-ledger_.jpg
docs/assets/multiplexer.svg
docs/assets/multiplexer_.png
docs/assets/oef-ledger.jpg
docs/assets/oef-ledger_.jpg
docs/assets/protocol.svg
docs/assets/protocol_.jpg
docs/assets/simplified-aea.svg
docs/assets/simplified-aea_.jpg
docs/assets/skill-components.svg
docs/assets/skill-components_.png
docs/assets/skills.svg
docs/assets/skills_.png
docs/assets/visdom_ui.png
docs/fonts/Manrope/Manrope-Bold.ttf
docs/fonts/Manrope/Manrope-ExtraBold.ttf
docs/fonts/Manrope/Manrope-ExtraLight.ttf
docs/fonts/Manrope/Manrope-Light.ttf
docs/fonts/Manrope/Manrope-Medium.ttf
docs/fonts/Manrope/Manrope-Regular.ttf
docs/fonts/Manrope/Manrope-SemiBold.ttf
docs/fonts/Manrope/stylesheet.css
docs/fonts/Webfont/generator_config.txt
docs/fonts/Webfont/stylesheet.css
docs/fonts/Webfont/triakisfont-bold-webfont.woff
docs/fonts/Webfont/triakisfont-bold-webfont.woff2
docs/fonts/Webfont/triakisfont-heavy-webfont.woff
docs/fonts/Webfont/triakisfont-heavy-webfont.woff2
docs/fonts/Webfont/triakisfont-medium-webfont.woff
docs/fonts/Webfont/triakisfont-medium-webfont.woff2
docs/fonts/Webfont/triakisfont-regular-webfont.woff
docs/fonts/Webfont/triakisfont-regular-webfont.woff2
docs/stylesheets/extra.css
examples/__init__.py
examples/aealite_go/README.md
examples/aealite_go/default/default.pb.go
examples/aealite_go/default/default.proto
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/sample.yaml
examples/tac_deploy/.env
examples/tac_deploy/Dockerfile
examples/tac_deploy/README.md
examples/tac_deploy/build.sh
examples/tac_deploy/entrypoint.sh
examples/tac_deploy/tac-deployment.yaml
examples/tac_deploy/tac_contract_ethereum_local_registry_local_acn.sh
examples/tac_deploy/tac_contract_fetchai_local_registry_local_acn.sh
examples/tac_deploy/tac_local_registry_local_acn.sh
examples/tac_deploy/tac_local_registry_public_dht_acn.sh
examples/tac_deploy/tac_remote_registry_public_dht_acn.sh
examples/tac_deploy/tac_run.sh
examples/tac_deploy/.aea/cli_config.yaml
examples/tac_deploy/packages/__init__.py
open_aea.egg-info/PKG-INFO
open_aea.egg-info/SOURCES.txt
open_aea.egg-info/dependency_links.txt
open_aea.egg-info/entry_points.txt
open_aea.egg-info/not-zip-safe
open_aea.egg-info/requires.txt
open_aea.egg-info/top_level.txt
packages/__init__.py
packages/packages.json
packages/fetchai/__init__.py
packages/fetchai/agents/error_test/README.md
packages/fetchai/agents/error_test/aea-config.yaml
packages/fetchai/agents/gym_aea/README.md
packages/fetchai/agents/gym_aea/aea-config.yaml
packages/fetchai/agents/my_first_aea/README.md
packages/fetchai/agents/my_first_aea/aea-config.yaml
packages/fetchai/connections/__init__.py
packages/fetchai/connections/gym/README.md
packages/fetchai/connections/gym/__init__.py
packages/fetchai/connections/gym/connection.py
packages/fetchai/connections/gym/connection.yaml
packages/fetchai/connections/gym/tests/__init__.py
packages/fetchai/connections/gym/tests/test_gym.py
packages/fetchai/connections/local/README.md
packages/fetchai/connections/local/__init__.py
packages/fetchai/connections/local/connection.py
packages/fetchai/connections/local/connection.yaml
packages/fetchai/connections/local/tests/__init__.py
packages/fetchai/connections/local/tests/test_misc.py
packages/fetchai/connections/local/tests/test_search_services.py
packages/fetchai/connections/stub/README.md
packages/fetchai/connections/stub/__init__.py
packages/fetchai/connections/stub/connection.py
packages/fetchai/connections/stub/connection.yaml
packages/fetchai/connections/stub/tests/__init__.py
packages/fetchai/connections/stub/tests/test_stub.py
packages/fetchai/contracts/__init__.py
packages/fetchai/contracts/erc1155/README.md
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/build/erc1155.wasm
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/contracts/erc1155/tests/__init__.py
packages/fetchai/contracts/erc1155/tests/test_contract.py
packages/fetchai/protocols/__init__.py
packages/fetchai/protocols/default/README.md
packages/fetchai/protocols/default/__init__.py
packages/fetchai/protocols/default/custom_types.py
packages/fetchai/protocols/default/default.proto
packages/fetchai/protocols/default/default_pb2.py
packages/fetchai/protocols/default/dialogues.py
packages/fetchai/protocols/default/message.py
packages/fetchai/protocols/default/protocol.yaml
packages/fetchai/protocols/default/serialization.py
packages/fetchai/protocols/default/tests/__init__.py
packages/fetchai/protocols/default/tests/test_default.py
packages/fetchai/protocols/default/tests/test_default_dialogues.py
packages/fetchai/protocols/default/tests/test_default_messages.py
packages/fetchai/protocols/fipa/README.md
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/fipa/tests/__init__.py
packages/fetchai/protocols/fipa/tests/test_fipa.py
packages/fetchai/protocols/fipa/tests/test_fipa_dialogues.py
packages/fetchai/protocols/fipa/tests/test_fipa_messages.py
packages/fetchai/protocols/gym/README.md
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/gym/tests/__init__.py
packages/fetchai/protocols/gym/tests/test_gym.py
packages/fetchai/protocols/gym/tests/test_gym_dialogues.py
packages/fetchai/protocols/gym/tests/test_gym_messages.py
packages/fetchai/protocols/oef_search/README.md
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/oef_search/tests/__init__.py
packages/fetchai/protocols/oef_search/tests/test_oef_search.py
packages/fetchai/protocols/oef_search/tests/test_oef_search_dialogues.py
packages/fetchai/protocols/oef_search/tests/test_oef_search_messages.py
packages/fetchai/protocols/state_update/README.md
packages/fetchai/protocols/state_update/__init__.py
packages/fetchai/protocols/state_update/dialogues.py
packages/fetchai/protocols/state_update/message.py
packages/fetchai/protocols/state_update/protocol.yaml
packages/fetchai/protocols/state_update/serialization.py
packages/fetchai/protocols/state_update/state_update.proto
packages/fetchai/protocols/state_update/state_update_pb2.py
packages/fetchai/protocols/state_update/tests/__init__.py
packages/fetchai/protocols/state_update/tests/test_state_update.py
packages/fetchai/protocols/state_update/tests/test_state_update_dialogues.py
packages/fetchai/protocols/state_update/tests/test_state_update_messages.py
packages/fetchai/protocols/tac/README.md
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/protocols/tac/tests/__init__.py
packages/fetchai/protocols/tac/tests/test_tac.py
packages/fetchai/protocols/tac/tests/test_tac_dialogues.py
packages/fetchai/protocols/tac/tests/test_tac_messages.py
packages/fetchai/skills/__init__.py
packages/fetchai/skills/echo/README.md
packages/fetchai/skills/echo/__init__.py
packages/fetchai/skills/echo/behaviours.py
packages/fetchai/skills/echo/dialogues.py
packages/fetchai/skills/echo/handlers.py
packages/fetchai/skills/echo/skill.yaml
packages/fetchai/skills/echo/tests/__init__.py
packages/fetchai/skills/echo/tests/test_behaviours.py
packages/fetchai/skills/echo/tests/test_dialogues.py
packages/fetchai/skills/echo/tests/test_handlers.py
packages/fetchai/skills/erc1155_client/README.md
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_client/tests/__init__.py
packages/fetchai/skills/erc1155_client/tests/intermediate_class.py
packages/fetchai/skills/erc1155_client/tests/test_behaviours.py
packages/fetchai/skills/erc1155_client/tests/test_dialogues.py
packages/fetchai/skills/erc1155_client/tests/test_handlers.py
packages/fetchai/skills/erc1155_client/tests/test_strategy.py
packages/fetchai/skills/erc1155_deploy/README.md
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/erc1155_deploy/tests/__init__.py
packages/fetchai/skills/erc1155_deploy/tests/intermediate_class.py
packages/fetchai/skills/erc1155_deploy/tests/test_behaviours.py
packages/fetchai/skills/erc1155_deploy/tests/test_dialogues.py
packages/fetchai/skills/erc1155_deploy/tests/test_handlers.py
packages/fetchai/skills/erc1155_deploy/tests/test_strategy.py
packages/fetchai/skills/error/README.md
packages/fetchai/skills/error/__init__.py
packages/fetchai/skills/error/handlers.py
packages/fetchai/skills/error/skill.yaml
packages/fetchai/skills/error_test_skill/README.md
packages/fetchai/skills/error_test_skill/__init__.py
packages/fetchai/skills/error_test_skill/behaviours.py
packages/fetchai/skills/error_test_skill/skill.yaml
packages/fetchai/skills/fipa_dummy_buyer/README.md
packages/fetchai/skills/fipa_dummy_buyer/__init__.py
packages/fetchai/skills/fipa_dummy_buyer/behaviours.py
packages/fetchai/skills/fipa_dummy_buyer/dialogues.py
packages/fetchai/skills/fipa_dummy_buyer/handlers.py
packages/fetchai/skills/fipa_dummy_buyer/skill.yaml
packages/fetchai/skills/generic_buyer/README.md
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_buyer/tests/__init__.py
packages/fetchai/skills/generic_buyer/tests/test_behaviours.py
packages/fetchai/skills/generic_buyer/tests/test_dialogues.py
packages/fetchai/skills/generic_buyer/tests/test_handlers.py
packages/fetchai/skills/generic_buyer/tests/test_models.py
packages/fetchai/skills/generic_seller/README.md
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/generic_seller/tests/__init__.py
packages/fetchai/skills/generic_seller/tests/test_behaviours.py
packages/fetchai/skills/generic_seller/tests/test_dialogues.py
packages/fetchai/skills/generic_seller/tests/test_handlers.py
packages/fetchai/skills/generic_seller/tests/test_models.py
packages/fetchai/skills/gym/README.md
packages/fetchai/skills/gym/__init__.py
packages/fetchai/skills/gym/dialogues.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/gym/tests/__init__.py
packages/fetchai/skills/gym/tests/helpers.py
packages/fetchai/skills/gym/tests/intermediate_class.py
packages/fetchai/skills/gym/tests/test_dialogues.py
packages/fetchai/skills/gym/tests/test_handlers.py
packages/fetchai/skills/gym/tests/test_helpers.py
packages/fetchai/skills/gym/tests/test_rl_agent.py
packages/fetchai/skills/gym/tests/test_task.py
packages/fetchai/skills/http_echo/README.md
packages/fetchai/skills/http_echo/__init__.py
packages/fetchai/skills/http_echo/dialogues.py
packages/fetchai/skills/http_echo/handlers.py
packages/fetchai/skills/http_echo/skill.yaml
packages/fetchai/skills/http_echo/tests/__init__.py
packages/fetchai/skills/http_echo/tests/test_dialogues.py
packages/fetchai/skills/http_echo/tests/test_handlers.py
packages/fetchai/skills/task_test_skill/README.md
packages/fetchai/skills/task_test_skill/__init__.py
packages/fetchai/skills/task_test_skill/behaviours.py
packages/fetchai/skills/task_test_skill/skill.yaml
packages/fetchai/skills/task_test_skill/tasks.py
packages/open_aea/__init__.py
packages/open_aea/agents/gym_aea/README.md
packages/open_aea/agents/gym_aea/aea-config.yaml
packages/open_aea/agents/http_echo/README.md
packages/open_aea/agents/http_echo/aea-config.yaml
packages/open_aea/agents/my_first_aea/README.md
packages/open_aea/agents/my_first_aea/aea-config.yaml
packages/open_aea/protocols/__init__.py
packages/open_aea/protocols/signing/README.md
packages/open_aea/protocols/signing/__init__.py
packages/open_aea/protocols/signing/custom_types.py
packages/open_aea/protocols/signing/dialogues.py
packages/open_aea/protocols/signing/message.py
packages/open_aea/protocols/signing/protocol.yaml
packages/open_aea/protocols/signing/serialization.py
packages/open_aea/protocols/signing/signing.proto
packages/open_aea/protocols/signing/signing_pb2.py
packages/open_aea/protocols/signing/tests/__init__.py
packages/open_aea/protocols/signing/tests/test_signing.py
packages/open_aea/protocols/signing/tests/test_signing_dialogues.py
packages/open_aea/protocols/signing/tests/test_signing_messages.py
packages/valory/__init__.py
packages/valory/connections/__init__.py
packages/valory/connections/http_client/README.md
packages/valory/connections/http_client/__init__.py
packages/valory/connections/http_client/connection.py
packages/valory/connections/http_client/connection.yaml
packages/valory/connections/http_client/tests/__init__.py
packages/valory/connections/http_client/tests/test_http_client.py
packages/valory/connections/http_server/README.md
packages/valory/connections/http_server/__init__.py
packages/valory/connections/http_server/connection.py
packages/valory/connections/http_server/connection.yaml
packages/valory/connections/http_server/tests/__init__.py
packages/valory/connections/http_server/tests/test_http_server.py
packages/valory/connections/http_server/tests/data/petstore_sim.yaml
packages/valory/connections/http_server/tests/data/certs/server.crt
packages/valory/connections/http_server/tests/data/certs/server.csr
packages/valory/connections/http_server/tests/data/certs/server.key
packages/valory/connections/ledger/README.md
packages/valory/connections/ledger/__init__.py
packages/valory/connections/ledger/base.py
packages/valory/connections/ledger/connection.py
packages/valory/connections/ledger/connection.yaml
packages/valory/connections/ledger/contract_dispatcher.py
packages/valory/connections/ledger/ledger_dispatcher.py
packages/valory/connections/ledger/tests/__init__.py
packages/valory/connections/ledger/tests/conftest.py
packages/valory/connections/ledger/tests/test_contract_dispatcher.py
packages/valory/connections/ledger/tests/test_ledger.py
packages/valory/connections/ledger/tests/test_ledger_api.py
packages/valory/connections/p2p_libp2p/README.md
packages/valory/connections/p2p_libp2p/__init__.py
packages/valory/connections/p2p_libp2p/check_dependencies.py
packages/valory/connections/p2p_libp2p/connection.py
packages/valory/connections/p2p_libp2p/connection.yaml
packages/valory/connections/p2p_libp2p/consts.py
packages/valory/connections/p2p_libp2p/libp2p_node/Makefile
packages/valory/connections/p2p_libp2p/libp2p_node/README.md
packages/valory/connections/p2p_libp2p/libp2p_node/go.mod
packages/valory/connections/p2p_libp2p/libp2p_node/go.sum
packages/valory/connections/p2p_libp2p/libp2p_node/libp2p_node
packages/valory/connections/p2p_libp2p/libp2p_node/libp2p_node.go
packages/valory/connections/p2p_libp2p/libp2p_node/link
packages/valory/connections/p2p_libp2p/libp2p_node/acn/utils.go
packages/valory/connections/p2p_libp2p/libp2p_node/aea/api.go
packages/valory/connections/p2p_libp2p/libp2p_node/aea/envelope.pb.go
packages/valory/connections/p2p_libp2p/libp2p_node/aea/envelope.proto
packages/valory/connections/p2p_libp2p/libp2p_node/aea/pipe.go
packages/valory/connections/p2p_libp2p/libp2p_node/aea/utils.go
packages/valory/connections/p2p_libp2p/libp2p_node/common/common.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/common/handlers.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtclient/dhtclient.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtclient/dhtclient_test.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtclient/options.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtnode/dhtnode.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtnode/streams.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtnode/utils.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtpeer/benchmarks_test.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtpeer/dhtpeer.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtpeer/dhtpeer_test.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtpeer/mailbox.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtpeer/notifee.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtpeer/options.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhtpeer/utils.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/dhttests/dhttests.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/monitoring/file.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/monitoring/prometheus.go
packages/valory/connections/p2p_libp2p/libp2p_node/dht/monitoring/service.go
packages/valory/connections/p2p_libp2p/libp2p_node/mocks/mock_host.go
packages/valory/connections/p2p_libp2p/libp2p_node/mocks/mock_net.go
packages/valory/connections/p2p_libp2p/libp2p_node/mocks/mock_network.go
packages/valory/connections/p2p_libp2p/libp2p_node/mocks/mock_peerstore.go
packages/valory/connections/p2p_libp2p/libp2p_node/protocols/acn/v1_0_0/acn.pb.go
packages/valory/connections/p2p_libp2p/libp2p_node/protocols/acn/v1_0_0/acn.proto
packages/valory/connections/p2p_libp2p/libp2p_node/protocols/acn/v1_0_0/acn.yaml
packages/valory/connections/p2p_libp2p/libp2p_node/utils/utils.go
packages/valory/connections/p2p_libp2p/libp2p_node/utils/utils_test.go
packages/valory/connections/p2p_libp2p/tests/__init__.py
packages/valory/connections/p2p_libp2p/tests/base.py
packages/valory/connections/p2p_libp2p/tests/test_aea_cli.py
packages/valory/connections/p2p_libp2p/tests/test_build.py
packages/valory/connections/p2p_libp2p/tests/test_errors.py
packages/valory/connections/p2p_libp2p/tests/test_go_code_matching_acn.py
packages/valory/connections/p2p_libp2p_client/README.md
packages/valory/connections/p2p_libp2p_client/__init__.py
packages/valory/connections/p2p_libp2p_client/connection.py
packages/valory/connections/p2p_libp2p_client/connection.yaml
packages/valory/connections/p2p_libp2p_mailbox/README.md
packages/valory/connections/p2p_libp2p_mailbox/__init__.py
packages/valory/connections/p2p_libp2p_mailbox/connection.py
packages/valory/connections/p2p_libp2p_mailbox/connection.yaml
packages/valory/connections/test_libp2p/__init__.py
packages/valory/connections/test_libp2p/connection.py
packages/valory/connections/test_libp2p/connection.yaml
packages/valory/connections/test_libp2p/readme.md
packages/valory/connections/test_libp2p/tests/__init__.py
packages/valory/connections/test_libp2p/tests/acn_image.py
packages/valory/connections/test_libp2p/tests/base.py
packages/valory/connections/test_libp2p/tests/conftest.py
packages/valory/connections/test_libp2p/tests/test_certificate_dates.py
packages/valory/connections/test_libp2p/tests/test_dht.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p/__init__.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p/test_aea_cli.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p/test_communication.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p/test_errors.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p/test_fault_tolerance.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p/test_integration.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p/test_slow_queue.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p_client/__init__.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p_client/test_aea_cli.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p_client/test_communication.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p_client/test_errors.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p_mailbox/__init__.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p_mailbox/test_aea_cli.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p_mailbox/test_communication.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p_mailbox/test_errors.py
packages/valory/connections/test_libp2p/tests/test_p2p_libp2p_mailbox/test_mailbox_service.py
packages/valory/protocols/__init__.py
packages/valory/protocols/acn/README.md
packages/valory/protocols/acn/__init__.py
packages/valory/protocols/acn/acn.proto
packages/valory/protocols/acn/acn_pb2.py
packages/valory/protocols/acn/custom_types.py
packages/valory/protocols/acn/dialogues.py
packages/valory/protocols/acn/message.py
packages/valory/protocols/acn/protocol.yaml
packages/valory/protocols/acn/serialization.py
packages/valory/protocols/acn/tests/__init__.py
packages/valory/protocols/acn/tests/test_acn.py
packages/valory/protocols/acn/tests/test_acn_dialogues.py
packages/valory/protocols/acn/tests/test_acn_messages.py
packages/valory/protocols/contract_api/README.md
packages/valory/protocols/contract_api/__init__.py
packages/valory/protocols/contract_api/contract_api.proto
packages/valory/protocols/contract_api/contract_api_pb2.py
packages/valory/protocols/contract_api/custom_types.py
packages/valory/protocols/contract_api/dialogues.py
packages/valory/protocols/contract_api/message.py
packages/valory/protocols/contract_api/protocol.yaml
packages/valory/protocols/contract_api/serialization.py
packages/valory/protocols/contract_api/tests/__init__.py
packages/valory/protocols/contract_api/tests/test_contract_api.py
packages/valory/protocols/contract_api/tests/test_contract_api_dialogues.py
packages/valory/protocols/contract_api/tests/test_contract_api_messages.py
packages/valory/protocols/http/README.md
packages/valory/protocols/http/__init__.py
packages/valory/protocols/http/dialogues.py
packages/valory/protocols/http/http.proto
packages/valory/protocols/http/http_pb2.py
packages/valory/protocols/http/message.py
packages/valory/protocols/http/protocol.yaml
packages/valory/protocols/http/serialization.py
packages/valory/protocols/http/tests/__init__.py
packages/valory/protocols/http/tests/test_http.py
packages/valory/protocols/http/tests/test_http_dialogues.py
packages/valory/protocols/http/tests/test_http_messages.py
packages/valory/protocols/ledger_api/README.md
packages/valory/protocols/ledger_api/__init__.py
packages/valory/protocols/ledger_api/custom_types.py
packages/valory/protocols/ledger_api/dialogues.py
packages/valory/protocols/ledger_api/ledger_api.proto
packages/valory/protocols/ledger_api/ledger_api_pb2.py
packages/valory/protocols/ledger_api/message.py
packages/valory/protocols/ledger_api/protocol.yaml
packages/valory/protocols/ledger_api/serialization.py
packages/valory/protocols/ledger_api/tests/__init__.py
packages/valory/protocols/ledger_api/tests/test_ledger_api.py
packages/valory/protocols/ledger_api/tests/test_ledger_api_dialogues.py
packages/valory/protocols/ledger_api/tests/test_ledger_api_messages.py
plugins/aea-cli-benchmark/LICENSE
plugins/aea-cli-benchmark/MANIFEST.in
plugins/aea-cli-benchmark/README.md
plugins/aea-cli-benchmark/pyproject.toml
plugins/aea-cli-benchmark/setup.py
plugins/aea-cli-benchmark/aea_cli_benchmark/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/core.py
plugins/aea-cli-benchmark/aea_cli_benchmark/py.typed
plugins/aea-cli-benchmark/aea_cli_benchmark/utils.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_acn_communication/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_acn_communication/case.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_acn_communication/command.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_acn_communication/utils.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_acn_startup/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_acn_startup/case.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_acn_startup/command.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_acn_startup/utils.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_agent_construction_time/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_agent_construction_time/case.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_agent_construction_time/command.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_decision_maker/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_decision_maker/case.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_decision_maker/command.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_dialogues_memory_usage/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_dialogues_memory_usage/case.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_dialogues_memory_usage/command.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_mem_usage/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_mem_usage/case.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_mem_usage/command.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_messages_memory_usage/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_messages_memory_usage/case.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_messages_memory_usage/command.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_multiagent/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_multiagent/case.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_multiagent/command.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_multiagent_http_dialogues/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_multiagent_http_dialogues/case.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_multiagent_http_dialogues/command.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_proactive/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_proactive/case.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_proactive/command.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_reactive/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_reactive/case.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_reactive/command.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_tx_generate/__init__.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_tx_generate/case.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_tx_generate/command.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_tx_generate/core.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_tx_generate/dialogues.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_tx_generate/docker_image.py
plugins/aea-cli-benchmark/aea_cli_benchmark/case_tx_generate/ledger_utils.py
plugins/aea-cli-benchmark/tests/__init__.py
plugins/aea-cli-ipfs/LICENSE
plugins/aea-cli-ipfs/MANIFEST.in
plugins/aea-cli-ipfs/README.md
plugins/aea-cli-ipfs/pyproject.toml
plugins/aea-cli-ipfs/setup.py
plugins/aea-cli-ipfs/aea_cli_ipfs/__init__.py
plugins/aea-cli-ipfs/aea_cli_ipfs/core.py
plugins/aea-cli-ipfs/aea_cli_ipfs/exceptions.py
plugins/aea-cli-ipfs/aea_cli_ipfs/ipfs_utils.py
plugins/aea-cli-ipfs/aea_cli_ipfs/py.typed
plugins/aea-cli-ipfs/aea_cli_ipfs/registry.py
plugins/aea-cli-ipfs/aea_cli_ipfs/test_tools/__init__.py
plugins/aea-cli-ipfs/aea_cli_ipfs/test_tools/fixture_helpers.py
plugins/aea-cli-ipfs/tests/__init__.py
plugins/aea-cli-ipfs/tests/test_aea_cli_ipfs.py
plugins/aea-cli-ipfs/tests/test_core.py
plugins/aea-cli-ipfs/tests/test_registry.py
plugins/aea-cli-ipfs/tests/test_test_tools.py
plugins/aea-cli-ipfs/tests/test_utils.py
plugins/aea-ledger-cosmos/LICENSE
plugins/aea-ledger-cosmos/MANIFEST.in
plugins/aea-ledger-cosmos/README.md
plugins/aea-ledger-cosmos/pyproject.toml
plugins/aea-ledger-cosmos/setup.py
plugins/aea-ledger-cosmos/aea_ledger_cosmos/__init__.py
plugins/aea-ledger-cosmos/aea_ledger_cosmos/cosmos.py
plugins/aea-ledger-cosmos/aea_ledger_cosmos/hashfuncs.py
plugins/aea-ledger-cosmos/aea_ledger_cosmos/py.typed
plugins/aea-ledger-cosmos/tests/__init__.py
plugins/aea-ledger-cosmos/tests/conftest.py
plugins/aea-ledger-cosmos/tests/test_cosmos.py
plugins/aea-ledger-cosmos/tests/test_hashfuncs.py
plugins/aea-ledger-cosmos/tests/data/cosmos_private_key.txt
plugins/aea-ledger-cosmos/tests/data/dummy_contract/__init__.py
plugins/aea-ledger-cosmos/tests/data/dummy_contract/contract.py
plugins/aea-ledger-cosmos/tests/data/dummy_contract/contract.yaml
plugins/aea-ledger-cosmos/tests/data/dummy_contract/build/some.json
plugins/aea-ledger-cosmos/tests/data/dummy_contract/build/some.wasm
plugins/aea-ledger-ethereum/LICENSE
plugins/aea-ledger-ethereum/MANIFEST.in
plugins/aea-ledger-ethereum/README.md
plugins/aea-ledger-ethereum/pyproject.toml
plugins/aea-ledger-ethereum/setup.py
plugins/aea-ledger-ethereum-flashbots/LICENSE
plugins/aea-ledger-ethereum-flashbots/MANIFEST.in
plugins/aea-ledger-ethereum-flashbots/README.md
plugins/aea-ledger-ethereum-flashbots/pyproject.toml
plugins/aea-ledger-ethereum-flashbots/setup.py
plugins/aea-ledger-ethereum-flashbots/aea_ledger_ethereum_flashbots/__init__.py
plugins/aea-ledger-ethereum-flashbots/aea_ledger_ethereum_flashbots/ethereum_flashbots.py
plugins/aea-ledger-ethereum-flashbots/aea_ledger_ethereum_flashbots/py.typed
plugins/aea-ledger-ethereum-flashbots/tests/__init__.py
plugins/aea-ledger-ethereum-flashbots/tests/test_ethereum.py
plugins/aea-ledger-ethereum-hwi/LICENSE
plugins/aea-ledger-ethereum-hwi/MANIFEST.in
plugins/aea-ledger-ethereum-hwi/README.md
plugins/aea-ledger-ethereum-hwi/pyproject.toml
plugins/aea-ledger-ethereum-hwi/setup.py
plugins/aea-ledger-ethereum-hwi/aea_ledger_ethereum_hwi/__init__.py
plugins/aea-ledger-ethereum-hwi/aea_ledger_ethereum_hwi/account.py
plugins/aea-ledger-ethereum-hwi/aea_ledger_ethereum_hwi/bip32.py
plugins/aea-ledger-ethereum-hwi/aea_ledger_ethereum_hwi/exceptions.py
plugins/aea-ledger-ethereum-hwi/aea_ledger_ethereum_hwi/hwi.py
plugins/aea-ledger-ethereum-hwi/aea_ledger_ethereum_hwi/py.typed
plugins/aea-ledger-ethereum-hwi/tests/__init__.py
plugins/aea-ledger-ethereum-hwi/tests/test_account.py
plugins/aea-ledger-ethereum/aea_ledger_ethereum/__init__.py
plugins/aea-ledger-ethereum/aea_ledger_ethereum/ethereum.py
plugins/aea-ledger-ethereum/aea_ledger_ethereum/py.typed
plugins/aea-ledger-ethereum/aea_ledger_ethereum/test_tools/__init__.py
plugins/aea-ledger-ethereum/aea_ledger_ethereum/test_tools/constants.py
plugins/aea-ledger-ethereum/aea_ledger_ethereum/test_tools/docker_images.py
plugins/aea-ledger-ethereum/aea_ledger_ethereum/test_tools/fixture_helpers.py
plugins/aea-ledger-ethereum/aea_ledger_ethereum/test_tools/data/ethereum_private_key.txt
plugins/aea-ledger-ethereum/aea_ledger_ethereum/test_tools/data/ethereum_private_key_two.txt
plugins/aea-ledger-ethereum/tests/__init__.py
plugins/aea-ledger-ethereum/tests/conftest.py
plugins/aea-ledger-ethereum/tests/test_ethereum.py
plugins/aea-ledger-ethereum/tests/test_ethereum_contract.py
plugins/aea-ledger-ethereum/tests/test_fixture.py
plugins/aea-ledger-ethereum/tests/data/ethereum_private_key.txt
plugins/aea-ledger-ethereum/tests/data/dummy_contract/__init__.py
plugins/aea-ledger-ethereum/tests/data/dummy_contract/contract.py
plugins/aea-ledger-ethereum/tests/data/dummy_contract/contract.yaml
plugins/aea-ledger-ethereum/tests/data/dummy_contract/build/some.json
plugins/aea-ledger-ethereum/tests/data/dummy_contract/build/some.wasm
plugins/aea-ledger-fetchai/LICENSE
plugins/aea-ledger-fetchai/MANIFEST.in
plugins/aea-ledger-fetchai/README.md
plugins/aea-ledger-fetchai/pyproject.toml
plugins/aea-ledger-fetchai/setup.py
plugins/aea-ledger-fetchai/aea_ledger_fetchai/__init__.py
plugins/aea-ledger-fetchai/aea_ledger_fetchai/fetchai.py
plugins/aea-ledger-fetchai/aea_ledger_fetchai/hashfuncs.py
plugins/aea-ledger-fetchai/aea_ledger_fetchai/py.typed
plugins/aea-ledger-fetchai/aea_ledger_fetchai/test_tools/__init__.py
plugins/aea-ledger-fetchai/aea_ledger_fetchai/test_tools/constants.py
plugins/aea-ledger-fetchai/aea_ledger_fetchai/test_tools/docker_images.py
plugins/aea-ledger-fetchai/aea_ledger_fetchai/test_tools/fixture_helpers.py
plugins/aea-ledger-fetchai/aea_ledger_fetchai/test_tools/data/fetchai_private_key.txt
plugins/aea-ledger-fetchai/tests/__init__.py
plugins/aea-ledger-fetchai/tests/conftest.py
plugins/aea-ledger-fetchai/tests/test_cosmos.py
plugins/aea-ledger-fetchai/tests/test_fetchai.py
plugins/aea-ledger-fetchai/tests/test_fixture.py
plugins/aea-ledger-fetchai/tests/test_hashfuncs.py
plugins/aea-ledger-fetchai/tests/data/dummy_contract/__init__.py
plugins/aea-ledger-fetchai/tests/data/dummy_contract/contract.py
plugins/aea-ledger-fetchai/tests/data/dummy_contract/contract.yaml
plugins/aea-ledger-fetchai/tests/data/dummy_contract/build/some.json
plugins/aea-ledger-fetchai/tests/data/dummy_contract/build/some.wasm
plugins/aea-ledger-solana/LICENSE
plugins/aea-ledger-solana/MANIFEST.in
plugins/aea-ledger-solana/README.md
plugins/aea-ledger-solana/pyproject.toml
plugins/aea-ledger-solana/setup.py
plugins/aea-ledger-solana/aea_ledger_solana/__init__.py
plugins/aea-ledger-solana/aea_ledger_solana/account.py
plugins/aea-ledger-solana/aea_ledger_solana/constants.py
plugins/aea-ledger-solana/aea_ledger_solana/crypto.py
plugins/aea-ledger-solana/aea_ledger_solana/faucet.py
plugins/aea-ledger-solana/aea_ledger_solana/helper.py
plugins/aea-ledger-solana/aea_ledger_solana/py.typed
plugins/aea-ledger-solana/aea_ledger_solana/solana.py
plugins/aea-ledger-solana/aea_ledger_solana/solana_api.py
plugins/aea-ledger-solana/aea_ledger_solana/transaction.py
plugins/aea-ledger-solana/aea_ledger_solana/transaction_instruction.py
plugins/aea-ledger-solana/aea_ledger_solana/utils.py
plugins/aea-ledger-solana/tests/__init__.py
plugins/aea-ledger-solana/tests/conftest.py
plugins/aea-ledger-solana/tests/test_contracts.py
plugins/aea-ledger-solana/tests/test_crypto.py
plugins/aea-ledger-solana/tests/test_faucet.py
plugins/aea-ledger-solana/tests/test_solana.py
plugins/aea-ledger-solana/tests/test_solana_transaction.py
plugins/aea-ledger-solana/tests/test_underlying_lib.py
plugins/aea-ledger-solana/tests/data/Dockerfile
plugins/aea-ledger-solana/tests/data/solana_private_key0.txt
plugins/aea-ledger-solana/tests/data/solana_private_key1.txt
plugins/aea-ledger-solana/tests/data/solana_private_key2.txt
plugins/aea-ledger-solana/tests/data/solana_private_key_program.txt
plugins/aea-ledger-solana/tests/data/dummy_contract/build/idl.json
plugins/aea-ledger-solana/tests/data/spl-token-faucet/target/deploy/spl_token_faucet-keypair.json
plugins/aea-ledger-solana/tests/data/spl-token-faucet/target/deploy/spl_token_faucet.so
plugins/aea-ledger-solana/tests/data/spl-token-faucet/target/idl/spl_token_faucet.json
plugins/aea-ledger-solana/tests/data/tic-tac-toe/target/deploy/tic_tac_toe.so
plugins/aea-ledger-solana/tests/data/tic-tac-toe/target/idl/tic_tac_toe.json
scripts/NOTES.md
scripts/RELEASE_PROCESS.md
scripts/__init__.py
scripts/bump_aea_version.py
scripts/check_copyright_notice.py
scripts/check_dependencies.py
scripts/check_doc_ipfs_hashes.py
scripts/check_doc_links.py
scripts/check_imports_and_dependencies.py
scripts/check_ipfs_hashes_pushed.py
scripts/check_package_versions_in_docs.py
scripts/check_pipfile_and_toxini.py
scripts/deploy_to_registry.py
scripts/freeze_dependencies.py
scripts/generate_api_docs.py
scripts/generate_package_list.py
scripts/install.ps1
scripts/install.sh
scripts/log_parser.py
scripts/parse_main_dependencies_from_lock.py
scripts/publish_packages_to_local_registry.py
scripts/spell-check.sh
scripts/update_package_versions.py
scripts/update_plugin_versions.py
scripts/update_symlinks_cross_platform.py
scripts/whitelist.py
scripts/acn/Dockerfile
scripts/acn/README.md
scripts/acn/run_acn_node_standalone.py
scripts/acn/skaffold.yaml
scripts/acn/acn-deployment/.helmignore
scripts/acn/acn-deployment/Chart.yaml
scripts/acn/acn-deployment/agents-dht-0.0.1.tgz
scripts/acn/acn-deployment/values.yaml
scripts/acn/acn-deployment/ingress_tcp_routing/tcp_routing_config_map.yaml
scripts/acn/acn-deployment/templates/acn-node.yaml
scripts/acn/acn-deployment/templates/bootstrapnode.yaml
scripts/acn/acn-deployment/templates/bootstrapsecret.yaml
scripts/acn/acn-deployment/templates/secret.yaml
tests/__init__.py
tests/conftest.py
tests/test_act_storage.py
tests/test_aea.py
tests/test_aea_builder.py
tests/test_agent.py
tests/test_agent_loop.py
tests/test_exceptions.py
tests/test_launcher.py
tests/test_multiplexer.py
tests/test_package_loading.py
tests/test_runner.py
tests/test_runtime.py
tests/test_task.py
tests/common/__init__.py
tests/common/pexpect_popen.py
tests/common/utils.py
tests/data/__init__.py
tests/data/aea-config.example.yaml
tests/data/aea-config.example_multipage.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/ethereum_private_key.txt
tests/data/ethereum_private_key_two.txt
tests/data/fetchai_private_key.txt
tests/data/fetchai_private_key_wrong.txt
tests/data/gym-connection.yaml
tests/data/petstore_sim.yaml
tests/data/sample_specification.yaml
tests/data/sample_specification_no_custom_types.yaml
tests/data/solana_private_key0.txt
tests/data/solana_private_key1.txt
tests/data/solana_private_key2.txt
tests/data/solana_private_key_program.txt
tests/data/t_protocol.tar.gz
tests/data/certs/server.crt
tests/data/certs/server.csr
tests/data/certs/server.key
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/cosmos_private_key.txt
tests/data/dummy_aea/default_private_key.pem
tests/data/dummy_aea/ethereum_private_key.txt
tests/data/dummy_aea/fetchai_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/skills/test_skill/__init__.py
tests/data/dummy_aea/skills/test_skill/behaviours.py
tests/data/dummy_aea/skills/test_skill/handlers.py
tests/data/dummy_aea/skills/test_skill/my_model.py
tests/data/dummy_aea/skills/test_skill/skill.yaml
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/README.md
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/connections/local/tests/__init__.py
tests/data/dummy_aea/vendor/fetchai/connections/local/tests/test_misc.py
tests/data/dummy_aea/vendor/fetchai/connections/local/tests/test_search_services.py
tests/data/dummy_aea/vendor/fetchai/contracts/__init__.py
tests/data/dummy_aea/vendor/fetchai/contracts/erc1155/README.md
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/build/erc1155.wasm
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/contracts/erc1155/tests/__init__.py
tests/data/dummy_aea/vendor/fetchai/contracts/erc1155/tests/test_contract.py
tests/data/dummy_aea/vendor/fetchai/protocols/__init__.py
tests/data/dummy_aea/vendor/fetchai/protocols/default/README.md
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/default/tests/__init__.py
tests/data/dummy_aea/vendor/fetchai/protocols/default/tests/test_default.py
tests/data/dummy_aea/vendor/fetchai/protocols/default/tests/test_default_dialogues.py
tests/data/dummy_aea/vendor/fetchai/protocols/default/tests/test_default_messages.py
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/README.md
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/protocols/fipa/tests/__init__.py
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/tests/test_fipa.py
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/tests/test_fipa_dialogues.py
tests/data/dummy_aea/vendor/fetchai/protocols/fipa/tests/test_fipa_messages.py
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/README.md
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/__init__.py
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/custom_types.py
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/dialogues.py
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/message.py
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/oef_search.proto
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/oef_search_pb2.py
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/protocol.yaml
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/serialization.py
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/tests/__init__.py
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/tests/test_oef_search.py
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/tests/test_oef_search_dialogues.py
tests/data/dummy_aea/vendor/fetchai/protocols/oef_search/tests/test_oef_search_messages.py
tests/data/dummy_aea/vendor/fetchai/protocols/state_update/README.md
tests/data/dummy_aea/vendor/fetchai/protocols/state_update/__init__.py
tests/data/dummy_aea/vendor/fetchai/protocols/state_update/dialogues.py
tests/data/dummy_aea/vendor/fetchai/protocols/state_update/message.py
tests/data/dummy_aea/vendor/fetchai/protocols/state_update/protocol.yaml
tests/data/dummy_aea/vendor/fetchai/protocols/state_update/serialization.py
tests/data/dummy_aea/vendor/fetchai/protocols/state_update/state_update.proto
tests/data/dummy_aea/vendor/fetchai/protocols/state_update/state_update_pb2.py
tests/data/dummy_aea/vendor/fetchai/protocols/state_update/tests/__init__.py
tests/data/dummy_aea/vendor/fetchai/protocols/state_update/tests/test_state_update.py
tests/data/dummy_aea/vendor/fetchai/protocols/state_update/tests/test_state_update_dialogues.py
tests/data/dummy_aea/vendor/fetchai/protocols/state_update/tests/test_state_update_messages.py
tests/data/dummy_aea/vendor/fetchai/skills/__init__.py
tests/data/dummy_aea/vendor/fetchai/skills/error/README.md
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_aea/vendor/open_aea/__init__.py
tests/data/dummy_aea/vendor/open_aea/protocols/__init__.py
tests/data/dummy_aea/vendor/open_aea/protocols/signing/README.md
tests/data/dummy_aea/vendor/open_aea/protocols/signing/__init__.py
tests/data/dummy_aea/vendor/open_aea/protocols/signing/custom_types.py
tests/data/dummy_aea/vendor/open_aea/protocols/signing/dialogues.py
tests/data/dummy_aea/vendor/open_aea/protocols/signing/message.py
tests/data/dummy_aea/vendor/open_aea/protocols/signing/protocol.yaml
tests/data/dummy_aea/vendor/open_aea/protocols/signing/serialization.py
tests/data/dummy_aea/vendor/open_aea/protocols/signing/signing.proto
tests/data/dummy_aea/vendor/open_aea/protocols/signing/signing_pb2.py
tests/data/dummy_aea/vendor/open_aea/protocols/signing/tests/__init__.py
tests/data/dummy_aea/vendor/open_aea/protocols/signing/tests/test_signing.py
tests/data/dummy_aea/vendor/open_aea/protocols/signing/tests/test_signing_dialogues.py
tests/data/dummy_aea/vendor/open_aea/protocols/signing/tests/test_signing_messages.py
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_contract/build/some.wasm
tests/data/dummy_protocol/protocol.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/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/packages/__init__.py
tests/data/packages/packages.json
tests/data/packages/default_author/__init__.py
tests/data/packages/default_author/contracts/__init__.py
tests/data/packages/default_author/contracts/stub_0/__init__.py
tests/data/packages/default_author/contracts/stub_0/contract.py
tests/data/packages/default_author/contracts/stub_0/contract.yaml
tests/data/packages/default_author/contracts/stub_1/__init__.py
tests/data/packages/default_author/contracts/stub_1/contract.py
tests/data/packages/default_author/contracts/stub_1/contract.yaml
tests/data/packages/fetchai/__init__.py
tests/data/packages/fetchai/protocols/__init__.py
tests/data/packages/fetchai/protocols/t_protocol/README.md
tests/data/packages/fetchai/protocols/t_protocol/__init__.py
tests/data/packages/fetchai/protocols/t_protocol/custom_types.py
tests/data/packages/fetchai/protocols/t_protocol/dialogues.py
tests/data/packages/fetchai/protocols/t_protocol/message.py
tests/data/packages/fetchai/protocols/t_protocol/protocol.yaml
tests/data/packages/fetchai/protocols/t_protocol/serialization.py
tests/data/packages/fetchai/protocols/t_protocol/t_protocol.proto
tests/data/packages/fetchai/protocols/t_protocol/t_protocol_pb2.py
tests/data/packages/fetchai/protocols/t_protocol/tests/test_t_protocol_dialogues.py
tests/data/packages/fetchai/protocols/t_protocol/tests/test_t_protocol_messages.py
tests/data/packages/fetchai/protocols/t_protocol_no_ct/README.md
tests/data/packages/fetchai/protocols/t_protocol_no_ct/__init__.py
tests/data/packages/fetchai/protocols/t_protocol_no_ct/dialogues.py
tests/data/packages/fetchai/protocols/t_protocol_no_ct/message.py
tests/data/packages/fetchai/protocols/t_protocol_no_ct/protocol.yaml
tests/data/packages/fetchai/protocols/t_protocol_no_ct/serialization.py
tests/data/packages/fetchai/protocols/t_protocol_no_ct/t_protocol_no_ct.proto
tests/data/packages/fetchai/protocols/t_protocol_no_ct/t_protocol_no_ct_pb2.py
tests/data/packages/fetchai/protocols/t_protocol_no_ct/tests/test_t_protocol_no_ct_dialogues.py
tests/data/packages/fetchai/protocols/t_protocol_no_ct/tests/test_t_protocol_no_ct_messages.py
tests/strategies/__init__.py
tests/strategies/data_types.py
tests/test_cli/__init__.py
tests/test_cli/constants.py
tests/test_cli/test_add_key.py
tests/test_cli/test_build.py
tests/test_cli/test_check_packages.py
tests/test_cli/test_config.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_all_protocols.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_multiaddress.py
tests/test_cli/test_get_public_key.py
tests/test_cli/test_get_wealth.py
tests/test_cli/test_init.py
tests/test_cli/test_install.py
tests/test_cli/test_ipfs_hash.py
tests/test_cli/test_issue_certificates.py
tests/test_cli/test_launch.py
tests/test_cli/test_launch_end_to_end.py
tests/test_cli/test_list.py
tests/test_cli/test_local_registry_update.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_plugin.py
tests/test_cli/test_publish.py
tests/test_cli/test_push.py
tests/test_cli/test_push_all.py
tests/test_cli/test_register.py
tests/test_cli/test_remove_key.py
tests/test_cli/test_reset_password.py
tests/test_cli/test_run.py
tests/test_cli/test_search.py
tests/test_cli/test_test.py
tests/test_cli/test_transfer.py
tests/test_cli/test_upgrade.py
tests/test_cli/tools_for_testing.py
tests/test_cli/test_add/__init__.py
tests/test_cli/test_add/test_click_utils.py
tests/test_cli/test_add/test_connection.py
tests/test_cli/test_add/test_contract.py
tests/test_cli/test_add/test_contract_dependency.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_package_manager/__init__.py
tests/test_cli/test_package_manager/test_init.py
tests/test_cli/test_package_manager/test_lock.py
tests/test_cli/test_package_manager/test_sync.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_base.py
tests/test_cli/test_remove/test_connection.py
tests/test_cli/test_remove/test_contract.py
tests/test_cli/test_remove/test_dependencies.py
tests/test_cli/test_remove/test_protocol.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_decision_maker_handler.py
tests/test_cli/test_scaffold/test_error_handler.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_package_utils.py
tests/test_cli/test_utils/test_utils.py
tests/test_components/__init__.py
tests/test_components/test_base.py
tests/test_components/test_loader.py
tests/test_components/test_utils.py
tests/test_configurations/__init__.py
tests/test_configurations/test_aea_config.py
tests/test_configurations/test_base.py
tests/test_configurations/test_constants.py
tests/test_configurations/test_data_types.py
tests/test_configurations/test_loader.py
tests/test_configurations/test_manager.py
tests/test_configurations/test_pypi.py
tests/test_configurations/test_schema.py
tests/test_configurations/test_utils.py
tests/test_configurations/test_validation.py
tests/test_connections/__init__.py
tests/test_connections/test_base.py
tests/test_connections/test_scaffold.py
tests/test_connections/test_sync_connection.py
tests/test_context/__init__.py
tests/test_context/test_base.py
tests/test_contracts/IUniswapV2ERC20.json
tests/test_contracts/__init__.py
tests/test_contracts/test_base.py
tests/test_crypto/__init__.py
tests/test_crypto/test_helpers.py
tests/test_crypto/test_ledger_apis.py
tests/test_crypto/test_password_end2end.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_crypto/test_registry/test_misc.py
tests/test_decision_maker/__init__.py
tests/test_decision_maker/test_default.py
tests/test_decision_maker/test_scaffold.py
tests/test_docs/__init__.py
tests/test_docs/helper.py
tests/test_docs/test_cli_commands.py
tests/test_docs/test_commands.py
tests/test_docs/test_docs_http_connection_and_skill.py
tests/test_docs/test_docs_skill.py
tests/test_docs/test_generic_storage.py
tests/test_docs/test_language_agnostic_definition.py
tests/test_docs/test_ledger_integration.py
tests/test_docs/test_multiagent_manager.py
tests/test_docs/test_quickstart.py
tests/test_docs/test_skill_testing.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-aev-echo-demo.md
tests/test_docs/test_bash_yaml/md_files/bash-cli-how-to.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-deployment.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-http-echo-demo.md
tests/test_docs/test_bash_yaml/md_files/bash-language-agnostic-definition.md
tests/test_docs/test_bash_yaml/md_files/bash-ledger-integration.md
tests/test_docs/test_bash_yaml/md_files/bash-logging.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-por.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.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_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_decision_maker_transaction/__init__.py
tests/test_docs/test_decision_maker_transaction/decision_maker_transaction.py
tests/test_docs/test_decision_maker_transaction/test_decision_maker_transaction.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_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_error_handler/__init__.py
tests/test_error_handler/test_base.py
tests/test_error_handler/test_scaffold.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_cid.py
tests/test_helpers/test_dependency_tree.py
tests/test_helpers/test_env_vars.py
tests/test_helpers/test_exec_timeout.py
tests/test_helpers/test_file_io.py
tests/test_helpers/test_fingerprint.py
tests/test_helpers/test_git.py
tests/test_helpers/test_install_dependency.py
tests/test_helpers/test_io.py
tests/test_helpers/test_logging.py
tests/test_helpers/test_multiaddr.py
tests/test_helpers/test_multiple_executor.py
tests/test_helpers/test_profiling.py
tests/test_helpers/test_protocols.py
tests/test_helpers/test_serializers.py
tests/test_helpers/test_storage.py
tests/test_helpers/test_sym_link.py
tests/test_helpers/test_yaml_utils.py
tests/test_helpers/test_acn/__init__.py
tests/test_helpers/test_acn/test_agent_record.py
tests/test_helpers/test_acn/test_uri.py
tests/test_helpers/test_ipfs/__init__.py
tests/test_helpers/test_ipfs/test_base.py
tests/test_helpers/test_pipe/__init__.py
tests/test_helpers/test_pipe/test_pipe.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_manager/__init__.py
tests/test_manager/test_helpers.py
tests/test_manager/test_manager.py
tests/test_manager/test_utils.py
tests/test_package_manager/__init__.py
tests/test_package_manager/test_base.py
tests/test_package_manager/test_v0.py
tests/test_package_manager/test_v1.py
tests/test_packages/__init__.py
tests/test_packages/test_connections/__init__.py
tests/test_packages/test_connections/test_http_server/__init__.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_protocols/__init__.py
tests/test_packages/test_protocols/test_acn.py
tests/test_protocols/__init__.py
tests/test_protocols/test_base.py
tests/test_protocols/test_scaffold.py
tests/test_protocols/test_dialogue/__init__.py
tests/test_protocols/test_dialogue/test_base.py
tests/test_protocols/test_dialogue/test_msg_resolve.py
tests/test_protocols/test_generator/__init__.py
tests/test_protocols/test_generator/common.py
tests/test_protocols/test_generator/test_common.py
tests/test_protocols/test_generator/test_end_to_end.py
tests/test_protocols/test_generator/test_extract_specification.py
tests/test_protocols/test_generator/test_generator.py
tests/test_protocols/test_generator/test_validate.py
tests/test_registries/__init__.py
tests/test_registries/test_base.py
tests/test_registries/test_filter.py
tests/test_scripts/test_check_doc_ipfs_hashes.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_scaffold.py
tests/test_skills/test_task_subprocess.py
tests/test_skills/test_tasks.py
tests/test_test_tools/__init__.py
tests/test_test_tools/test_click_testing.py
tests/test_test_tools/test_docker_image.py
tests/test_test_tools/test_mocks.py
tests/test_test_tools/test_network.py
tests/test_test_tools/test_test_cases.py
tests/test_test_tools/test_test_contract.py
tests/test_test_tools/test_test_protocols.py
tests/test_test_tools/test_test_skill.py
tests/test_test_tools/test_utils.py