hermes-agent/gateway
Teknium c8bfb1db8f
fix(gateway): add platform-specific notes to session context prompt (#1184)
Tell the agent what it CANNOT do on Slack and Discord — no searching
channel history, no pinning messages, no managing channels/roles.
Prevents the agent from hallucinating capabilities it doesn't have
and promising actions it can't deliver.

Addresses user feedback: agent says 'I'll search your Slack history'
then goes silent because no Slack-specific tools exist.
2026-03-13 12:34:11 -07:00
..
platforms fix: strip user: prefix from Discord allowed user IDs in onboarding 2026-03-13 09:35:46 -07:00
__init__.py
channel_directory.py feat: add email gateway platform (IMAP/SMTP) 2026-03-11 06:32:01 -07:00
config.py fix: handle YAML null values in session reset policy + configurable API timeout (#1194) 2026-03-13 11:16:42 -07:00
delivery.py
hooks.py
mirror.py
pairing.py
run.py fix: raise session hygiene threshold from 50% to 85% 2026-03-13 04:17:45 -07:00
session.py fix(gateway): add platform-specific notes to session context prompt (#1184) 2026-03-13 12:34:11 -07:00
status.py
sticker_cache.py