install
source · Clone the upstream repo
git clone https://github.com/fetchai/agents-aea
manifest:
packages/fetchai/skills/simple_data_request/skill.yamlsource content
name: simple_data_request author: fetchai version: 0.14.6 type: skill description: This skill is used to request data from a HTTP endpoint and then saving it in the AEA's shared state for use by other skills. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: README.md: QmemL4YrZjQSMjhF2uymRmntNHSoyvAQ66R9TtnEwmDxiv init.py: QmW6iSrqrczrFvKxaTgkyQXneR4ckMimYZheFu8EHsB66N behaviours.py: QmcAsxDGEjf2zofag5X3PxmaPBwrjqf9zoSZVdLwCUFRaC dialogues.py: QmVYsxmS1okvCqTQFs6PwNRWvzP1YeguD1FxLopQWe1a9h handlers.py: QmZ52t9KWAzLLrUv5ZZvfFT4CgB4YvN9HceDcWuQBvRqxT fingerprint_ignore_patterns: [] connections:
- fetchai/http_client:0.24.6 contracts: [] protocols:
- fetchai/http:1.1.7 skills: [] behaviours: http_request: args: body: '' lookup_termination_key: null method: null request_interval: 20 url: null class_name: HttpRequestBehaviour handlers: http: args: shared_state_key: null class_name: HttpHandler models: http_dialogues: args: {} class_name: HttpDialogues dependencies: {} is_abstract: false