Available Agents
Claude Code (Default)
Claude Code is Tembo’s default agent, powered by Anthropic’s Claude models. It provides the most reliable and battle-tested experience for solving software engineering tasks. Supported Models:claude-4-5-sonnet
(Default)claude-4.1-opus
claude-4-sonnet
claude-3-7-sonnet
Codex
Codex is an agent powered by OpenAI’s latest GPT-5 models with varying reasoning levels. Supported Models:gpt-5-medium
(Default)gpt-5-minimal
gpt-5-low
gpt-5-high
Opencode
Opencode is an alternative agent supporting both Anthropic Claude models and OpenAI GPT models. Supported Models:claude-4-5-sonnet
(Default)claude-4.1-opus
claude-4-sonnet
claude-3-7-sonnet
Selecting an Agent
Agents are specified using an agent key format:agentType:model
Examples:
claudeCode:claude-4-5-sonnet
codex:gpt-5-medium
opencode:claude-4-5-sonnet
claudeCode:claude-4-5-sonnet
.
Configuration Files
Each agent can read configuration from rule files in your repository:- Claude Code looks for
CLAUDE.md
orclaude.md
- Codex looks for
AGENTS.md
oragents.md
- Opencode looks for
AGENTS.md
oragents.md
Switching Between Agents
You can configure which agent to use for your organization or specific tasks through:- Dashboard Settings - Set a default agent for all tasks
- API Configuration - Specify an agent key when creating tasks via API
- Integration Settings - Configure per-integration agent preferences