sigle agent mode

This commit is contained in:
朱潮 2026-02-26 08:58:32 +08:00
parent 7cb2c9c5ca
commit c751c7997e

View File

@ -117,6 +117,6 @@ NEW_API_ADMIN_KEY = os.getenv("NEW_API_ADMIN_KEY", "")
# ============================================================ # ============================================================
# Single Agent Mode Configuration # Single Agent Mode Configuration
# ============================================================ # ============================================================
SINGLE_AGENT_MODE = os.getenv("SINGLE_AGENT_MODE", "false") == "true" SINGLE_AGENT_MODE = os.getenv("SINGLE_AGENT_MODE", "true") == "true"
TEMPLATE_BOT_ID = os.getenv("TEMPLATE_BOT_ID", "") TEMPLATE_BOT_ID = os.getenv("TEMPLATE_BOT_ID", "403a2b63-88e4-4db1-b712-8dcf31fc98ea")
TEMPLATE_BOT_NAME = os.getenv("TEMPLATE_BOT_NAME", "智能助手") TEMPLATE_BOT_NAME = os.getenv("TEMPLATE_BOT_NAME", "智能助手")