Skip to main content

Module channels

Module channels 

Source
Expand description

Channel abstraction — communication interfaces Enable only what you need via Cargo features.

Re-exports§

pub use traits::Channel;
pub use traits::IncomingMessage;
pub use traits::OutgoingMessage;

Modules§

cli
CLI channel — interactive terminal chat.
formatting
Outgoing message formatting per channel.
http_inject
telegram
Telegram channel — polling mode with progress feedback via message editing.
traits
Core Channel trait — messaging interface. Inspired by ZeroClaw’s channel abstraction + NanoClaw’s group isolation.