Agents-aea tac_participation

name: tac_participation

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

name: tac_participation author: fetchai version: 0.25.6 type: skill description: The tac participation skill implements the logic for an AEA to participate in the TAC. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: README.md: QmW3M9mYP2NdtzpBytNaLCUrkno3xZoNieBZ58cdcku5nm init.py: QmNS35yXppvMYqXC9E9P7hw8LYUcuWXdZKP5avkjWNWgT5 behaviours.py: QmVVeGX9SfhS59k1FDxdUNTexybigvjLRPZiVkrf2yG5kd dialogues.py: QmWrqCc6RpPQW8Dw4sEocGHSRHPkrnAHfPqLhZsT1H5FJB game.py: QmP5j5YdYyr5oKN2zGnurzCQSm25qGHh4RG9zVqQLkmdix handlers.py: QmRDG5WLmebXtahUMG4DBNVgqKZUBmPv6Whvs5ogS58YuP fingerprint_ignore_patterns: [] connections: [] contracts:

  • fetchai/erc1155:0.23.3 protocols:
  • fetchai/oef_search:1.1.7
  • fetchai/state_update:1.1.7
  • fetchai/tac:1.1.7 skills: [] behaviours: tac_search: args: tick_interval: 5 class_name: TacSearchBehaviour transaction_processing: args: tick_interval: 2 class_name: TransactionProcessBehaviour handlers: oef: args: {} class_name: OefSearchHandler tac: args: {} class_name: TacHandler models: game: args: is_using_contract: false location: latitude: 51.5194 longitude: 0.127 search_query: constraint_type: == search_key: tac search_value: v1 search_radius: 5.0 class_name: Game oef_search_dialogues: args: {} class_name: OefSearchDialogues state_update_dialogues: args: {} class_name: StateUpdateDialogues tac_dialogues: args: {} class_name: TacDialogues dependencies: {} is_abstract: false