Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 873 Bytes

File metadata and controls

56 lines (39 loc) · 873 Bytes

DataFactory Frontend

Data Agent training platform frontend, focused on the Data Agent lifecycle.

Core modules

  • Data Preparation
  • Reasoning Data Synthesis
  • Agentic Trajectory Synthesis
  • Agent Interaction
  • User Login / Logout (preserved)

Tech stack

  • Vue 3 + Vite
  • Vue Router
  • Bootstrap 5 + Bootstrap Icons

Development

npm install
npm run dev

Default dev server: http://localhost:8001

Desktop (Electron)

npm install
npm run desktop:dev

Desktop 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 desktop

Build

npm run build
npm run preview

API proxy

vite.config.js proxies /api to http://localhost:8888.