|
|
|
Show HN: Metateam: run many Claude/Codex/Gemini CLI instances in one terminal UI
(metateam.ai)
|
|
3 points
by falsename
107 days ago
|
|
Single Rust binary. Manages multiple AI coding agent sessions in tmux — Claude Code, Codex CLI, Gemini CLI side by side. Dashboard gives you tabs (F1–F11) to see each agent's terminal live.
The agents get personas, persistent memory across sessions, and can message each other directly. Cross-machine P2P works over TLS 1.3 so crews on different machines collaborate.
My favorite part: a dedicated archivist agent that never writes code, just indexes the entire repo on every push so other agents stop burning context grepping for files but ask him questions instead.
Free account, created during first run. |
|
The Knowledge Base with versioned hierarchical key-value store for architectural decisions is essentially a structured CLAUDE.md on steroids. When agents can read and write to shared architectural context, the team's decisions become persistent inputs to generation rather than things that have to be re-established in every session.
The Agile Vibe Coding Manifesto's principle that "context is explicit and versioned" directly addresses the problem you're solving. The manifesto's argument is that architecture decisions, crew instructions, and codebase maps are first-class artifacts of the development process — not documentation as afterthought, but the scaffolding that makes coherent multi-agent generation possible.
The cross-machine P2P coordination is fascinating — what happens when two agents on different machines make conflicting architectural decisions and try to write them back: https://agilevibecoding.org