We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c68e17 commit fac59fbCopy full SHA for fac59fb
2 files changed
docs/docs.json
@@ -47,7 +47,8 @@
47
"pages": [
48
"overview/introduction",
49
"overview/architecture",
50
- "overview/agents"
+ "overview/agents",
51
+ "overview/clients"
52
]
53
},
54
{
docs/overview/clients.mdx
@@ -0,0 +1,13 @@
1
+---
2
+title: "Clients"
3
+description: "Clients implementing the Agent Client Protocol"
4
5
+
6
+The following clients can be used with an ACP Agent:
7
8
+- [Zed](https://zed.dev/docs/ai/external-agents)
9
+- Emacs via [agent-shell.el](https://github.com/xenodium/agent-shell)
10
+- [marimo notebook](https://github.com/marimo-team/marimo)
11
+- [neovim](https://neovim.io)
12
+ - through the [CodeCompanion](https://github.com/olimorris/codecompanion.nvim) plugin
13
+ - through the [yetone/avante.nvim](https://github.com/yetone/avante.nvim) plugin
0 commit comments