Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draft: untangling the buses #5

Draft
wants to merge 13 commits into
base: dev
Choose a base branch
from
Draft

Conversation

JarbasAl
Copy link

@JarbasAl JarbasAl commented Jul 6, 2023

remove unused listeners / workarounds classic core, keep message.context unconditionally

the "hivemind" integration here has nothing to do with hivemind, just native message.context settings it to mycroft-gui instead of pretending to be the debug cli

if utterances from gui should be spoken and not treated as a different client this should instead by added to native_sources in mycroft.conf

remove android specific remote-tts bus messages, these are not standardized and if implemented should use the native ovos bus events, currently tied to undocumented / not included code, this one really needs to use hivemind when implemented back, before that connections to core bus will have to be removed and this refactored to use only the gui bus

remove logic that launches or depends on specific skills

remove android support completely (that's worth it's own repo instead of a lot of ifdefs)

@JarbasAl JarbasAl requested a review from NeonDaniel July 6, 2023 20:31
JarbasAl and others added 4 commits July 6, 2023 21:47
remove unused listeners / workarounds classic core, keep message.context unconditionally 

the "hivemind" integration here has nothing to do with hivemind, just native message.context settings it to mycroft-gui instead of pretending to be the debug cli

if utterances from gui should be spoken and not treated as a different client this should instead by added to native_sources in mycroft.conf

remove android specific remote-tts bus messages, these are not standardized and if implemented should use the native ovos bus events, currently tied to undocumented / not included code, this one really needs to use hivemind when implemented back, before that connections to core bus will have to be removed and this refactored to use only the gui bus
@JarbasAl JarbasAl force-pushed the simplify-core-bus-messages branch from a1e5a07 to 761e834 Compare July 6, 2023 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant