Add brain and chat workspace views

Expand the frontend with brain, graph, and chat workspace updates so the
new backend orchestration and memory features have matching screens.
These changes also wire the new APIs into routing and add focused view
and routing tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 13:48:16 +08:00
parent d2447ee635
commit 7d80a6e2ec
21 changed files with 3095 additions and 658 deletions

View File

@@ -15,6 +15,11 @@ const appChildren: RouteRecordRaw[] = [
name: 'knowledge',
component: () => import('@/pages/knowledge/index.vue'),
},
{
path: 'brain',
name: 'brain',
component: () => import('@/pages/brain/index.vue'),
},
{
path: 'graph',
name: 'graph',