Short: Modular AI agent for summarization, MCQ generation, multilingual support (Hindi/English), and safe automations.
backend/- FastAPI prototype for agent orchestration, upload, and actions.frontend/- Minimal React chat UI prototype.prompts/- System & user prompt templates, action schemas.docs/- Architecture, demo script, evaluation plan.docker/- Docker compose for prototype services.
- Backend: create a virtualenv, install requirements from
backend/requirements.txt, then runuvicorn app.main:app --reload --host 0.0.0.0 --port 8000. - Frontend:
cd frontend && npm install && npm start(or usepnpm/yarn). - Open frontend (default http://localhost:3000) and point backend URL to
http://localhost:8000.
MIT. See LICENSE file.