Background
Telegram 於 2026/3/31 更新中推出了 Managed Bots API,允許 bot 建立和管理其他 bot,實現 AI 輔助的 bot 開發,無需使用者具備程式碼知識。
Reference: https://telegram.org/blog/ai-editor-mighty-polls-and-more
Why this matters for OpenAB
- OpenAB 目前專注於 Discord 作為前端平台,但核心的 ACP 協議層已經與平台無關
- Telegram 的 Managed Bots API 讓 AI agent 可以在 Telegram 上動態建立與管理專屬 bot,這為 OpenAB 擴展到 Telegram 提供了很好的基礎
- Telegram 擁有龐大的使用者群體,支援 Telegram 可以大幅擴展 OpenAB 的適用範圍
Possible approach
- 抽象化現有的 Discord 前端層,建立通用的 messaging platform trait
- 實作 Telegram Bot API adapter,利用 Managed Bots API 進行 bot 生命週期管理
- 讓使用者透過 Telegram 頻道/群組與 AI coding agent 互動,體驗與 Discord 一致
Background
Telegram 於 2026/3/31 更新中推出了 Managed Bots API,允許 bot 建立和管理其他 bot,實現 AI 輔助的 bot 開發,無需使用者具備程式碼知識。
Reference: https://telegram.org/blog/ai-editor-mighty-polls-and-more
Why this matters for OpenAB
Possible approach