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.
Supported agents
Section titled “Supported agents”| Agent | CLI | Notes |
|---|---|---|
| Claude Code | claude | Default when no driver is configured. |
| Codex | codex | |
| Cursor | cursor-agent | |
| Copilot | copilot | Persistent process per chat. |
| Pi | pi | Open-source agent; bring your own key. |
Cloud providers
Section titled “Cloud providers”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.
One voice, every agent
Section titled “One voice, every agent”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.
Picking a driver
Section titled “Picking a driver”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.