agent-client-protocol 0.11.0

Core protocol types and traits for the Agent Client Protocol
Documentation
1
2
3
4
5
6
7
8
9
/// ACP messages sent from agent to client
pub mod agent_to_client;
/// ACP messages sent from client to agent
pub mod client_to_agent;
/// Enum type implementations for ACP message types
mod enum_impls;

pub use agent_to_client::*;
pub use client_to_agent::*;