Skip to content

Commit a9f4f58

Browse files
benbrandtnerzhulart
authored andcommitted
Add dart library to the list (agentclientprotocol#133)
1 parent b2e2537 commit a9f4f58

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ Learn more at [agentclientprotocol.com](https://agentclientprotocol.com/).
3232

3333
## Libraries and Schema
3434

35+
- **JSON Schema**: [`schema.json`](./schema/schema.json)
3536
- **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)
3637
- **TypeScript**: [`@zed-industries/agent-client-protocol`](https://www.npmjs.com/package/@zed-industries/agent-client-protocol) - See [examples/](./typescript/examples/)
37-
- **JSON Schema**: [schema.json](./schema/schema.json)
38+
- **Dart**: [`acp_dart`](https://github.com/SkrOYC/acp-dart)
3839
- **Python**: [`agent-client-protocol-python`](https://github.com/PsiACE/agent-client-protocol-python)
39-
- **React**: [use-acp](https://github.com/marimo-team/use-acp): hooks for connecting to Agent Client Protocol (ACP) servers.
40-
- **Emacs**: [acp.el](https://github.com/xenodium/acp.el)
40+
- **React**: [`use-acp`](https://github.com/marimo-team/use-acp): hooks for connecting to Agent Client Protocol (ACP) servers.
41+
- **Emacs**: [`acp.el`](https://github.com/xenodium/acp.el)
4142

4243
## Contributing
4344

docs/libraries/community.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: "Community"
33
description: "Community managed libraries for the Agent Client Protocol"
44
---
55

6+
## Dart
7+
8+
- [acp_dart](https://github.com/SkrOYC/acp-dart)
9+
610
## Emacs
711

812
- [acp.el](https://github.com/xenodium/acp.el)

0 commit comments

Comments
 (0)