From 1f1eadee5e286182b21f023b75886a7fc5d861c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Wed, 20 May 2026 17:58:24 +0800 Subject: [PATCH] Update config.yaml --- config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 8913c64c..659123a4 100644 --- a/config.yaml +++ b/config.yaml @@ -88,10 +88,10 @@ hitl: tool_whitelist: [read_file, list_dir, glob, grep] # 多代理(CloudWeGo Eino DeepAgent,与上方单 Agent /api/agent-loop 并存) # 依赖在 go.mod 中拉取;若下载失败可设置: go env -w GOPROXY=https://goproxy.cn,direct -# 启用后需重启服务才会注册 /api/multi-agent 与 /api/multi-agent/stream;Deep / Plan-Execute / Supervisor 由对话页与 WebShell 所选模式在请求体中传入;机器人/批量无请求体时固定按 deep +# 启用后需重启服务才会注册 /api/multi-agent 与 /api/multi-agent/stream;Deep / Plan-Execute / Supervisor 由对话页与 WebShell 所选模式在请求体中传入;机器人按 robot_default_agent_mode multi_agent: enabled: true - robot_use_multi_agent: true # true 时企业微信/钉钉/飞书机器人也走 Eino 多代理(成本更高) + robot_default_agent_mode: eino_single # 企微/钉钉/飞书机器人默认对话模式:react | eino_single | deep | plan_execute | supervisor batch_use_multi_agent: false # true 时「批量任务」队列中每个子任务也走 Eino 多代理(成本更高) max_iteration: 0 # 主代理 / plan_execute 执行器最大轮次,0 表示沿用 agent.max_iterations # plan_execute 专用:execute↔replan 外层循环上限,0 表示 Eino 默认 10。当前实现下 Executor 会挂载 patch/reduction/tool_search 等前置中间件。 @@ -260,11 +260,13 @@ robots: enabled: false client_id: "" client_secret: "" + allow_conversation_id_fallback: false lark: # 飞书 enabled: false app_id: "" app_secret: "" verify_token: "" + allow_chat_id_fallback: false # ============================================ # Skills 相关配置 # ============================================