JarbasAI
JarbasAI
documentation: - [x] spec of bus messages https://github.com/OpenVoiceOS/message_spec - [x] session - [x] audio/utterance/metadata transformers - [x] pipeline config - [x] solver plugins - [x] standalone [skill launcher](https://github.com/OpenVoiceOS/OVOS-workshop/blob/dev/ovos_workshop/skill_launcher.py#L649) - [x]...
# OVOS Skill Replacements also see [Adopt a project](https://github.com/orgs/OpenVoiceOS/discussions/169) discussion and https://github.com/OVOSHatchery ## Old Mycroft migration guide - [x] https://github.com/MycroftAI/skill-ip -> https://github.com/OpenVoiceOS/skill-ip - [x] https://github.com/MycroftAI/skill-date-time -> https://github.com/OpenVoiceOS/skill-ovos-date-time - [x] https://github.com/MycroftAI/skill-personal...
current coverage 
allow several database backends ## Summary by CodeRabbit - **New Features** - Introduced support for JSON and Redis database backends for client operations. - **Bug Fixes** - Improved error handling...
### Summary I want to provide translation support for various dialects of Catalan, ca-ce (central), ca-ba (balearic), ca-va (valencian), ca-nw (northwestern) In the future i will likely also want to...
just an idea of what this could look like, please give your opinions - blue path -> simple install (defaults from profiles) -> 3 screens with user choices - green...
OCP intents only trigger if media is currently playing and are part of `ocp_high` pipeline - enable/disable shuffle - enable/disable repeat - repeat state can be: None, Track, Playlist -...
subclass pipelines from the OPM placeholder base class move to maintained [ovos-adapt-parser](https://github.com/OpenVoiceOS/ovos-adapt-pipeline-plugin) and [ovos-padatious](https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin) packages companion PRS: - https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin/pull/2 - https://github.com/OpenVoiceOS/ovos-adapt-pipeline-plugin/pull/2 - https://github.com/OpenVoiceOS/padacioso/pull/22 - https://github.com/OpenVoiceOS/ovos-plugin-manager/pull/242 and https://github.com/OpenVoiceOS/ovos-plugin-manager/pull/241 blocked by: -...
## Summary by CodeRabbit - **New Features** - Introduced a message bus daemon, enhancing messaging capabilities within the application. - Added flexibility with an option to use a `FakeBus` for...