hermesagent.download
GitHub ↗

[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 已關閉。

官方來源