You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jocavdh dea6a52e3c | 6 years ago | |
---|---|---|
.. | ||
README.md | 6 years ago | |
action-{{action_name}}.py.tpl | 6 years ago | |
requirements.txt | 6 years ago | |
setup.sh | 6 years ago | |
spec.json | 6 years ago |
README.md
Generated Snips skill
This is a generated Python 3 snips app, using the snips-template
tool.
It is compatible with the format expected by the snips-skill-server
Setup
This app requires some python dependencies to work properly, these are
listed in the requirements.txt
. You can use the setup.sh
script to
create a python virtualenv that will be recognized by the skill server
and install them in it.
Executables
This dir contains a number of python executables named action-*.py
.
One such file is generated per intent supported. These are standalone
executables and will perform a connection to MQTT and register on the
given intent using the hermes-python
helper lib.