Agents-aea tac_control

name: tac_control

install
source · Clone the upstream repo
git clone https://github.com/fetchai/agents-aea
manifest: packages/fetchai/skills/tac_control/skill.yaml
source content

name: tac_control author: fetchai version: 0.25.6 type: skill description: The tac control skill implements the logic for an AEA to control an instance of the TAC. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: README.md: QmdQcAgQ21CSovduTzvhf1nsxwQZWTYkDAc9Tfsz6gXWMh init.py: QmQLj6yg3zW6EBiRVLbZVqQojUSEJPcxwqMjFmUeyxkiAn behaviours.py: QmNmcawRFT6NEFCWpwECwE7bbX7ZnVVZXDLDeP5pKiQSZr dialogues.py: QmQWmTQKxhNV9A8B4h2dfmy917LCut3PY7Ny61nJvdxJPH game.py: QmVsUWKiNaQL3Fv58Huqf2BCTePApxkXiedqGMYgJvXyXE handlers.py: QmYdCncGTRQgdi5XB6VdjKZ7oBtphXKt3atrdYM2VtHU6N helpers.py: QmZByC5bR7Fz7K6eDS9Ccu7jMajUPcnQT6KSQouMmHLR13 parameters.py: QmVuYzxPYenwTGUcswCuXC912AeZLaSYb9Sr2Tu3R4chvK fingerprint_ignore_patterns: [] connections: [] contracts:

  • fetchai/erc1155:0.23.3 protocols:
  • fetchai/default:1.1.7
  • fetchai/oef_search:1.1.7
  • fetchai/tac:1.1.7 skills: [] behaviours: tac: args: max_soef_registration_retries: 5 class_name: TacBehaviour handlers: oef: args: {} class_name: OefSearchHandler tac: args: {} class_name: TacHandler models: default_dialogues: args: {} class_name: DefaultDialogues game: args: {} class_name: Game oef_search_dialogues: args: {} class_name: OefSearchDialogues parameters: args: base_good_endowment: 2 classification: piece: classification value: tac.controller competition_timeout: 180 currency_ids: [] good_ids: [] inactivity_timeout: 60 item_setup_timeout: 0 location: latitude: 51.5194 longitude: 0.127 lower_bound_factor: 1 min_nb_agents: 2 money_endowment: 2000000 nb_currencies: 1 nb_goods: 9 personality_data: piece: genus value: service registration_start_time: 01 01 2020 00:01 registration_timeout: 60 service_data: key: tac value: v1 tx_fee: 1 upper_bound_factor: 1 whitelist: [] class_name: Parameters tac_dialogues: args: {} class_name: TacDialogues dependencies: aea-ledger-ethereum: version: <2.0.0,>=1.0.0 aea-ledger-fetchai: version: <2.0.0,>=1.0.0 numpy: {} is_abstract: false