Skip to content

Commit 899f12d

Browse files
committed
Update links
1 parent 0323c88 commit 899f12d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

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

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

4040
### From the Community

docs/libraries/rust.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ trait or the
2121
trait to define the interaction with the ACP counterpart.
2222

2323
The
24-
[agent](https://github.com/agentclientprotocol/agent-client-protocol/blob/main/rust/examples/agent.rs)
24+
[agent](https://github.com/agentclientprotocol/rust-sdk/blob/main/examples/agent.rs)
2525
and
26-
[client](https://github.com/agentclientprotocol/agent-client-protocol/blob/main/rust/examples/client.rs)
26+
[client](https://github.com/agentclientprotocol/rust-sdk/blob/main/examples/client.rs)
2727
example binaries provide runnable examples of how to do this, which you can use
2828
as a starting point.
2929

rust/acp.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
//! which define the core methods and capabilities of each side of the connection.
2828
//!
2929
//! To see working examples of these traits in action, check out the
30-
//! [agent](https://github.com/agentclientprotocol/agent-client-protocol/blob/main/rust/examples/agent.rs)
30+
//! [agent](https://github.com/agentclientprotocol/rust-sdk/blob/main/examples/agent.rs)
3131
//! and
32-
//! [client](https://github.com/agentclientprotocol/agent-client-protocol/blob/main/rust/examples/client.rs)
32+
//! [client](https://github.com/agentclientprotocol/rust-sdk/blob/main/examples/client.rs)
3333
//! example binaries included with this crate.
3434
//!
3535
//! ### Implementation Pattern

0 commit comments

Comments
 (0)