From 27973cc842cfcc411c98c341ac52f70f91a8c292 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 16 Aug 2026 18:10:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E8=8F=9C=E5=8D=95=E5=8A=A0?= =?UTF-8?q?=E9=80=9A=E7=94=A8=E5=8A=A9=E6=89=8B=E5=85=A5=E5=8F=A3(?= =?UTF-8?q?=E7=BA=AF=E9=80=9A=E7=94=A8=E4=BC=9A=E8=AF=9D,=E6=97=A0?= =?UTF-8?q?=E4=BA=A7=E7=BA=BF=E6=8F=92=E4=BB=B6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 5607cbe..1af5cf0 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -98,6 +98,12 @@ "icon": "", "script": "this.open_tab({name:'llm_manage',label:'模型管理',url:'/pipeline_core/llm',removable:true})" }, + { + "name": "generic_agent", + "label": "通用助手", + "icon": "", + "script": "this.open_tab({name:'generic_agent',label:'通用助手',url:'/pipeline_core/agent_generic',removable:true})" + }, { "name": "pipeline_sdlc", "label": "开发产线",