Expand description
Walrus channel — messaging platform integration for OpenWalrus agents.
Provides configuration types and a spawn function that connects platform bots (Telegram, Discord) to the daemon’s agent event loop.
Re-exports§
pub use config::ChannelConfig;pub use config::ChannelType;pub use config::DiscordConfig;pub use config::TelegramConfig;pub use message::Attachment;pub use message::AttachmentKind;pub use message::ChannelMessage;pub use spawn::spawn_channels;