hermes-agent/gateway/platforms
teknium1 daedec6957 fix: Telegram adapter crash on Windows when library not installed (#304)
The ImportError fallback set ContextTypes = Any, but then
ContextTypes.DEFAULT_TYPE was used as a type annotation at class
definition time — Any doesn't have .DEFAULT_TYPE, causing AttributeError.

Fix: create a _MockContextTypes class with DEFAULT_TYPE = Any.
Also stub CommandHandler, TelegramMessageHandler, filters, ParseMode,
and ChatType to prevent potential NameErrors.

Fixes #304.
2026-03-02 22:03:36 -08:00
..
__init__.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
base.py feat(gateway): include Discord channel topic in session context 2026-03-01 03:48:24 -05:00
discord.py feat(gateway): include Discord channel topic in session context 2026-03-01 03:48:24 -05:00
slack.py refactor: enhance API interaction and message handling in AIAgent 2026-02-21 04:17:27 -08:00
telegram.py fix: Telegram adapter crash on Windows when library not installed (#304) 2026-03-02 22:03:36 -08:00
whatsapp.py docs: enhance WhatsApp setup instructions and introduce mode selection 2026-03-02 17:51:33 -08:00