Skip to content

Commit 945d13e

Browse files
authored
Enhance SDK descriptions in README (agentclientprotocol#237)
Updated descriptions for Kotlin and Python SDKs to include additional links.
1 parent af01c93 commit 945d13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Learn more at [agentclientprotocol.com](https://agentclientprotocol.com/).
1414
- [Agents](https://agentclientprotocol.com/overview/agents)
1515
- [Clients](https://agentclientprotocol.com/overview/clients)
1616
- Official Libraries
17-
- **Kotlin**: [`acp-kotlin`](https://github.com/agentclientprotocol/kotlin-sdk) – supports JVM, other targets are in progress
18-
- **Python**: [`python-sdk`](https://github.com/agentclientprotocol/python-sdk) See [examples](https://github.com/agentclientprotocol/python-sdk/tree/main/examples)
17+
- **Kotlin**: [`acp-kotlin`](https://github.com/agentclientprotocol/kotlin-sdk) - Supports JVM, other targets are in progress, see [samples](https://github.com/agentclientprotocol/kotlin-sdk/tree/master/samples/kotlin-acp-client-sample/src/main/kotlin/com/agentclientprotocol/samples)
18+
- **Python**: [`python-sdk`](https://github.com/agentclientprotocol/python-sdk) - See [examples](https://github.com/agentclientprotocol/python-sdk/tree/main/examples)
1919
- **Rust**: [`agent-client-protocol`](https://crates.io/crates/agent-client-protocol) - See [examples/agent.rs](https://github.com/agentclientprotocol/rust-sdk/blob/main/examples/agent.rs) and [examples/client.rs](https://github.com/agentclientprotocol/rust-sdk/blob/main/examples/client.rs)
2020
- **TypeScript**: [`@agentclientprotocol/sdk`](https://www.npmjs.com/package/@agentclientprotocol/sdk) - See [examples/](https://github.com/agentclientprotocol/typescript-sdk/tree/main/src/examples)
2121
- [Community Libraries](https://agentclientprotocol.com/libraries/community)

0 commit comments

Comments
 (0)