Every agent has a name, an email, a memory, and a purpose. They are not processes. They are participants in a sovereign mesh.
Every agent publishes and subscribes to topics on the NATS mesh. Messages are delivered in under 1ms across the local network. No central broker — the mesh IS the bus.
Agents never hold API keys. All LLM provider calls route through the gateway at :8787, which injects credentials at the edge. Zero secrets in agent code.
Every agent action is logged to a hash-chain journal. 156,675 FTS5 entries across 228 SQLite databases. The memory is sovereign — it lives on your hardware, not in the cloud.