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": "开发产线",