mycroft-core/mycroft/skills
Åke Forslund 1d6da7d37d Add messages for skill handler's starting/stopping
====  Tech Notes ====
Add message bus messages when a skill handler is starting to execute and
a separate message for when skill handler completes. Usable if grouping
speech in certain clients for example. Can also be of use for audio
ducking and similar processes.

==== Protocol Notes ====
Adds the following messages:
mycroft.skill.handler.start
mycroft.skill.handler.complete
2017-09-14 16:38:54 -05:00
..
__init__.py Fixed Missing License Headers on All Files. 2016-05-26 11:16:13 -05:00
audioservice.py Audio service is_playing property 2017-07-31 13:37:18 +02:00
container.py make skill id hash of skill directory 2017-09-11 19:43:02 -05:00
context.py Add decorators making context management easier 2017-08-15 21:27:19 -05:00
core.py Add messages for skill handler's starting/stopping 2017-09-14 16:38:54 -05:00
event_scheduler.py Fix issues discovered by codacity. 2017-09-12 15:07:20 -05:00
intent_service.py Add more safety around the context manager 2017-09-13 12:44:35 -05:00
main.py Reduce configuration loading in module scope 2017-09-13 12:51:48 -05:00
padatious_service.py Update padatious 2017-09-06 19:22:33 -05:00
scheduled_skills.py Fix trailing references causing memory leak 2017-08-25 11:15:50 +02:00
settings.py Write settings dict to disk more frequently 2017-09-01 10:45:05 -05:00
time_rules.py defaulting to TimeRulesEnUs now works 2017-08-31 00:18:43 +02:00