Skip to main content
Run Fliiq as a Telegram bot you can message from anywhere — your phone, tablet, or desktop. Full agent capabilities, always available.

Setup

1. Create a Bot

Message @BotFather on Telegram:
BotFather gives you a token like 123456:ABC-DEF....

2. Configure

.env

3. Run Telegram Setup

This will prompt you to send a message to your bot, then auto-detect and save your chat ID. You can also set TELEGRAM_ALLOWED_CHAT_IDS manually in .env.

4. Start the Daemon

The Telegram listener starts automatically. Check with:

Using It

Message your bot from Telegram. It responds with the full Fliiq agent — same skills, same memory, same capabilities as the CLI. Examples:

Per-Chat Sessions

Each Telegram chat maintains its own conversation history. The bot remembers context within a chat — you can have multi-turn conversations just like the interactive REPL.

Security

TELEGRAM_ALLOWED_CHAT_IDS ensures only authorized users can interact with the bot. Messages from other chat IDs are silently ignored. Add multiple IDs separated by commas:
.env