Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

forge-agents/agate

Open more actions menu

Repository files navigation

Agate - Run and evaluate agents in parallel

Run agents like Claude Code, Codex, and Gemini in parallel worktrees, or compare them on the same prompt

agate --agents claude,codex,gemini "Create or update AGENTS.md"

Agate Terminal Multiplexer

Features

  • Run multiple agents simultaneously - Claude Code, Codex, Gemini, and more
  • Isolated environments - Each agent runs in its own git worktree with tmux
  • Native interfaces - Use each agent's native terminal interface
  • Compare outputs - See how different agents approach the same task
  • Usage metrics - Track performance and behavior across agents

Installation

curl -fsSL https://agate.sh/install | bash -s -- --agents claude,codex

Or build from source (requires Go 1.21+):

git clone https://github.com/agate-sh/agate
cd agate
make build

Usage

Examples:
  agate                                                           # Launch TUI
  agate --agents claude,codex,gemini                              # Launch TUI with specific agents
  agate --agents claude,codex,gemini "Create or update AGENTS.md" # Launch with a prompt and auto-attach

Usage:
  agate [flags] [prompt]

Flags:
  -a, --agents string   Comma-separated list of agents (e.g., claude,codex,gemini)
  -h, --help            help for agate
  -v, --version         Show version information

Contributing

See CONTRIBUTING.md for development setup, testing, and code quality guidelines.

Telemetry

Agate collects anonymous usage data (sessions created, agents used, commits made) to improve the product. We never collect your code, prompts, or personal information.

To opt out:

export AGATE_DISABLE_TELEMETRY=1

Learn More

Visit agate.sh for more information and updates.

License

MIT

About

Terminal command center for coding agents

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.