hermes-agent/gateway/platforms
teknium1 9aa2999388 Merge PR #393: fix(whatsapp): initialize data variable and close log handle on error paths
Authored by FarukEst. Fixes #392.

1. Initialize data={} before health-check loop to prevent NameError when
   resp.json() raises after http_ready is set to True.
2. Extract _close_bridge_log() helper and call on all return False paths
   to prevent file descriptor leaks on failed connection attempts.
   Refactors disconnect() to reuse the same helper.
2026-03-04 21:49:53 -08:00
..
__init__.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
base.py Merge PR #200: fix extract_images and truncate_message bugs in platform base 2026-03-04 19:37:58 -08:00
discord.py feat(gateway): include Discord channel topic in session context 2026-03-01 03:48:24 -05:00
homeassistant.py feat: enhance Home Assistant integration with service discovery and setup 2026-03-03 05:16:53 -08:00
slack.py refactor: enhance API interaction and message handling in AIAgent 2026-02-21 04:17:27 -08:00
telegram.py Merge PR #204: fix Telegram italic regex newline bug 2026-03-04 19:52:03 -08:00
whatsapp.py fix(whatsapp): initialize data variable and close log handle on error paths 2026-03-04 19:11:48 +03:00