Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
This repo now includes a lightweight Python backend under backend/ that implements RAG, agents, verification, and demo mode.
- Start the backend (see
backend/README.md). - Set
VITE_BACKEND_URLin your.envor environment tohttp://localhost:8000so the frontend will call the local backend.
If no OPENAI_API_KEY is present the backend runs in demo mode using precomputed canned outputs.