A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Deterministic multi-agent pipeline for end-to-end software development, orchestrating CLI-based AI tools (e.g. Gemini, C
Run a full multi-agent software pipeline using the AI subscriptions you already have.
Website & Docs: https://markuswondrak.github.io/AgentMux/
AgentMux orchestrates a structured PM → Architect → Plan → Code → Review → Done workflow across claude, codex, gemini, opencode, copilot, and qwen — driving them through tmux, not the API. No pay-per-token. No new credentials. Just your existing CLI tools working in concert.
# Install with pipx (recommended)
pipx install git+https://github.com/markuswondrak/AgentMux.git
# Initialize a project (interactive setup)
cd your-repo
agentmux init
# Run a feature from description to reviewed, committed code
agentmux "Add rate limiting to the API"
# Bootstrap from a GitHub issue
agentmux issue 42
# Resume an interrupted run
agentmux resume
For a full walkthrough, see the Getting Started guide.
AgentMux creates a tmux session with a control pane and one pane per agent role. A file-watching orchestrator tracks session artifacts written by agents and advances the workflow state machine when the right files appear. Agents coordinate through a shared file protocol — they never talk to each other directly. The orchestrator decides what happens next and injects the appropriate prompt into the right pane.
Project config lives in .agentmux/config.yaml. Run agentmux init to scaffold it interactively, or create it manually:
version: 2
defaults:
provider: claude
model: sonnet
roles:
architect:
model: opus
coder:
provider: codex
reviewer:
model: sonnet
Config is resolved in layers: built-in defaults → ~/.config/agentmux/config.yaml → project config → --config <path>. See docs/configuration.md for the full schema.
| Provider | CLI tool |
|---|---|
claude | Claude Code CLI |
codex | OpenAI Codex CLI |
copilot | GitHub Copilot CLI |
gemini | Google Gemini CLI |
opencode | OpenCode CLI |
qwen | Qwen CLI |
| Role | When active |
|---|---|
product-manager | Optional first phase for requirements refinement |
architect | Planning and replanning |
coder | Implementation and fixes |
reviewer | Review and final confirmation |
code-researcher | On-demand codebase analysis |
web-researcher | On-demand internet research |
docs/getting-started.md — installation, setup, and first pipeline rundocs/configuration.md — layered config schema, providers, and model selectiondocs/file-protocol.md — shared file protocol between agents and orchestratordocs/monitor.md — monitor command, state view, and terminal renderingdocs/prompts.md — built-in prompts and project prompt extensionsdocs/tmux-layout.md — session layout and pane lifecycledocs/research-dispatch.md — code and web researcher dispatchdocs/completing-phase.md — approval flow and completion side effectsdocs/session-resumption.md — resuming interrupted pipelinesAn AI-powered custom node for ComfyUI designed to enhance workflow automation and provide intelligent assistance
💻 A curated list of papers and resources for multi-modal Graphical User Interface (GUI) agents.
Low code tool to rapidly build and coordinate multi-agent teams
npx CLI installing 100+ agents, commands, hooks, and integrations in one command