From 3ec992436c29f6525bccbd66bc5a463a74932631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Sat, 7 Feb 2026 15:39:20 +0800 Subject: [PATCH] add USER_IDENTIFIER --- agent/deep_assistant.py | 1 + 1 file changed, 1 insertion(+) diff --git a/agent/deep_assistant.py b/agent/deep_assistant.py index 2dcfb31..e973e67 100644 --- a/agent/deep_assistant.py +++ b/agent/deep_assistant.py @@ -253,6 +253,7 @@ async def init_agent(config: AgentConfig): checkpointer=checkpointer, shell_env={ "ASSISTANT_ID": config.bot_id, + "USER_IDENTIFIER": config.user_identifier, "TRACE_ID": config.trace_id } )