mycroft-core
mycroft-core copied to clipboard
Mycroft Core, the Mycroft Artificial Intelligence platform.
## Description Experiment splitting skilltest into 2 set run in parallel. Hopefully this will reduce the total test time. Still todo: - Make the docker building more effective - Reporting...
## Description This adds configurable values for required free disk space per TTS service. If free disk space falls below these values, the temporary TTS cache will be curated. Split...
**Is your feature request related to a problem? Please describe.** TTS engines are currently configured to use a specific file extension. The only reason for this seems to be to...
Multiple intent handlers without name (or the same name) will cause a Mycroft to trigger the intent handlers 2 times when 1 of the registered intent handlers are triggered. For...
in MycroftSkill the following assumption is made `# The self.stop() call took more than 100ms, assume it handled Stop` I personally disagree with this, either stop was handled or it...
**Is your feature request related to a problem? Please describe.** Feature request to refactor skill settings path to be consistent with `self.file_system`. Current behavior creates 2 separate directories for skill-specific...
Chatting with @JarbasAI last night and discussing the multithreaded event emitter in the messagebus client and the fact we don't guarantee the execution order of the different threads. @JarbasAI suggested...
**Describe the bug** I use a Jabra USB Microphone/Speaker combi at a Picroft. If i remove the USB device and attach it again it does not work until i restart...
## Description This re-orders the `mycroft.conf` priority order to use remote settings over device defaults. Currently the priority order is: 1. Default - from mycroft-core 2. Remote - home.mycroft.ai 3....
**Is your feature request related to a problem? Please describe.** There are currently multiple ways that a single Skill is referred to eg HelloWorldSkill vs hello-world-skill vs hello-world-skill.mycroftai etc. This...