Merge branch 'master' into bot_manager

This commit is contained in:
朱潮 2026-02-07 15:39:43 +08:00
commit b7afbd0216

View File

@ -253,6 +253,7 @@ async def init_agent(config: AgentConfig):
checkpointer=checkpointer, checkpointer=checkpointer,
shell_env={ shell_env={
"ASSISTANT_ID": config.bot_id, "ASSISTANT_ID": config.bot_id,
"USER_IDENTIFIER": config.user_identifier,
"TRACE_ID": config.trace_id "TRACE_ID": config.trace_id
} }
) )