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

Made-with: Cursor
This commit is contained in:
Xubin Ren 2026-04-09 03:04:21 +00:00 committed by Xubin Ren
parent be1b34ed7c
commit cf02408fc0

View File

@ -41,8 +41,8 @@ if TYPE_CHECKING:
from nanobot.cron.service import CronService from nanobot.cron.service import CronService
# Named constant for unified session key, used across multiple locations
UNIFIED_SESSION_KEY = "unified:default" UNIFIED_SESSION_KEY = "unified:default"
class _LoopHook(AgentHook): class _LoopHook(AgentHook):
"""Core hook for the main loop.""" """Core hook for the main loop."""