Tutor Agent is an AI-powered educational assistant that leverages a multi-agent along with multi turn architecture to provide specialized tutoring in mathematics and physics (with extensibility for more domains). It uses Google's Gemini API for LLM-powered reasoning, and routes student queries to the most appropriate specialist agent, which can use
# Tutor Agent: Multi-Agent AI Tutoring System ## Table of Contents 1. [Project Overview](#project-overview) 2. [Live Demo](#live-demo) 3. [Screenshot](#screenshot) 4. [Key Features](#key-features) 5. [Architecture](#architecture) 6. [Directory Structure & Index](#directory-structure--index) 7. [Setup & Installation](#setup--installation) 8. [Configuration & Environment](#configuration--environment) 9. [Usage Guide](#usage-guide) 10. [Development Playbook](#development-playbook) 11. [Deployment](#deployment) 12. [Best Practices](#best-practices) 13. [Contributing](#contributing) 14. [FAQ](#faq) 15. [Challenges & Solutions](#challenges--solutions) 16. [References & Further Reading](#references--further-reading) --- ## Project Overview **Tutor Agent** is an AI-powered educational assistant that leverages a multi-agent along with multi turn architecture to provide specialized tutoring in mathematics and physics (with extensibility for more domains). It uses Google's Gemini API for LLM-powered reasoning, and routes student queries to the most appropriate specialist agent, which can use tools like calculators and knowledge bases to generate comprehensive, step-by-step answers. --- ## Key Features ### Smart Routing - Automatic subject detection - Context-aware agent selection - Seamless agent switching when needed - Multi-agent collaboration for complex queries ### Specialist Agents - Math Agent for mathematical problems - Physics Agent for physics concepts - Extensible architecture for new domains - Tool-equipped agents for specialized tasks ### Multi-Turn Conversations - Maintains context across multiple interactions - Builds on previous questions and answers - Allows follow-up questions and clarifications - Persistent conversation history with MongoDB ### Rate Limiting - Protects API endpoints from abuse - Configurable limits per user/IP - Redis-based rate limiting implementation - Graceful handling of limit exceeded cases ### Caching with Redis - Fast
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.