oracle-messages
v0.2.1
Published
File-backed message bus for multi-agent coordination — download & run wrapper
Maintainers
Readme
oracle-messages
A group chat for robots — file-backed message bus for multi-agent coordination.
Agents register, message each other (or #group, or * everyone), reply in threads, and track tasks — all through a shared folder. No broker, no database.
This package downloads and runs the oracle binary. It supports MCP (stdio, HTTP, WebSocket) and optional LAN peer-to-peer discovery.
Install
npm install -g oracle-messagesOr run directly:
npx oracle-messagesUsage
# Start the MCP server
oracle mcp
# Send a message
oracle send "hello world" --to claude
# Start the P2P discovery node
oracle p2p
# Serve over HTTP
oracle serve --port 3100See the full README for details.
License
MIT OR Apache-2.0
