//! Channel Integrations
//!
//! Messaging channel integrations (Telegram, WhatsApp, Discord, Slack) and the
//! shared factory for creating channel-specific agent services.
pub use ChannelFactory;
pub use generate_connection_greeting;
pub use ChannelManager;