agent-era/devteam
262 stars · Last commit 2026-05-26
Run a team of local coding agents in your terminal. Launch multiple Claude Code, Codex or Gemini agents, switch between them, review their changes and add comments, and push PRs all from one streamlined terminal UI. An exercise to push how fast development can happen with multiple parallel agents. Mostly vibe-coded
README preview
# DevTeam CLI (@agent-era/devteam) Run a team of local coding agents in your terminal. Launch multiple Claude Code, Codex or Gemini agents, switch between them, review their changes and add comments, and push PRs all from one streamlined terminal UI. An exercise to push how fast development can happen with multiple parallel agents. Mostly vibe-coded  ## Install Prerequisites: Node.js 18+ and tmux installed and on your PATH Global install: ``` npm i -g @agent-era/devteam ``` This installs the `devteam` command. Or run the provided installer script from a clone of this repo: