Skip to content

Commit 84118ae

Browse files
committed
Update kotlin links
1 parent 4bbb529 commit 84118ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Learn more at [agentclientprotocol.com](https://agentclientprotocol.com/).
3333
## Libraries and Schema
3434

3535
- **JSON Schema**: [`schema.json`](./schema/schema.json)
36-
- **Kotlin**: [`acp-kotlin`](https://github.com/agentclientprotocol/acp-kotlin-sdk) – supports JVM, other targets are in progress
36+
- **Kotlin**: [`acp-kotlin`](https://github.com/agentclientprotocol/kotlin-sdk) – supports JVM, other targets are in progress
3737
- **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)
3838
- **TypeScript**: [`@agentclientprotocol/sdk`](https://www.npmjs.com/package/@agentclientprotocol/sdk) - See [examples/](https://github.com/agentclientprotocol/typescript-sdk/tree/main/src/examples)
3939

docs/libraries/kotlin.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Kotlin"
33
description: "Kotlin library for the Agent Client Protocol"
44
---
55

6-
The [acp-kotlin-sdk](https://github.com/agentclientprotocol/acp-kotlin-sdk) provides implementations of both sides of the Agent Client Protocol that
6+
The [kotlin-sdk](https://github.com/agentclientprotocol/kotlin-sdk) provides implementations of both sides of the Agent Client Protocol that
77
you can use to build your own agent server or client.
88

99
**It currently supports JVM, other targets are in progress.**
@@ -24,4 +24,4 @@ dependencies {
2424
}
2525
```
2626

27-
The [sample](https://github.com/agentclientprotocol/acp-kotlin-sdk/tree/master/samples/kotlin-acp-client-sample) demonstrates how to implement both sides of the protocol.
27+
The [sample](https://github.com/agentclientprotocol/kotlin-sdk/tree/master/samples/kotlin-acp-client-sample) demonstrates how to implement both sides of the protocol.

0 commit comments

Comments
 (0)