From cf02408fc0c5ebe3da42c19fc93e74ff1f616b88 Mon Sep 17 00:00:00 2001 From: Xubin Ren Date: Thu, 9 Apr 2026 03:04:21 +0000 Subject: [PATCH] Merge origin/main; remove stale comment and fix blank-line style Made-with: Cursor --- nanobot/agent/loop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanobot/agent/loop.py b/nanobot/agent/loop.py index 213631618..9128b8840 100644 --- a/nanobot/agent/loop.py +++ b/nanobot/agent/loop.py @@ -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."""