agent-zero/plugins/_telegram_integration/helpers
Alessandro 395ef8dd33 integrations: add native chat controls and email config presets
Add shared transport-level control commands so Telegram, WhatsApp, and
email threads can manage the active chat directly.

- add a shared integration command helper for /project, /config, /send,
  and /queue send
- wire native command handling into Telegram and WhatsApp sessions
- expose Telegram control commands through bot command routing and update
  transport docs
- add email thread command handling for existing A0 email conversations
- add an optional per-handler email conversation preset backed by model
  presets in the email settings UI and default config
- document the new transport control flow across Telegram, WhatsApp, and
  email
2026-04-11 18:49:13 +02:00
..
__init__.py feat: add Telegram integration plugin - core backend 2026-03-20 10:12:36 -07:00
bot_manager.py integrations: add native chat controls and email config presets 2026-04-11 18:49:13 +02:00
constants.py Change default self-update backup directory from /a0/tmp to /root and add lazy aiogram dependency loading for Telegram plugin 2026-03-26 10:20:35 +01:00
dependencies.py Change default self-update backup directory from /a0/tmp to /root and add lazy aiogram dependency loading for Telegram plugin 2026-03-26 10:20:35 +01:00
handler.py integrations: add native chat controls and email config presets 2026-04-11 18:49:13 +02:00
telegram_client.py feat(telegram): group reply-to + formatting pipeline cleanup 2026-03-22 20:39:22 -07:00