Agents-aea http_echo

name: http_echo

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

name: http_echo author: fetchai version: 0.21.6 type: skill description: The http echo skill prints out the content of received http messages and responds with success. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: README.md: QmPCkgR8tH6rUeBhiykisZsQ3qi4eoSRVSx2xhyjCULnu1 init.py: QmNiooQ4Y6DYyysoPNNhhQsbAksh58y6ec5KxVVLptP4Hv dialogues.py: QmXft7PHDgb8MgEicPukB768qKLxNgYorX6VpNR4vDSLU6 handlers.py: QmQrwrsyp5qpFeerfSM8iBVdsowTfZa9Fwso5juN1Q8Vw8 fingerprint_ignore_patterns: [] connections:

  • fetchai/http_server:0.23.6 contracts: [] protocols:
  • fetchai/http:1.1.7 skills: [] behaviours: {} handlers: http_handler: args: {} class_name: HttpHandler models: default_dialogues: args: {} class_name: DefaultDialogues http_dialogues: args: {} class_name: HttpDialogues dependencies: {} is_abstract: false