Skip to main content

Module comms

Module comms 

Source
Expand description

External communication channels for user roles.

The user role type communicates via channels (Telegram, Slack, etc.) instead of tmux panes. Each channel provider is a CLI tool that the daemon invokes for outbound messages.

Structs§

NativeTelegramChannel
Native Telegram channel using the Bot API directly (no CLI provider).
TelegramChannel
Telegram channel via openclaw (or any CLI provider).

Traits§

Channel
Trait for outbound message delivery to external channels.

Functions§

channel_from_config
Create a channel from config fields.