Feat: Share agent dialog box externally #3221 (#9005)

### What problem does this PR solve?

Feat: Share agent dialog box externally #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-07-23 18:10:18 +08:00
committed by GitHub
parent 8345e92671
commit 5f0ec005ba
22 changed files with 351 additions and 431 deletions

View File

@ -8,6 +8,7 @@ export enum Routes {
Agent = '/agent',
AgentTemplates = '/agent-templates',
Agents = '/agents',
AgentList = '/agent-list',
Searches = '/next-searches',
Search = '/next-search',
Chats = '/next-chats',
@ -53,6 +54,11 @@ const routes = [
component: '@/pages/chat/share',
layout: false,
},
{
path: '/next-chat/share',
component: '@/pages/next-chats/share',
layout: false,
},
{
path: '/',
component: '@/layouts',
@ -135,6 +141,10 @@ const routes = [
path: '/user-setting/api',
component: '@/pages/user-setting/setting-api',
},
{
path: `/user-setting${Routes.Mcp}`,
component: `@/pages${Routes.ProfileMcp}`,
},
],
},
{
@ -145,6 +155,10 @@ const routes = [
path: '/flow',
component: '@/pages/flow/list',
},
{
path: Routes.AgentList,
component: `@/pages/${Routes.Agents}`,
},
{
path: '/flow/:id',
component: '@/pages/flow',