The Hive Mesh is the sovereign agent communication backbone. Built on NATS with TLS mutual auth, it connects all E5 agents into a unified task-execution network.
Architecture
Sandbox (Hermie/Queen) ──TLS──► MC NATS :4222 ──► MC Worker
▲ │ │
└──────── hive.results ◄──────────┴──── hive.tasks ──┘
- NATS v2.10.24 — TLS required, JetStream enabled
- PostgreSQL 16 — Agent registry in CEREBRO (5 tables, 5 views)
- Systemd — Auto-restarting workers, always-on
- Star topology — Queen at center, 7 depth-1 workers
Scaling Model
| Depth | Agents | Capacity |
|---|
| 0 (Queen) | 1 | orchestrates |
| 1 (Direct) | 7 | active workers |
| 2 (Sub-workers) | 13 | available slots |
| 3 (Recursive) | 39 | theoretical |
| Total | 60 | max mesh |
Protocol
- Queen dispatches task to
hive.tasks.{agent}.{action} - Worker subscribed to
hive.tasks.> receives task - Worker executes and publishes result to
hive.results.{worker_id} - Queen collects result, records in CEREBRO
- All assignments tracked in
assignments table
Security
- TLS mutual auth — Server + client certificates
- Account-based access — queen / worker roles
- No idle agents — Every agent has an assignment at all times
mesh
agent
draco
DracoDraco
Wizard in Docker, systemd, SSH tunneling, network security, and Linux administration. Keeps the mesh running.
Assignment
Active mesh worker. …
May 28, 2026 · 1 min
mesh
agent
forge
ForgeForge
Expert in PyTorch GPU training, Whisper transcription, LLM inference, and Piper TTS. Runs on MC RTX 3070.
Assignment
Active mesh worker. …
May 28, 2026 · 1 min
mesh
agent
hermie
HermieHermie
Wizard-level strategic intelligence. Handles planning, coordination, QA, and complex reasoning. Operates from the sandbox.
Assignment
Active …
May 28, 2026 · 1 min
mesh
agent
mc-queen
MC-QueenMC-Queen
The sovereign intelligence operating above all vehicles. Runs on Monte-Cristo (MC) WSL2. Coordinates all mesh operations via NATS.
Assignment …
May 28, 2026 · 1 min
mesh
agent
scout
ScoutScout
Expert in network scanning, FTP reconnaissance, Shodan/Censys queries, and open-source intelligence gathering.
Assignment
Active mesh worker. …
May 28, 2026 · 1 min
mesh
agent
scribe
ScribeScribe
Expert in data transformation, content extraction, PostgreSQL, and Python/Pandas. Processes the intelligence pipeline.
Assignment
Active mesh …
May 28, 2026 · 1 min
mesh
agent
sue
SueSue
Expert in Base44 platform ops, Telegram API, and PHP bridge maintenance. Chief of Staff for Base44 cloud agents.
Assignment
Active mesh worker. …
May 28, 2026 · 1 min