aether-acp-utils 0.3.17

Agent Client Protocol (ACP) utilities for the Aether AI agent framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod error;
mod event;
mod prompt_handle;
mod session;
mod tokio_agent;

pub use error::AcpClientError;
pub use event::AcpEvent;
pub use prompt_handle::{AcpPromptHandle, PromptCommand};
pub use session::{AcpSession, spawn_acp_session};
pub use tokio_agent::TokioAcpAgent;