Data Agent training platform frontend, focused on the Data Agent lifecycle.
- Data Preparation
- Reasoning Data Synthesis
- Agentic Trajectory Synthesis
- Agent Interaction
- User Login / Logout (preserved)
- Vue 3 + Vite
- Vue Router
- Bootstrap 5 + Bootstrap Icons
npm install
npm run devDefault dev server: http://localhost:8001
npm install
npm run desktop:devDesktop mode will:
- start the Vue renderer in Vite dev mode
- launch the local FastAPI backend from
../DataFactory - expose a native directory picker for local save paths
To run the built desktop renderer:
npm run build
npm run desktopnpm run build
npm run previewvite.config.js proxies /api to http://localhost:8888.