Skip to content

Commit fac59fb

Browse files
committed
add clients
1 parent 0c68e17 commit fac59fb

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

docs/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"pages": [
4848
"overview/introduction",
4949
"overview/architecture",
50-
"overview/agents"
50+
"overview/agents",
51+
"overview/clients"
5152
]
5253
},
5354
{

docs/overview/clients.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)