git clone https://github.com/fetchai/agents-aea
packages/fetchai/skills/tac_control_contract/skill.yamlname: tac_control_contract author: fetchai version: 0.27.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: QmYoLcfTSQNX3FPna6g2ttKTQRjF8DpxpzLxEQLdg4whe1 init.py: QmVpmZmA7JNrBUTRdeThgw9GTnPMDEg4JRNLu8WUh8ZqWa behaviours.py: QmV6UDZrmUXVfoqU8J5GgQmtanDKNbUd14t6UEJGSaynx8 dialogues.py: QmbxjXD42RbKtYWUwnQzscAiKJuijfNgUK3G1WJfU9Lkxf game.py: QmYuh179BNFk4vt2df8WYDWT6C4J7ogJEgm4d1vUUNCEa7 handlers.py: QmUF3inkBDQ7ufvYyw238BM5LFeTq2T19FBT2MTBKHK7uo helpers.py: QmdkhuZ1tAb5fn16dSiwLDHzhpF16FKK7DCHp5cJnGobHQ parameters.py: QmcgNoSMmvEj4kwLJSdfZYi6hSG6os6WuwgYuZoj4DbWQc fingerprint_ignore_patterns: [] connections:
- fetchai/ledger:0.21.5 contracts:
- fetchai/erc1155:0.23.3 protocols:
- fetchai/contract_api:1.1.7
- fetchai/default:1.1.7
- fetchai/ledger_api:1.1.7
- fetchai/oef_search:1.1.7
- fetchai/signing:1.1.7
- fetchai/tac:1.1.7 skills:
- fetchai/tac_control:0.25.6 behaviours: tac: args: {} class_name: TacBehaviour handlers: contract_api: args: {} class_name: ContractApiHandler ledger_api: args: {} class_name: LedgerApiHandler oef: args: {} class_name: OefSearchHandler signing: args: {} class_name: SigningHandler tac: args: {} class_name: TacHandler models: contract_api_dialogues: args: {} class_name: ContractApiDialogues default_dialogues: args: {} class_name: DefaultDialogues game: args: {} class_name: Game ledger_api_dialogues: args: {} class_name: LedgerApiDialogues oef_search_dialogues: args: {} class_name: OefSearchDialogues parameters: args: base_good_endowment: 4 competition_timeout: 360 contract_deploy_tx_fee: 2000000000000000 contract_execute_tx_fee: 2000000000000000 contract_init_tx_fee: 2000000000000000 currency_ids: [] good_ids: [] inactivity_timeout: 60 item_setup_timeout: 120 location: latitude: 51.5194 longitude: 0.127 lower_bound_factor: 1 min_nb_agents: 2 money_endowment: 2000000 nb_currencies: 1 nb_goods: 9 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 signing_dialogues: args: {} class_name: SigningDialogues 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