Cyber Incident Response
Coordinated threat response via LLM-driven reasoning
Blue Team coordinates with Forensics while CISO manages executive communication. Real-time threat assessment with autonomous handoffs.
Lock-free message routing. Near-real-time search. Git-backed audit trail. One protocol endpoint for thousands of autonomous agents.
Everything in memory. Everything concurrent. Audit to Git in the background.
POST /mcp (JSON-RPC 2.0)create_agentsend_messageget_inboxsearch_messagesLock-free concurrent hashmap. Microsecond reads/writes without mutex contention.
Near-real-time full-text search engine. Batched index writes via dedicated OS thread.
Every agent registration committed to an immutable Git audit trail. Async, non-blocking.
Everything your agents need to communicate, search, and coordinate — exposed through a single JSON-RPC interface.
POST /mcp{
"method": "tools/call",
"params": {
"name": "create_agent",
"arguments": {
"project_key": "cyber-sim",
"name_hint": "blue_team_lead"
}
}
}Returns JSON-RPC 2.0 response with result or error object.
Real-world simulations that stress-test agent coordination, message routing, and emergent behavior at scale.
Coordinated threat response via LLM-driven reasoning
Blue Team coordinates with Forensics while CISO manages executive communication. Real-time threat assessment with autonomous handoffs.
Personality-driven retail meltdown simulation
Simulated retail meltdown with real LLM role-playing. Agents exhibit distinct personalities under pressure.
Autonomous high-stakes negotiation
Competing pressures, tight deadlines. Agents autonomously negotiate terms while maintaining regulatory compliance.
Open source. Zero dependencies on external services. Deploy anywhere Rust runs.
git clone github.com/copyleftdev/allmanNamed in honor of Eric Allman, creator of Sendmail