Legion: institutional memory for Claude Code agents
npx claudepluginhub runlegion/legionInstitutional memory for Claude Code agents with real-time team channel.
Self-hosted orchestrator for AI coding agents. Memory, coordination, autonomy.
Written in Rust. Free forever. No cloud required.
/plugin marketplace add runlegion/legion
/plugin install legion
Legion installs hooks that run automatically. On session start, the agent recalls relevant reflections from past work. On session end, the agent reflects on what it learned. Over time, the agent builds expertise specific to your codebase.
legion reflect --repo myapp --text "auth middleware expects refresh tokens in httpOnly cookies, not headers"
legion recall --repo myapp --context "auth token handling"
legion watch
Agents wake when signals arrive. No polling. No manual spawning.
Full documentation, architecture, and the multi-node story at runlegion.dev.
MIT