aether-acp-utils 0.3.0

Agent Client Protocol (ACP) utilities for the Aether AI agent framework
Documentation
1
2
3
4
5
6
7
mod actor;
mod actor_handle;
mod error;

pub use actor::{AcpActor, AcpRequest};
pub use actor_handle::AcpActorHandle;
pub use error::AcpServerError;