Skip to content

Commit 0c68e17

Browse files
committed
Update docs with available agents and libraries
1 parent 28b6e64 commit 0c68e17

4 files changed

Lines changed: 25 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/docs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@
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",

docs/libraries/community.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ title: "Community"
33
description: "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)

docs/overview/agents.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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)

0 commit comments

Comments
 (0)