Skip to content

Commit af0d26f

Browse files
authored
Simplify links to integrations (#7)
1 parent 8c53cc0 commit af0d26f

File tree

1 file changed

+8
-38
lines changed

1 file changed

+8
-38
lines changed

README.md

Lines changed: 8 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -10,44 +10,14 @@ Learn more at [agentclientprotocol.com](https://agentclientprotocol.com/).
1010

1111
## Integrations
1212

13-
### Editors
14-
15-
- [Zed](https://zed.dev/docs/ai/external-agents)
16-
- Emacs via [agent-shell.el](https://github.com/xenodium/agent-shell)
17-
- [JetBrains _(coming soon)_](https://blog.jetbrains.com/ai/2025/10/jetbrains-zed-open-interoperability-for-ai-coding-agents-in-your-ide/)
18-
- [marimo notebook](https://github.com/marimo-team/marimo)
19-
- [neovim](https://neovim.io)
20-
- through the [CodeCompanion](https://github.com/olimorris/codecompanion.nvim) plugin
21-
- through the [yetone/avante.nvim](https://github.com/yetone/avante.nvim) plugin
22-
23-
### Agents
24-
25-
- [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview)
26-
- [via Zed's SDK adapter](https://github.com/zed-industries/claude-code-acp)
27-
- [Gemini](https://github.com/google-gemini/gemini-cli)
28-
- [Goose](https://block.github.io/goose/docs/guides/acp-clients)
29-
- [JetBrains Junie _(coming soon)_](https://www.jetbrains.com/junie/)
30-
- [Stakpak](https://github.com/stakpak/agent?tab=readme-ov-file#agent-client-protocol-acp)
31-
- [VT Code](https://github.com/vinhnx/vtcode/blob/main/README.md#zed-ide-integration-agent-client-protocol)
32-
33-
## Libraries and Schema
34-
35-
- **JSON Schema**: [`schema.json`](./schema/schema.json)
36-
- **Kotlin**: [`acp-kotlin`](https://github.com/agentclientprotocol/kotlin-sdk) – supports JVM, other targets are in progress
37-
- **Rust**: [`agent-client-protocol`](https://crates.io/crates/agent-client-protocol) - See [examples/agent.rs](./rust/examples/agent.rs) and [examples/client.rs](./rust/examples/client.rs)
38-
- **TypeScript**: [`@agentclientprotocol/sdk`](https://www.npmjs.com/package/@agentclientprotocol/sdk) - See [examples/](https://github.com/agentclientprotocol/typescript-sdk/tree/main/src/examples)
39-
40-
### From the Community
41-
42-
- **Dart**: [`acp_dart`](https://github.com/SkrOYC/acp-dart)
43-
- **Emacs**: [`acp.el`](https://github.com/xenodium/acp.el)
44-
- **Go**: [`acp-go-sdk`](https://github.com/coder/acp-go-sdk)
45-
- **Python**: [`agent-client-protocol-python`](https://github.com/PsiACE/agent-client-protocol-python)
46-
- **React**: [`use-acp`](https://github.com/marimo-team/use-acp): hooks for connecting to Agent Client Protocol (ACP) servers.
47-
48-
## Contributing
49-
50-
ACP is a protocol intended for broad adoption across the ecosystem; we follow a structured process to ensure changes are well-considered.
13+
- [Schema](./schema/schema.json)
14+
- [Agents](https://agentclientprotocol.com/overview/agents)
15+
- [Clients](https://agentclientprotocol.com/overview/clients)
16+
- Official Libraries
17+
- **Kotlin**: [`acp-kotlin`](https://github.com/agentclientprotocol/kotlin-sdk) – supports JVM, other targets are in progress
18+
- **Rust**: [`agent-client-protocol`](https://crates.io/crates/agent-client-protocol) - See [examples/agent.rs](https://github.com/agentclientprotocol/rust-sdk/blob/main/examples/agent.rs) and [examples/client.rs](https://github.com/agentclientprotocol/rust-sdk/blob/main/examples/client.rs)
19+
- **TypeScript**: [`@agentclientprotocol/sdk`](https://www.npmjs.com/package/@agentclientprotocol/sdk) - See [examples/](https://github.com/agentclientprotocol/typescript-sdk/tree/main/src/examples)
20+
- [Community Libraries](https://agentclientprotocol.com/libraries/community)
5121

5222
### Pull Requests
5323

0 commit comments

Comments
 (0)