File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ Learn more at [agentclientprotocol.com](https://agentclientprotocol.com/).
2323
2424### Agents
2525
26- - [ Gemini] ( https://github.com/google-gemini/gemini-cli )
2726- [ Claude Code] ( https://docs.anthropic.com/en/docs/claude-code/overview )
2827 - [ via Zed's SDK adapter] ( https://github.com/zed-industries/claude-code-acp )
28+ - [ Gemini] ( https://github.com/google-gemini/gemini-cli )
2929- [ Goose] ( https://github.com/block/goose )
3030 - [ via Goose's acp command] ( https://block.github.io/goose/docs/guides/acp-clients )
3131
Original file line number Diff line number Diff line change 4444 "groups" : [
4545 {
4646 "group" : " Overview" ,
47- "pages" : [" overview/introduction" , " overview/architecture" ]
47+ "pages" : [
48+ " overview/introduction" ,
49+ " overview/architecture" ,
50+ " overview/agents"
51+ ]
4852 },
4953 {
5054 "group" : " Protocol" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ title: "Community"
33description : " Community managed libraries for the Agent Client Protocol"
44---
55
6+ ## Emacs
7+
8+ - [ acp.el] ( https://github.com/xenodium/acp.el )
9+
610## Python
711
812- [ agent-client-protocol-python] ( https://github.com/PsiACE/agent-client-protocol-python )
13+
14+ ## React
15+
16+ - [ use-acp] ( https://github.com/marimo-team/use-acp )
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Agents"
3+ description : " Agents implementing the Agent Client Protocol"
4+ ---
5+
6+ The following agents can be used with an ACP Client:
7+
8+ - [ Claude Code] ( https://docs.anthropic.com/en/docs/claude-code/overview )
9+ - [ via Zed's SDK adapter] ( https://github.com/zed-industries/claude-code-acp )
10+ - [ Gemini] ( https://github.com/google-gemini/gemini-cli )
11+ - [ Goose] ( https://block.github.io/goose/docs/guides/acp-clients )
You can’t perform that action at this time.
0 commit comments