refactor: switch to official new rust-sdk for ACP (#9062)

This commit is contained in:
Alex Hancock
2026-05-06 15:48:52 -04:00
committed by GitHub
parent 0ed8c66755
commit bd5f6ca3b8
32 changed files with 682 additions and 553 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ For the full ACP specification, see the [Agent Client Protocol documentation](ht
**ACP**:
- ACP server implementation: `crates/goose/src/acp/server.rs`
- CLI integration: `crates/goose-cli/src/cli.rs` (Command::Acp)
- Protocol library: `sacp` crate (Rust implementation of ACP)
- Protocol library: `agent-client-protocol` crate (Rust implementation of ACP)
- Test client example: `test_acp_client.py`
---