From a07cc4498df2244c3a2f6d6e29cbad7d0fc9df77 Mon Sep 17 00:00:00 2001 From: "DESKTOP-72TV0V4\\caoxiaozhu" Date: Thu, 12 Mar 2026 23:19:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Agents.vue: 大幅更新agent管理界面 - App.vue: 更新应用布局 - 各页面: 更新Account、Database、Knowledge、Memory、Script、Skill、Tools Co-Authored-By: Claude Opus 4.6 --- web/src/App.vue | 20 +- web/src/views/Account.vue | 5 +- web/src/views/Agents.vue | 519 ++++++++++++++++++++++++++++++----- web/src/views/Database.vue | 3 +- web/src/views/Knowledge.vue | 14 +- web/src/views/Memory.vue | 15 +- web/src/views/Script.vue | 5 +- web/src/views/Skill.vue | 13 +- web/src/views/Tools.vue | 3 +- web/src/views/skill/skill.ts | 4 +- 10 files changed, 489 insertions(+), 112 deletions(-) diff --git a/web/src/App.vue b/web/src/App.vue index 648c573..88eb302 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -16,26 +16,8 @@ const showSidebar = computed(() => route.path !== '/login' && route.path !== '/'
- +
- - diff --git a/web/src/views/Account.vue b/web/src/views/Account.vue index eca404b..8f90502 100644 --- a/web/src/views/Account.vue +++ b/web/src/views/Account.vue @@ -1,6 +1,7 @@ @@ -385,14 +568,14 @@ const deleteAgent = (id: number) => { - - + + @@ -401,18 +584,17 @@ const deleteAgent = (id: number) => { - - - - - - - + + + + + + - - - - - - - + @@ -527,6 +706,29 @@ const deleteAgent = (id: number) => { +
+ + + +
+ {{ model.name }} + {{ model.provider }} - {{ model.model }} +
+
+
+
+
@@ -663,13 +865,6 @@ const deleteAgent = (id: number) => {
-
- - - - -
-
+
+ +
+ +
+ +
+
+ +
+ + + +
+ {{ model.name }} + {{ model.provider }} - {{ model.model }} +
+
+
+
+ +
+ + +
+
+
+ All Skills +
+
+ + {{ getSkillLabel(skillId) }} + + + +{{ editingAgent.selectedSkills.length - 3 }} + +
+ + + +
+ + + + + + + + +
+
+ +
+ + +
+ + +
+ + +
+ + +
Agent NameFrameworkModelMCPStatusCreatedActionsAgent NameSkillsModelStatusCreatedActions
+
{
- {{ agent.framework }} + + {{ agent.skills }} {{ agent.model }} - {{ agent.mcpServers }} + + {{ agent.model }} -
- - {{ agent.status }} -
+
+ + + {{ agent.status }} + {{ agent.createdAt }} -
+
{{ agent.createdAt }} +
- -