Skip to main content

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

claude agentteam up
Codex CLI

OpenAI's coding agent

codex agentteam up
Gemini CLI CLI

Google's CLI coding agent

gemini agentteam up
Hermes CLI

Nous Research's self-improving AI agent

hermes agentteam up
OpenCode CLI

Open-source coding agent

opencode agentteam up

API agents — auto-probed on known ports

OpenClaw API

Open-source AI agent framework

WebSocket :18789
Letta API

Stateful AI agent framework

HTTP :8283

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