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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user