feat(session): add unified_session config to share one session across all channels
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user