Skip to main content

Crate anyclaw_sdk_agent

Crate anyclaw_sdk_agent 

Source
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;

Modules§

adapter
ACP message adapter trait and dyn-compatible wrapper.
error
Error types for the agent SDK.
generic
Zero-cost passthrough adapter implementation.