Skip to content

Commit 690f0a3

Browse files
authored
Update agents list (#132)
1 parent 31a7937 commit 690f0a3

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ Learn more at [agentclientprotocol.com](https://agentclientprotocol.com/).
2626
- [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview)
2727
- [via Zed's SDK adapter](https://github.com/zed-industries/claude-code-acp)
2828
- [Gemini](https://github.com/google-gemini/gemini-cli)
29-
- [Goose](https://github.com/block/goose)
30-
- [via Goose's acp command](https://block.github.io/goose/docs/guides/acp-clients)
31-
- [VT Code](https://github.com/vinhnx/vtcode)
32-
- [via VT Code's `acp` command, enabled by default](https://github.com/vinhnx/vtcode/blob/main/README.md#zed-ide-integration-agent-client-protocol)
29+
- [Goose](https://block.github.io/goose/docs/guides/acp-clients)
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)
3332

3433
## Libraries and Schema
3534

3635
- **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)
3736
- **TypeScript**: [`@zed-industries/agent-client-protocol`](https://www.npmjs.com/package/@zed-industries/agent-client-protocol) - See [examples/](./typescript/examples/)
3837
- **JSON Schema**: [schema.json](./schema/schema.json)
38+
- **Python**: [`agent-client-protocol-python`](https://github.com/PsiACE/agent-client-protocol-python)
3939
- **React**: [use-acp](https://github.com/marimo-team/use-acp): hooks for connecting to Agent Client Protocol (ACP) servers.
4040
- **Emacs**: [acp.el](https://github.com/xenodium/acp.el)
4141

docs/overview/agents.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ The following agents can be used with an ACP Client:
99
- [via Zed's SDK adapter](https://github.com/zed-industries/claude-code-acp)
1010
- [Gemini](https://github.com/google-gemini/gemini-cli)
1111
- [Goose](https://block.github.io/goose/docs/guides/acp-clients)
12+
- [Stakpak](https://github.com/stakpak/agent?tab=readme-ov-file#agent-client-protocol-acp))
13+
- [VT Code](https://github.com/vinhnx/vtcode/blob/main/README.md#zed-ide-integration-agent-client-protocol)

0 commit comments

Comments
 (0)