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§
- Channel
Config - Configuration for a channel adapter.
Traits§
- Channel
Adapter - Trait implemented by each channel adapter.