Telegram
Talk to the agent from a Telegram bot — text, images, group mentions, approvals.
A Telegram channel plugin. Set a bot token (CHANNELS_TELEGRAM_BOT_TOKEN or bot_token in plugins/channels/telegram/config.yml) and a sender whitelist; unlisted senders can optionally reach the agent as untrusted (no tools/skills).
Supports inbound images, group-mention filtering, reply splitting, and an approval flow for sensitive actions. Disabled by default — enable it and provide a token from the dashboard.
Download from Koris
Run this from the koris repository root:
pnpm hub:pull telegram
Trusted senders can also download it from chat:
/channels download telegram
If the plugin is already installed, add --force to overwrite it.
Downloaded files go to plugins/channels/telegram/
Channels are downloaded as bundled artifacts from the channels-latest release.
Setup & Configuration Guidance
- Connect your agent to a Telegram bot with text, photos, and approvals. Click Download to install from Koris Hub.
- Telegram channel is installed locally. Click Activate above to enable it and configure your bot credentials.
- Reply to senders not on the whitelist, as untrusted (no tools or learned skills).
Configuration Fields
| Name | Type | Required | Description |
|---|---|---|---|
| bot_token | password | yes | Bot Token |
| whitelist | text | — | Whitelist (comma-separated chat IDs) |
| allow_unlisted_senders | boolean | — | Reply to senders not on the whitelist, as untrusted (no tools or learned skills). |