Expand description
MUR Commander Chat SDK — platform-agnostic chat interface.
Supports Slack (primary), with Telegram and Discord planned. Includes SSE→chat adapter, notifications, and interactive commands.
Modules§
- adapter
- Chat Adapter — bridges SSE workflow events to chat platform messages.
- autocomplete
- Autocomplete — real-time workflow/command suggestions (Team tier).
- command
- Command parser — parse chat messages into Commander commands.
- discord
- Discord bot integration — Bot API, prefix commands, slash commands, reaction-based approval.
- notification
- Notification system — delivers workflow status updates via chat and other sinks.
- platform
- Platform trait — abstraction for different chat platforms.
- slack
- Slack integration — Bot API, slash commands, interactive buttons, progress threads.
- telegram
- Telegram bot integration — Bot API, command handling, inline keyboards.