trending

21h ago

Agents as peers, a distributed protocol for multi-agent systems

Your brain has no CEO neuron. 86 billion of them coordinate with signals, not a manager.

We built an agent protocol on the same idea: agents as peers on a shared bus, coordination as messages. Meet Cosmonapse

6h ago

Cosmonapse - An agent-to-agent protocol built for harness engineering

Cosmonapse is an event-driven agent-to-agent protocol modeled on a nervous system. Agents are pure functions no base class, no lifecycle. Orchestration is a role, not a bottleneck: any node can dispatch, any node can react. Harnesses are built from typed signals instead of loops tool calls (incl. MCP), shared memory, human approval, and retries each compose as a node or hook around a stock model call. Same code scales from in-memory tests to NATS/Kafka. MIT. Python + TypeScript SDKs + CLI.