Compatibility, at a glance.
LicoUp v0.1.2 is available for macOS on Apple silicon. It includes conversation adapters for thirteen agent targets; the table below brings their connection methods and current requirements together.
Bring the agents you already use.
Install your agent runtime and complete its own configuration and authentication. LicoUp discovers runtimes on your device. The installed version and available interface determine which features you can use.
| Agent | Connection in LicoUp | What you need |
|---|---|---|
| OpenClaw | ACP over stdio | Configured OpenClaw CLI; a user-managed VM is also supported. |
| Claude Code | Stream JSON over stdio | Claude Code CLI with its own authentication and configuration. |
| Codex | App Server JSON-RPC over stdio | Codex CLI with its App Server interface. |
| Antigravity | Managed CLI connection | Antigravity CLI, available through the agy command. |
| OpenCode | Local HTTP + SSE server | OpenCode CLI with its local server interface. |
| GitHub Copilot | ACP over stdio | Copilot CLI with ACP support. |
| Kilo Code | Local HTTP + SSE server | Kilo Code CLI with its local server interface. |
| Cursor | CLI with a JSONL stream | Cursor Agent CLI; the editor alone does not provide this connection. |
| Hermes Agent | ACP over stdio | Configured Hermes CLI; a user-managed VM is also supported. |
| Kimi Code | ACP over stdio | Kimi Code CLI with ACP support. |
| Pi Agent | JSONL RPC over stdio | Pi CLI with its RPC interface. |
| DeepSeek Harness | SDK JSON-RPC over stdio | Sending is not enabled in v0.1.2. The adapter requires a successful readiness check before it can send. |
| Lico Agent | JSONL RPC over stdio | Installed and configured Lico Agent CLI. |
For an OpenClaw or Hermes connection on your own VM, configure strict SSH host-key checking and non-interactive authentication.
This overview follows the current adapter implementation. See the integration reference for interface contracts and verification evidence, or the runtime availability rules for how local detection and the DeepSeek check work.