fleet-memory/hindsight-integrations/hermes/hindsight_hermes
Nicolò Boschi 35dfd3aa0c
fix(hermes): use async client methods to prevent event loop deadlock (#677) (#681)
Tool handlers and lifecycle hooks now use the native async client API
(aretain, arecall, areflect, acreate_bank) instead of sync wrappers
that call loop.run_until_complete(), which deadlocks in async contexts
like Discord/Telegram gateways.
2026-03-25 11:25:06 +01:00
..
__init__.py fix(hermes): use async client methods to prevent event loop deadlock (#677) (#681) 2026-03-25 11:25:06 +01:00
config.py feat: hindsight-hermes integration for Hermes Agent (#600) 2026-03-17 18:06:55 +01:00
errors.py feat: hindsight-hermes integration for Hermes Agent (#600) 2026-03-17 18:06:55 +01:00
tools.py fix(hermes): use async client methods to prevent event loop deadlock (#677) (#681) 2026-03-25 11:25:06 +01:00