Skip to main content

ACP Agents

ACP stands for Agent Client Protocol. It's an open standard for AI agents that lets Coeus talk to different agents using the same interface.

If you're not sure what this is, skip it for now. The Claude Code, Anthropic API, or OpenAI-compatible provider will cover most use cases.

What ACP gives you

ACP agents can be installed from a registry or configured manually. Once connected, they work like any other provider in Coeus: you select them from the provider dropdown and they answer your questions, read your notes, and can write back to them.

Installing from the registry

Coeus pulls a curated list of ACP agents you can install in a few clicks.

  1. Open Settings → AI Providers → ACP
  2. Click Browse Registry
  3. Find the agent you want and click Install
  4. Coeus downloads and configures it automatically

The Run via column in the table below tells you what needs to be installed on your machine first:

  • binary: a standalone executable, no extra tooling needed
  • npx: requires Node.js
  • uvx: requires uv (a Python package manager)

No paid subscription? Start here

Several ACP agents have a free tier, so you can use Coeus without paying for Claude Code, Codex, or an OpenAI plan:

  • Gemini CLI: Google's agent. Sign in with a Google account via Google AI Studio and it works for free within usage limits.
  • Qwen Code: Alibaba's coding agent. Free API credits included when you sign up.
  • Kilo: Has a free plan built in. Just install and log in.
  • OpenCode: Fully open source. Free to run — point it at any provider you already have, including free-tier ones.

Check each agent's site for current limits, as they change.

Supported agents

These are the agents currently available in Coeus's registry:

AgentWhat it isRun via
AmpSourcegraph's AI coding agentbinary
Auggie CLIAugment Code's CLI agentnpx
Autohand CodeAI coding agentnpx
Claude AgentAnthropic's Claude via the Agent SDKnpx
ClineAutonomous coding agentnpx
Codebuddy CodeTencent's AI coding assistantnpx
Codex CLIOpenAI's Codex CLI agentbinary
Corust AgentRust-focused AI coding agentbinary
crow-cliLightweight AI coding agentuvx
CursorCursor IDE's ACP-compatible CLIbinary
DeepAgentsDeepSeek-powered coding agentnpx
Factory DroidFactory AI's engineering agentnpx
fast-agentLightweight, scriptable ACP agentuvx
Gemini CLIGoogle's Gemini CLInpx
GitHub CopilotGitHub Copilot CLI with ACP supportnpx
gooseBlock's open-source AI agentbinary
JunieJetBrains' AI coding assistantbinary
KiloAI coding agentbinary
Kimi CLIMoonshot AI's Kimi CLIbinary
Minion CodeOpen-source coding agentuvx
Mistral VibeMistral AI's coding agentbinary
NovaAI coding agentnpx
OpenCodeSST's open-source AI coding environmentbinary
pi ACPpi coding agent adapternpx
Qoder CLIQoder's AI CLI agentnpx
Qwen CodeAlibaba's Qwen-powered coding agentnpx
StakpakDevOps and infrastructure AI agentbinary

The full official list of ACP-compatible agents is at agentclientprotocol.com/get-started/agents.

Manual ACP setup

If you have an ACP-compatible agent that isn't in the registry:

  1. Open Settings → AI Providers → ACP
  2. Choose Manual configuration
  3. Enter the command to start the agent (e.g. npx my-agent-server) and any required environment variables

Authentication

Different ACP agents authenticate differently:

  • API key: You paste a key into the config
  • Environment variable: You set an env var in the configuration field
  • Terminal auth: A terminal window opens inside Coeus and you log in interactively (used for agents like Claude Code and Kimi)

Coeus stores credentials securely in your operating system's keychain.

File access

ACP agents run with access to your notes folder. They can read and write files there. They can't access anything outside of it.