Setup
1. Create a Bot
Message @BotFather on Telegram:123456:ABC-DEF....
2. Configure
.env
3. Run Telegram Setup
TELEGRAM_ALLOWED_CHAT_IDS manually in .env.
4. Start the Daemon
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