ROMA runs multiple coding agents simultaneously – Claude, Codex, etc.
Git worktree isolation lets agents vote on code before merging anything.

Single-baton relay keeps two agents from talking over each other—evaluator gates every round.
Developers using AI coding assistants
CrewAI · AutoGen · LangGraph
Git worktree isolation lets agents vote on code before merging anything.
Actual Kubernetes operator for agent lifecycle, but orchestrating agents is still a niche use case.
Think of an RTS game UI for your coding LLMs: spawn Claude or Codex agents, assign tasks, and watch them produce diffs and file edits in real time on a 3D or 2D canvas. The repo bundles practical developer features — built-in file explorer with git diffs, conversation history, permission controls and a command palette — which turns the spectacle into a usable workflow. It’s delightful and ambitious, but gated by the need for Claude/Codex CLIs and local infra, so expect it to appeal mostly to experimenters rather than plug-and-play users.
Cross-agent workstreams with exact transcript binding beat native /resume.
Reuses existing CLI auth — no API keys or OAuth, your subscriptions just work.
Multi-agent orchestration for two CLIs, but early-stage and AI-generated codebase raises maintenance concerns.