agent-zero/plugins/_telegram_integration/helpers
frdel 247c8d845f Change default self-update backup directory from /a0/tmp to /root and add lazy aiogram dependency loading for Telegram plugin
- Update default backup path from /a0/tmp/self-update-backups to /root/update-backups in self_update_manager.py, helpers/self_update.py, and documentation
- Move aiogram from global requirements.txt to plugin-local requirements for _telegram_integration
- Add ensure_dependencies() helper that installs aiogram on-demand via uv pip install
- Add has_aiogram() check to avoid
2026-03-26 10:20:35 +01:00
..
__init__.py feat: add Telegram integration plugin - core backend 2026-03-20 10:12:36 -07:00
bot_manager.py fix(telegram): group attachment detection, typing lifecycle, per-chat session isolation 2026-03-23 07:18:42 -07: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 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
telegram_client.py feat(telegram): group reply-to + formatting pipeline cleanup 2026-03-22 20:39:22 -07:00