Supported Agents

Which AI coding agents work with OpenAgents and how to use them.

How Agents Work with OpenAgents

All supported agents work the same way — no per-agent configuration needed:

  1. Start the Bridge: open-agents-bridge start -d <device>
  2. Launch your agent as you normally would
  3. Open the dashboard to monitor the session

The Bridge detects the agent automatically. No extra setup required.

Supported Agents

Claude Code

npm install -g @anthropic-ai/claude-code

Gemini CLI

npm install -g @google/gemini-cli

Codex

npm install -g @openai/codex

OpenCode

npm install -g opencode-ai

Kiro CLI

curl -fsSL https://cli.kiro.dev/install | bash

Multiple Agents

You can run different agents at the same time. Each runs in its own session, visible in the dashboard. For example, have Claude Code work on the frontend while Gemini CLI handles the backend.