hermes-agent/gateway/platforms
teknium1 542faf225f Fix Telegram image delivery for large (>5MB) images
Telegram's send_photo via URL has a ~5MB limit. Upscaled images from
fal.ai's Clarity Upscaler often exceed this, causing 'Wrong type of
web page content' or 'Failed to get http url content' errors.

Fix: Add download-and-upload fallback in Telegram's send_image().
When URL-based send_photo fails, download the image via httpx and
re-upload as bytes (supports up to 10MB file uploads).

Also: convert print() to logger.warning/error in image sending path
for proper log visibility (print goes to socket, invisible in logs).
2026-03-07 21:29:45 -08:00
..
__init__.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
base.py Add logger.info/error for image extraction and delivery debugging 2026-03-07 21:24:47 -08:00
discord.py feat: implement edit_message() for Telegram/Discord/Slack and fix fallback regression 2026-03-05 03:47:51 -08:00
homeassistant.py feat: enhance Home Assistant integration with service discovery and setup 2026-03-03 05:16:53 -08:00
slack.py feat: implement edit_message() for Telegram/Discord/Slack and fix fallback regression 2026-03-05 03:47:51 -08:00
telegram.py Fix Telegram image delivery for large (>5MB) images 2026-03-07 21:29:45 -08:00
whatsapp.py Merge PR #433: fix(whatsapp): replace Linux-only fuser with cross-platform port cleanup 2026-03-06 04:52:25 -08:00