Expand description
Agent adapter SDK for anyclaw.
Provides the AgentAdapter trait for intercepting and transforming ACP
protocol messages, and GenericAcpAdapter as a zero-cost passthrough default.
§Stability
This crate is unstable — APIs may change between releases.
Enums marked #[non_exhaustive] will have new variants added; match arms must include _.
Re-exports§
pub use adapter::AgentAdapter;pub use adapter::DynAgentAdapter;pub use error::AgentSdkError;pub use generic::GenericAcpAdapter;