- README.md - Main documentation
- QUICKSTART.md - 5-minute setup guide
- setup.sh - Automated setup script
- app.py - Streamlit web interface
- study_agents.py - AI agent definitions
- agent_handler.py - Orchestration logic
- rag_helper.py - RAG functionality
- config.py - Configuration manager
- prompts.yaml - Agent prompts & config
- ARCHITECTURE.md - Technical details
- PROJECT_SUMMARY.md - Complete overview
- FILE_GUIDE.md - This file
- pyproject.toml - Dependencies (uv)
- requirements.txt - Dependencies (pip)
- .env.example - Environment template
- .gitignore - Git ignore rules
- QUICKSTART.md
- Run setup.sh
- Edit .env
- Run app.py
- README.md
- PROJECT_SUMMARY.md
- ARCHITECTURE.md
- prompts.yaml (easiest)
- study_agents.py
- agent_handler.py
- README.md
- requirements.txt
- setup.sh