Add @xyflow/react dependency and integrate workflow features in AssistantPage

Updated package.json and package-lock.json to include the @xyflow/react library. Enhanced the AssistantPage with a new AssistantWorkflowPage component for creating and managing workflows, allowing users to visually connect nodes. Removed the deprecated WorkflowPage component to streamline the codebase. Updated global styles to incorporate @xyflow/react styles for consistent UI.
This commit is contained in:
Xin Wang
2026-06-09 10:31:49 +08:00
parent efb3c606a3
commit f7fd2bb53e
8 changed files with 380 additions and 143 deletions

View File

@@ -9,6 +9,7 @@
"lint": "eslint"
},
"dependencies": {
"@xyflow/react": "^12.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.17.0",