HiveMind-core
HiveMind-core copied to clipboard
Join the OVOS collective, utils for OpenVoiceOS mesh networking
big refactor and cleanup in progress needs https://github.com/JarbasHiveMind/hivemind_websocket_client/pull/15
We managed to create a flask running on a private server with our own customised skills (http://www.tropozone.guillaumeslizewicz.com:8081/general ), we would like to build on it and allow people to interact...
We received a report today of a malformed message. I sure would like to see the message! In this case, the person reporting is a coder and can dump the...
#34 reminded me that we should write down the deps that need fixing. This applies to all repos, but a central list had to go someplace. `zeroconf` is missing from...
When exiting "examples/mycroft_master.py", it does not close the used port. I have to find it with `ps aux` and kill the process. I know it's not a major issue, but...
To End User-proof Hivemind, I think we should go beyond "on-by-default" and require users to go the extra mile to connect devices without encryption. The spirit of #1 could be...
When Mycroft does things like `ask_yesno()`, the slave is not currently signaled to activate STT, so you can't answer followup questions.
Include instructions for users to create a second hive using the same Mycroft, but make sure they do it in a different environment and etc.
I propose syntax inspired by Adapt, using decorators to outline behavior, but everything is literal and there's no NLP. Instead of 'intents', HiveSkills have 'actions'. Your `HiveSkill` is namespaced for...