Skip to main content

Crate rain_engine_channels

Crate rain_engine_channels 

Source
Expand description

Multi-channel adapters for RainEngine.

Each adapter connects to a messaging platform, normalizes inbound messages into HumanInputIngressRequest triggers, and sends agent responses back to the platform.

Modules§

discord
Discord bot adapter using runtime delivery plus Discord Gateway events.
slack
Slack adapter using incoming/outgoing webhooks and Events API.
telegram
Telegram Bot API adapter using long-poll getUpdates.

Structs§

ChannelConfig
Configuration for a channel adapter.

Traits§

ChannelAdapter
Trait implemented by each channel adapter.