//! Channel subsystem — pluggable transports for user interaction.
//!
//! Each channel implements the [`Channel`] trait. Inbound messages are
//! dispatched to the framework's hook pipeline; outbound envelopes are
//! sent through the channel that originated the session.
pub use Channel;
pub use ;
pub use ;
pub use ;
pub use ;