JarbasAI

Results 82 issues of JarbasAI

> > One time I tried to create an intent with only the optional syntax and the training process ended up in an infinite loop... > > please let us...

bug

currently stop pipeline first checks active skill one by one to see if any wants to stop, if not then a global stop is sent it should also be possible...

enhancement

ensure compat with `mycroft` namespace imports before 0.0.8 stable release the Configuration class needs to be patched to change the behaviour of the .get method, the previous method was introducing...

mycroft is dead closes https://github.com/OpenVoiceOS/ovos-core/issues/438 needs https://github.com/OpenVoiceOS/OVOS-workshop/pull/235

refactor
breaking

proposal: - use the new streaming api from solver plugins, that yields utterances - regular common_qa skills can return a list of utterances instead of a single one - CommonQA...

enhancement

these are some notes i had in a gist, just an idea not something in roadmap, but i figured it would be cool to discuss ### OOVSkills framework proposal -...

discussion

a new plugin class should be added to OPM, decoupling the pipeline stage implementations from ovos-core https://github.com/OpenVoiceOS/ovos-core/pull/349 companion work: - turn adapt into a pipeline plugin https://github.com/OpenVoiceOS/ovos-intent-plugin-adapt - turn padatious...

enhancement
refactor

- make the pipeline components plugins so they can be shipped in external packages, continuation of #336 - needs https://github.com/OpenVoiceOS/ovos-utils/pull/193 - needs https://github.com/OpenVoiceOS/ovos-plugin-manager/pull/177 - TODO needs changes in workshop around...

enhancement

from a chat i had with @mikejgray _______ - CommonQA ranker - https://github.com/OpenVoiceOS/ovos-core/blob/dev/ovos_core/intent_services/commonqa_service.py#L283 - TODO plugin from config https://github.com/OpenVoiceOS/ovos-core/blob/dev/ovos_core/intent_services/commonqa_service.py#L49 - currently, any MultpleChoiceSolver could be a config option - https://github.com/OpenVoiceOS/ovos-plugin-manager/blob/dev/ovos_plugin_manager/templates/solvers.py#L341...

enhancement

breaking change! release 0.1.0 will be equivalent to 0.0.8 with only backwards compat removed

refactor
breaking
packaging