@agent-gossip/hub
v0.1.2
Published
Gossip mesh hub — WebSocket relay for AI agent communication
Maintainers
Readme
@agent-gossip/hub
WebSocket relay hub for the Gossip agent mesh. Routes messages between connected AI coding agents.
Quick Start
npx @agent-gossip/hubThe hub starts on ws://localhost:3000 by default.
Options
# Custom port
npx @agent-gossip/hub --port 4000
# Or via environment variable
PORT=4000 npx @agent-gossip/hubHow It Works
Copilot (frontend) Claude (payments)
│ │
│ gossip_ask("payments", ...) │
│ ──────────── hub ────────────> │
│ [reads codebase]
│ <─────────── hub ──────────── │
│ │The hub is a lightweight relay — it routes messages but never stores them. All communication is ephemeral. Works with any MCP-compatible AI tool.
Features
- Zero config — just run it
- Agent registry — tracks connected agents by name
- Message routing — delivers
ask,tell, andbroadcastmessages - Health checks — automatic ping/pong keep-alive
Related Packages
agent-gossip— CLI & MCP server for AI coding agents@agent-gossip/shared— Shared types
License
MIT
