feature: 对接deer-flow (#27)

feature: 对接deer-flow
This commit is contained in:
hhhhsc701
2025-10-28 16:28:26 +08:00
committed by GitHub
28 changed files with 356 additions and 79 deletions

View File

@@ -53,7 +53,7 @@ const router = createBrowserRouter([
Component: withErrorBoundary(Home),
},
{
path: "/agent",
path: "/chat",
Component: withErrorBoundary(AgentPage),
},
{