install
source · Clone the upstream repo
git clone https://github.com/fetchai/agents-aea
manifest:
tests/data/exception_skill/skill.yamlsource content
name: exception author: fetchai version: 0.1.0 type: skill description: Raise an exception, at some point. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: init.py: QmRLyScuC6bY5DANwG1Mk9zNCfiD6arrP2uoSd3ruz7hXQ behaviours.py: QmYnyEnHA73V488mTg5j1i9drtbnd2JBbQa71ypU1uaYuo handlers.py: QmZnd7QMHo9pmwouLcfRFdy3daT4xMP1Cn1FfxYYbzmcXx tasks.py: QmcXkhi79S4AJynSPQtFMqHr7NPT3NDb6EMDSMM3UqAVZZ fingerprint_ignore_patterns: [] build_entrypoint: path/to/script.py contracts: [] protocols: [] skills: [] behaviours: exception: args: {} class_name: ExceptionBehaviour handlers: {} models: {} dependencies: {} is_abstract: false connections: []