install
source · Clone the upstream repo
git clone https://github.com/fetchai/agents-aea
manifest:
packages/fetchai/skills/hello_world/skill.yamlsource content
name: hello_world author: fetchai version: 0.1.5 type: skill description: This skill prints
Hello World! on the screen. The message can be configured
to be any different string.
license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
init.py: QmbChC9LnP2VDCELBpdvjQVWQeGxNGMBSxUCJkYvQAfQyC
behaviours.py: QmageynDzUCdo4SUpQ7S3MxhW2Lfe6HVbWGdkX86rE82hm
fingerprint_ignore_patterns: []
connections: []
contracts: []
protocols: []
skills: []
behaviours:
hello_world:
args:
message: Hello World!
class_name: HelloWorld
handlers: {}
models: {}
dependencies: {}
is_abstract: false