feat(session): add unified_session config to share one session across all channels

This commit is contained in:
whs
2026-04-09 11:09:25 +08:00
committed by Xubin Ren
parent bfec06a2c1
commit 743e73da3f
5 changed files with 205 additions and 1 deletions
+1
View File
@@ -81,6 +81,7 @@ class Nanobot:
restrict_to_workspace=config.tools.restrict_to_workspace,
mcp_servers=config.tools.mcp_servers,
timezone=defaults.timezone,
unified_session=defaults.unified_session,
)
return cls(loop)