We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hivemind-core is starting to grow with implementation specific / non protocol related code
components to pluginify:
with the split of network/agent protocol in the code, soon we should be able to do something like
hivemind-core listen --agentproto OVOS --netproto websocket
hivemind-core listen --agentproto Persona --netproto websocket --binproto sound-server
hivemind-core listen --agentproto Persona --netproto http
The text was updated successfully, but these errors were encountered:
network protocol plugins:
binary protocol plugins:
agent protocol plugins:
database plugins:
Sorry, something went wrong.
closes by #30
JarbasAl
No branches or pull requests
hivemind-core is starting to grow with implementation specific / non protocol related code
components to pluginify:
with the split of network/agent protocol in the code, soon we should be able to do something like
hivemind-core listen --agentproto OVOS --netproto websocket
hivemind-core listen --agentproto Persona --netproto websocket --binproto sound-server
hivemind-core listen --agentproto Persona --netproto http
The text was updated successfully, but these errors were encountered: