> ## Documentation Index
> Fetch the complete documentation index at: https://amd-gaia.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Telegram Adapter

# Telegram Adapter

This guide describes how to configure the GAIA Telegram adapter to receive messages from Telegram users and stream responses back.

Key points:

* Install `python-telegram-bot` in your environment.
* Configure a bot token via the Telegram BotFather and pass it to `run_telegram(token=...)`.
* The adapter supports background daemon mode and per-user sessions.

See `src/gaia/messaging/telegram.py` for the implementation details and configuration options.
