All integrations
CommunicationLive
Telegram Bot API
Full-featured bot interface for AGNT agent conversations.
Official siteOverview
The Telegram Bot API powers AGNT's Telegram presence, handling text conversations, inline keyboards, photo uploads for dupe search and calorie scan, and deep-link routing for onboarding flows.
AGNT uses python-telegram-bot with webhook mode for low-latency message processing. Commands like /start, /scan, and /book map directly to AGNT tool invocations, while free-text messages route through the llm_gateway for natural conversation.
How it works
AGNT registers a Telegram bot webhook that routes incoming messages through the message router to the llm_gateway and tool executor.
Integration status
Live— actively used in production