hermes-agent/gateway/platforms
teknium1 51a6b7d2b5 Implement interrupt handling for message processing in GatewayRunner and BasePlatformAdapter
- Introduced a monitoring mechanism in GatewayRunner to detect incoming messages while an agent is active, allowing for graceful interruption and processing of new messages.
- Enhanced BasePlatformAdapter to manage active sessions and pending messages, ensuring that new messages can interrupt ongoing tasks effectively.
- Improved the handling of pending messages by checking for interrupts and processing them in the correct order, enhancing user experience during message interactions.
- Updated the cleanup process for active tasks to ensure proper resource management after interruptions.
2026-02-03 20:10:15 -08:00
..
__init__.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
base.py Implement interrupt handling for message processing in GatewayRunner and BasePlatformAdapter 2026-02-03 20:10:15 -08:00
discord.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00
telegram.py Refactor message handling and error logging in agent and gateway 2026-02-03 15:42:54 -08:00
whatsapp.py Enhance CLI with multi-platform messaging integration and configuration management 2026-02-02 19:01:51 -08:00