From Sprint 3x: Review proposed changes
When stop is called, verify that it's actually performed:
https://github.com/HelloChatterbox/HolmesV/pull/51
Ability to enable and disable groups of intents, an alternative to "Skill states":
https://github.com/OpenVoiceOS/OVOS-workshop/blob/master/ovos_workshop/skills/layers.py
Ability to stop intent handler functions:
https://github.com/OpenVoiceOS/OVOS-workshop/blob/master/ovos_workshop/skills/decorators/killable.py
override_idle duration does not always work.
skill-mark-2#67
opened by krisgesling
Methods and bus events for Skill (de)activation:
https://github.com/HelloChatterbox/HolmesV/pull/42