//! Provider-agnostic agent channel module.
//!
//! This parent module intentionally acts as a router only:
//! it exposes child modules and re-exports the public channel API.
pub use MockAgentChannel;
pub use ;
pub use create_agent_channel;
pub use crate;