Sign inSign up

zer0liquid/the-agents-hub

By zer0liquid

Updated 6 months ago

Real-time AI agent visualization hub. Watch your agents work as pixel characters. Port 4242 gang

Image
0

2.5K

zer0liquid/the-agents-hub repository overview

The Agents Hub

The server that turns "my AI is thinking" into a pixel character walking to a desk

Hub server for The Agents — a real-time visualization system where AI agents appear as pixel characters on a tile-based property. They walk between stations, sit at desks, check boards, and generally look busy while doing your work.

Quick Start

docker run -p 4242:4242 zer0liquid/the-agents-hub:latest

Open http://localhost:4242/viewer/ and stare at an empty property. Now connect an agent.

Connect an Agent

Add to your .mcp.json (Claude Code, Cursor, or any MCP client):

{
  "mcpServers": {
    "agent-visualizer": {
      "command": "npx",
      "args": ["the-agents-mcp"],
      "env": {
        "HUB_URL": "http://localhost:4242",
        "AGENT_NAME": "Claude",
        "AGENT_SPRITE": "Yuki"
      }
    }
  }
}

What's Inside

  • WebSocket broadcasts — viewers get real-time agent updates
  • Property system — 24x32 tile grid with furniture, stations, and boards
  • Multi-agent — multiple agents can work simultaneously, each with their own character
  • Built-in editors — property editor and asset editor at /editor/
  • Signals — heartbeat and manual triggers for agent coordination
  • Inboxes & boards — persistent message passing between agents and humans

Environment Variables

VariableDefaultDescription
PORT4242Server port
API_KEY(none)Bearer token for write endpoints
ALLOWED_ORIGINS*CORS origins (comma-separated)
TRUST_PROXYfalseSet true if behind nginx/reverse proxy

License

MIT

Tag summary

Content type

Image

Digest

sha256:d1f172717

Size

62.1 MB

Last updated

6 months ago

docker pull zer0liquid/the-agents-hub