Skip to main content

The Nervous System
for AI Agent Swarms

Lock-free message routing. Near-real-time search. Git-backed audit trail. One protocol endpoint for thousands of autonomous agents.

Architecture

Zero Disk I/O on the Hot Path

Everything in memory. Everything concurrent. Audit to Git in the background.

< 1μs
latency

DashMap

Lock-free concurrent hashmap. Microsecond reads/writes without mutex contention.

89K
queries/s

Tantivy

Near-real-time full-text search engine. Batched index writes via dedicated OS thread.

100%
auditability

Git Actor

Every agent registration committed to an immutable Git audit trail. Async, non-blocking.

Performance
Benchmark Active

289,383
Messages Per Second

Test Config: 2,000 agents 10 divisions 0 errors
Message Routing
0msg/s
Inbox Retrieval
0inbox/s
Full-Text Search
0queries/s
Agent Registration
0reg/s
289K
msg/s
Message Routing
247K
inbox/s
Inbox Retrieval
89K
queries/s
Full-Text Search
26K
reg/s
Agent Registration
100x faster than traditional message queues
Lock-free architecture eliminates contention bottlenecks
MCP Protocol

Four Tools. One Endpoint.

Everything your agents need to communicate, search, and coordinate — exposed through a single JSON-RPC interface.

Endpoint
POST /mcp
Example Requestcreate_agent
{
  "method": "tools/call",
  "params": {
    "name": "create_agent",
    "arguments": {
      "project_key": "cyber-sim",
      "name_hint": "blue_team_lead"
    }
  }
}
Response

Returns JSON-RPC 2.0 response with result or error object.

Simulations

Battle-Tested Scenarios

Real-world simulations that stress-test agent coordination, message routing, and emergent behavior at scale.

All simulations run on 2,000 concurrent agents
0 errors across all test runs

Cyber Incident Response

Coordinated threat response via LLM-driven reasoning

30
Agents
2,847
Messages
4.2s
Duration

Blue Team coordinates with Forensics while CISO manages executive communication. Real-time threat assessment with autonomous handoffs.

CISOBlue TeamForensicsSOC AnalystNetwork Ops

Black Friday Chaos

Personality-driven retail meltdown simulation

25
Agents
3,412
Messages
6.8s
Duration

Simulated retail meltdown with real LLM role-playing. Agents exhibit distinct personalities under pressure.

Manager DaveShopper KarenIT SupportCashierSecurity

Real Estate Escrow

Autonomous high-stakes negotiation

12
Agents
1,893
Messages
3.1s
Duration

Competing pressures, tight deadlines. Agents autonomously negotiate terms while maintaining regulatory compliance.

BuyerSellerEscrow OfficerLoan AgentInspector

Ready to Orchestrate
Your Agent Swarm?

Open source. Zero dependencies on external services. Deploy anywhere Rust runs.

Clone the Repo
289K
msg/sec
4
MCP tools
<1μs
latency
100%
auditable

Named in honor of Eric Allman, creator of Sendmail