//! Agent runtime and IPC.
// IMPORTANT: client.rs uses std::os::unix::net::UnixStream throughout and is
// fundamentally Unix-only. Do NOT remove this #[cfg(unix)] gate — it will break
// the Windows CI build.
pub use ;
pub use AgentCore;
pub use ;
pub use AgentSession;