agent-comm-hub — interactive demo
step 0 / 3
$ docker pull ghcr.io/liuboacean/agent-comm-hub:v2.4.5
✓ v2.4.5: Pulling from liuboacean/agent-comm-hub
✓ 18kb — ghcr.io/liuboacean/agent-comm-hub
$ docker run -d -p 3100:3100 --name ach ghcr.io/liuboacean/agent-comm-hub:v2.4.5
✓ 4a36f881ec10 — container running
$ curl http://localhost:3100/health
{"status":"ok","version":"2.4.0","uptime":4.11}
$ python3 -c "from hub_client import SynergyHubClient; c=SynergyHubClient('http://localhost:3100'); print(c.register('INVITE-001'))"
✓ agent registered: agent_abc123...
✓ token: ah_7e8d... (store securely)
$ python3 -c "from hub_client import SynergyHubClient; c=SynergyHubClient('http://localhost:3100'); c.set_token('ah_7e8d...'); c.send_message(to='hermes', content='hello from workbuddy!')"
✓ message sent (msg_id: 370024b7-8007)
✓ delivered to hermes (real-time sse)
# 53 mcp tools ready · <50ms latency · sqlite wal persistence