Use Cases¶
This page mirrors the quick-read style of the README/index: skim the tables, copy links, and see how others apply the SDK. For the protocol overview itself, visit the official agent and client guides.
Agents¶
| Project | What it showcases |
|---|---|
| MoonshotAI/kimi-cli | A CLI-first ACP+MCP agent that helps with software dev and terminal workflows. Highlights streaming updates, permission prompts, and tool call UX. |
Clients¶
| Project | What it showcases |
|---|---|
| jimwhite/agent-client-kernel | A Jupyter kernel that speaks ACP so notebooks can chat with external agents. Great reference if you’re embedding ACP in notebook tooling. |
| OhadRubin/simple-acp-client | A Claude Agent SDK–style Python client that wraps ACP executables with a friendly API. Use it as a starting point for bespoke clients. |
Add your integration¶
Shipping something with this SDK? Tell us!
- Open an issue or PR with a short blurb and link.
- Start a thread in GitHub Discussions.
- Drop a note in agentclientprotocol.zulipchat.com.
We’ll keep this list current so newcomers can see what’s possible.