//! Provider-agnostic agent channel module.
//!
//! This parent module intentionally acts as a router only: child modules hold
//! concrete transport adapters while this module re-exports the channel API
//! consumed from the crate root.
pub
pub
pub use MockAgentChannel;
pub use ;
pub use create_agent_channel;
pub use create_cli_agent_channel_with_backend;