fardin.dev
← Back to work

fullstack

Bangla EduAgent

Multi-agent AI learning paths for Bengali speakers

Problem

Quality technical education content is mostly English-first, leaving Bengali speakers with fewer structured learning paths.

What I built

Multi-agent system using Gemini that researches topics, structures modules, and generates interactive quizzes in accessible Bangla.

Architecture

Orchestrator agent delegates to researcher, curriculum, and quiz agents. Each agent has a focused prompt and output schema.

API highlights

  • Topic intake and learning-path generation endpoints
  • Quiz generation with localized question banks

Challenges

  • Grounding agent outputs in real source material
  • Balancing response quality with API cost
TypeScriptGemini APINext.jsMulti-Agent