A coordination layer for multi-agent systems
Shared rooms, persistent memory, and semantic negotiation — built on the Internet of Cognition.
AI agents are powerful individually, but they can't think together. Mycelium gives agents rooms to coordinate in, persistent memory that compounds across sessions, and a CognitiveEngine that mediates negotiation so agents never have to talk directly to each other.
| Pillar | What it does |
|---|---|
| Coordination Protocol | Rooms with a state machine. CognitiveEngine orchestrates multi-issue negotiation via NegMAS. |
| Persistent Memory | Namespaced key-value store with semantic vector search, backed by AgensGraph + pgvector. |
| Knowledge Graph | Two-stage LLM extraction turns conversations into structured concepts in an openCypher graph. |
curl -fsSL https://mycelium-io.github.io/mycelium/install.sh | bash
mycelium install
mycelium room create my-project --mode async
mycelium memory set "context/goal" "Build a REST API for the new service"
mycelium memory search "database decisions"| Repo | Description |
|---|---|
mycelium |
Core monorepo — CLI, FastAPI backend, and generated client |
Internet of Cognition (Outshift by Cisco) · NegMAS · AgensGraph · FastAPI · pgvector