Agents-aea aries_alice

name: aries_alice

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

name: aries_alice author: fetchai version: 0.26.6 type: skill description: The aries_alice skill implements the alice player in the aries cloud agent demo license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: README.md: QmdtgELuz8SmSp3xdHdktd1SvmzSFsavwVYXjZxPMke5ij init.py: QmRdtdKnWntg3VjdGRQq4Yc2SErjD5k3epVVPmthAbZJXj behaviours.py: QmYc2UCizXg86mBBjS43K73Bq3URdnsW5BefnzfzA7fz4k dialogues.py: QmQvsX9sx5bDf588rrXmT2kzZSZapVpix2TkX4x422iTiu handlers.py: QmZ4fc49cqp92ApccgyE27WtkSkYbPj3CTendnEgYyVVuL strategy.py: QmP63YEBF9tQKSDYENn26D6x8fLqFtpU2npNK4mysdxsBz fingerprint_ignore_patterns: [] connections:

  • fetchai/http_client:0.24.6 contracts: [] protocols:
  • fetchai/default:1.1.7
  • fetchai/http:1.1.7
  • fetchai/oef_search:1.1.7 skills: [] behaviours: alice: args: max_soef_registration_retries: 5 services_interval: 20 class_name: AliceBehaviour handlers: default: args: {} class_name: DefaultHandler http: args: {} class_name: HttpHandler oef_search: args: {} class_name: OefSearchHandler models: default_dialogues: args: {} class_name: DefaultDialogues http_dialogues: args: {} class_name: HttpDialogues oef_search_dialogues: args: {} class_name: OefSearchDialogues strategy: args: admin_host: 127.0.0.1 admin_port: 8031 classification: piece: classification value: identity.aries.alice location: latitude: 51.5194 longitude: 0.127 personality_data: piece: genus value: data search_query: constraint_type: == search_key: intro_service search_value: intro_alice seed: null service_data: key: intro_service value: intro_alice class_name: Strategy dependencies: {} is_abstract: false