feat(ui): Add import agent screen
This commit is contained in:
@@ -8,6 +8,7 @@ import Chat from './pages/Chat';
|
||||
import ActionsPlayground from './pages/ActionsPlayground';
|
||||
import GroupCreate from './pages/GroupCreate';
|
||||
import AgentStatus from './pages/AgentStatus';
|
||||
import ImportAgent from './pages/ImportAgent';
|
||||
|
||||
// Get the base URL from Vite's environment variables or default to '/app/'
|
||||
const BASE_URL = import.meta.env.BASE_URL || '/app';
|
||||
@@ -46,6 +47,10 @@ export const router = createBrowserRouter([
|
||||
path: 'group-create',
|
||||
element: <GroupCreate />
|
||||
},
|
||||
{
|
||||
path: 'import',
|
||||
element: <ImportAgent />
|
||||
},
|
||||
{
|
||||
path: 'status/:name',
|
||||
element: <AgentStatus />
|
||||
|
||||
Reference in New Issue
Block a user