[Bug] AsyncSessionDB 讓 /resume 指令壞掉:slash_commands.py 缺少 await
📅 2026年7月4日 ✅ 最後驗證 2026年7月4日 ✍️ HermesAgent.download Contributors
回報者指出 AsyncSessionDB 把 SessionDB 的每個方法都包成非同步協程,但 slash_commands.py 呼叫這些方法時忘記加上 await,導致執行 /resume 指令時拋出 TypeError: coroutine object is not subscriptable。此 issue 已關閉。
- 狀態:已修復(資訊來源信任度:官方)
- 元件:gateway.優先級:P1
- 原始 issue:NousResearch/hermes-agent#58010