Supported Agents
agentteam up auto-detects installed AI tools. API and WebSocket agents can be configured manually.
CLI agents — auto-detected via PATH
Claude Code CLI
Anthropic's AI coding agent
Codex CLI
OpenAI's coding agent
Gemini CLI CLI
Google's CLI coding agent
Hermes CLI
Nous Research's self-improving AI agent
OpenCode CLI
Open-source coding agent
API agents — auto-probed on known ports
OpenClaw API
Open-source AI agent framework
Letta API
Stateful AI agent framework
Custom
Any HTTP API or WebSocket endpoint can be connected via YAML configuration.
engine: api
url: https://api.example.com/v1/chat
adapter: openai_chat