hermes-agent/gateway/platforms
0xbyt4 34f8ac2d85 fix: replace blocking time.sleep with await asyncio.sleep in WhatsApp connect
time.sleep(1) inside async def connect() blocks the entire event
loop for 1 second. Replaced with await asyncio.sleep(1) to yield
control back to the event loop while waiting for the killed port
process to release.
2026-03-09 17:16:26 +03:00
..
__init__.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
ADDING_A_PLATFORM.md docs: add platform integration checklist for new gateway adapters 2026-03-08 21:20:06 -07:00
base.py feat: find-nearby skill and Telegram location support 2026-03-09 05:31:10 -07:00
discord.py feat: register remaining commands with platform menus 2026-03-08 17:13:45 -07:00
homeassistant.py feat: enhance Home Assistant integration with service discovery and setup 2026-03-03 05:16:53 -08:00
signal.py fix: Signal adapter parity pass — integration gaps, clawdbot features, env var simplification 2026-03-08 21:00:21 -07:00
slack.py feat: browser screenshot sharing via MEDIA: on all messaging platforms 2026-03-07 22:57:05 -08:00
telegram.py feat: find-nearby skill and Telegram location support 2026-03-09 05:31:10 -07:00
whatsapp.py fix: replace blocking time.sleep with await asyncio.sleep in WhatsApp connect 2026-03-09 17:16:26 +03:00