Study-Buddy / summary_generator

Commit History

feat: replace manual web scraping with an agentic tool-selection engine
373441d
Running

Hamdy005 commited on

refactor: replace daily usage increment with atomic reservation
746f263

Hamdy005 commited on

refactor: replace standard logging with a centralized loguru configuration and interception handler
954e0aa

Hamdy005 commited on

feat: implement LLM fallback for quiz generation and enhance OAuth error handling
25c8a13

Hamdy005 commited on

feat: implement lazy chunk caching for topic-based materials to reduce quiz and summary generation time
6c898a6

Hamdy005 commited on

refactor: replace agent-based web search with parallelized retrieval using Wikipedia and DuckDuckGo
50fc5bd

Hamdy005 commited on

refactor: decouple usage increment from rate limit checks, add session refresh error handling.
ca22acf

Hamdy005 commited on

feat: increase quiz generation capacity with dedicated high-token LLM.
6a2fe0d

Hamdy005 commited on

feat: add religious, political and NSFW topics in prohibited content criteria in quiz and summary generators
b2dcea0

Hamdy005 commited on

refactor: update system prompts safety guidelines
f412b66

Hamdy005 commited on

feat: introduce robust web-based prompt templates for quizzes and summaries.
d2ce5f7

Hamdy005 commited on

refactor: update content limits for quiz and summary generation modules
709ae5b

Hamdy005 commited on

refactor: changing to gemini model, modularize constants and schemas and update user daily generation limit
ac347e7

Hamdy005 commited on

feat: enforce user ownership verification for material access across all API routes
05596ae

Hamdy005 commited on

fix: improve security, session handling, and UI responsiveness for topic management and document rendering
7511b05

Hamdy005 commited on

feat: implement profile caching and optimize database client initialization.
dc64ef1

Hamdy005 commited on

feat: configure LLM generation parameters and implement text truncation for summarization inputs
02eef30

Hamdy005 commited on

feat: enable AI-generated summaries for topic-based materials by integrating Wikipedia and Arxiv search providers.
a82568e

Hamdy005 commited on

refactor: add structured logging across summary and quiz generation modules
38fc3eb

Hamdy005 commited on

refactor: replace legacy login page with integrated Google OAuth landing page and dashboard redirect logic
9ab1911

Hamdy005 commited on

feat: implement daily request rate limiting with per-user usage tracking and admin bypass
6ee4b4a

Hamdy005 commited on

refactor: improve markdown parsing, update summary export formatting, and refine UI loading states for material summaries
c19fa3c

Hamdy005 commited on

feat: Adding Parallel Processing and enhance main dashboard, summary and chat styles
2d3a0d2

Hamdy005 commited on

feat: implement async quiz generation, add quiz result persistence, and integrate Supabase authentication
a116056

Hamdy005 commited on

feat: implement authentication system, add quiz history support, and update API endpoints for material and tutor interactions
8c7a11b

Hamdy005 commited on

feat: migrate UI to Next.js with extensive component library and integrate Hugging Face deployment workflow
b65231d

Hamdy005 commited on

refactor: restructure project into modular src architecture and implement database store layer
962a395

Hamdy005 commited on