TODO
Review the README doc section to install the acp agents. The following section should only be displayed as example but as we can install an acp using the registry command, then we should refer directly to the registry site OR populate the content to be embedded here. To be investigated
## Agents and providers
### ACP agents
The following ACP-compatible agents can be used with this client. Install the agent you need and pass its binary and args via the `--agent-binary` and `--agent-args` CLI options.
| Agent | Binary (`--agent-binary`) | Args (`--agent-args`) | Installation |
|-------------|---------------------------|-----------------------|------------------------------------------------------------------------------------------------------------------------------------|
| OpenCode | `opencode` | `acp` | See [OpenCode ACP docs](https://opencode.ai/docs/acp/) |
| Claude Code | `claude-agent-acp` | | `npm install -g @agentclientprotocol/claude-agent-acp` ([docs](https://www.npmjs.com/package/@agentclientprotocol/claude-agent-acp)) |
| Pi | `pi-acp` | | `npm install -g pi-acp` ([docs](https://github.com/svkozak/pi-acp)) |
| Gemini CLI | `gemini` | `--acp` | `npm install -g @google/gemini-cli` ([docs](https://geminicli.com/docs/cli/acp-mode/)) |
TODO
Review the README doc section to install the acp agents. The following section should only be displayed as example but as we can install an acp using the registry command, then we should refer directly to the registry site OR populate the content to be embedded here. To be investigated