Merge origin/main; remove stale comment and fix blank-line style

Made-with: Cursor
This commit is contained in:
Xubin Ren
2026-04-09 11:09:25 +08:00
committed by Xubin Ren
parent be1b34ed7c
commit cf02408fc0
+1 -1
View File
@@ -41,8 +41,8 @@ if TYPE_CHECKING:
from nanobot.cron.service import CronService
# Named constant for unified session key, used across multiple locations
UNIFIED_SESSION_KEY = "unified:default"
class _LoopHook(AgentHook):
"""Core hook for the main loop."""