mycroft-core/mycroft/skills
Kris Gesling 6914a3b11c Require Padatious intents to be trained before service ready.
Previously the Skill Service would report ready as soon as all
Skills were loaded. This means that some valid intents would could
not be triggered despite the system as a whole reporting that it
was ready.
2022-04-13 11:20:33 +09:30
..
intent_services Use files for regex intents 2022-03-23 17:02:37 +00:00
mycroft_skill Fix pycodestyle errors 2022-03-30 11:46:10 +09:30
__init__.py Initial implementation of an IdleDisplaySkill that extends MycroftSkill to provide an API for skills that will implement the idle screen functionality. 2021-12-22 17:34:39 -06:00
__main__.py Require Padatious intents to be trained before service ready. 2022-04-13 11:20:33 +09:30
api.py docstring cleanup 2021-05-11 15:10:32 +09:30
audioservice.py Can't use audio service to play sounds because it deletes VLC stream 2022-01-19 19:59:08 +00:00
common_iot_skill.py Fix sphinxdoc warning in common_iot_skill.py 2021-05-11 15:10:32 +09:30
common_play_skill.py Fix pycodestyle errors 2022-03-30 11:46:10 +09:30
common_query_skill.py Penalize longer responses in queries 2022-03-23 20:06:46 +00:00
context.py docstring cleanup 2021-05-11 15:10:32 +09:30
core.py Refactor skill manager (#2237) 2019-08-20 12:02:39 +02:00
event_scheduler.py Slight cleanup 2021-08-05 10:04:45 +02:00
fallback_skill.py docstring cleanup 2021-05-11 15:10:32 +09:30
idle_display_skill.py Added an event after the idle screen is displayed. 2022-02-08 14:36:48 -06:00
intent_service.py Reduce priority of regex intents 2022-03-23 20:42:44 +00:00
intent_service_interface.py Use files for regex intents 2022-03-23 17:02:37 +00:00
msm_wrapper.py Rename to get_temp_path and add docstring 2021-04-30 16:49:59 +09:30
settings.py removed all remaining core code that uses is_paired() except for the enclosure startup, which uses it to determine if the pairing skill needs to be launched. 2022-03-02 13:15:29 -06:00
skill_data.py Fix Flake8 errors 2022-03-30 11:16:49 +09:30
skill_loader.py Add the concept of "skill service initializing" to skill loading so a skill can behave differently at service load time. 2022-01-18 20:56:26 -06:00
skill_manager.py removed all remaining core code that uses is_paired() except for the enclosure startup, which uses it to determine if the pairing skill needs to be launched. 2022-03-02 13:15:29 -06:00
skill_updater.py removed all remaining core code that uses is_paired() except for the enclosure startup, which uses it to determine if the pairing skill needs to be launched. 2022-03-02 13:15:29 -06:00