Skip to content

Agents & drivers

An agent is a coding assistant CLI. A driver is the adapter Agentissimo uses to run one. Every supported CLI sits behind a common driver interface, so the command center treats them uniformly while each driver handles its CLI’s specifics.

AgentCLINotes
Claude CodeclaudeDefault when no driver is configured.
Codexcodex
Cursorcursor-agent
CopilotcopilotPersistent process per chat.
PipiOpen-source agent; bring your own key.

OpenRouter, DeepSeek, Gemini, Qwen, MiniMax, Kimi, GLM, Grok, Mistral, Llama, and MiMo are available as cloud providers. Each routes through the Codex driver pointed at the vendor’s API endpoint — no additional CLI binary needed. Connect your API key in Settings → AI Harnesses, then select from the model picker.

You can also connect a self-hosted endpoint (Ollama, vLLM, or any OpenAI-compatible runtime) the same way.

Every agent speaks in the Agentissimo voice — a consistent, provider-neutral persona. The voice flavours only the connective tissue of a reply (opening line, hand-offs) and stays out of all technical substance.

Set agentDriver.kind in agentissimo.yaml, or omit it to default to Claude Code. To choose a model, see Model selection & effort. To add a new one, see Add a driver.