Agents-aea simple_service_registration

name: simple_service_registration

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

name: simple_service_registration author: fetchai version: 0.23.6 type: skill description: The simple service registration skills is a skill to register a service. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: README.md: QmcAU3oi7tWS86UmAePbubQLinLutQsSQ1eGce5LperZty init.py: QmTBYeERGsytUjBYUFCBCA55yuXaQSetGT235Zz8fbV16L behaviours.py: QmWuomUzWYZXeshgbnnzzeC9xE3tNwJReGwCBtbqhMXcaY dialogues.py: QmbgKy2b6WiWSFXxdwDaawAsoBY2VsBAdhRgUL6WTaGhEt handlers.py: QmehzwbrYqX2VAoAzVC7754rdJFjYoNCs58R5oBu5ChnDq strategy.py: QmcwQhz4RsqN35BiApeTDoyuggqXXooezW6HvsTx9ugXGj fingerprint_ignore_patterns: [] connections: [] contracts: [] protocols:

  • fetchai/oef_search:1.1.7 skills: [] behaviours: service: args: max_soef_registration_retries: 5 services_interval: 30 class_name: ServiceRegistrationBehaviour handlers: oef_search: args: {} class_name: OefSearchHandler models: oef_search_dialogues: args: {} class_name: OefSearchDialogues strategy: args: classification: piece: classification value: seller location: latitude: 51.5194 longitude: 0.127 personality_data: piece: genus value: data service_data: key: seller_service value: generic_service class_name: Strategy dependencies: {} is_abstract: false