DeepTutor: Lifelong Personalized Tutoring with AI Agents

This repository profile is provided by osrepos.com, an open source repository discovery platform.

DeepTutor: Lifelong Personalized Tutoring with AI Agents

Summary

DeepTutor is an advanced AI-powered platform designed for lifelong personalized tutoring, integrating various learning modes into a single, extensible system. It leverages large language models and multi-agent systems to offer features like interactive chat, quiz generation, and skill development. This project provides a comprehensive environment for learners and educators seeking intelligent, adaptive educational tools.

Repository Information

Analyzed by OSRepos on August 7, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

DeepTutor, developed by HKUDS, is an innovative open-source project focused on providing lifelong personalized tutoring through advanced AI agents. With over 32,741 stars and 4,274 forks on GitHub, it has quickly gained recognition in the AI and education communities. Written primarily in Python, DeepTutor offers a comprehensive learning workspace that seamlessly connects tutoring, problem-solving, quiz generation, research, visualization, and mastery practice. It's designed to be an extensible system where context moves with the learner across different capabilities, making the learning experience highly adaptive and personalized.

Installation

Getting started with DeepTutor is straightforward, with several installation options available. The recommended path for a full local web application and CLI is via PyPI. Ensure you have Python 3.11-3.13 and Node.js 20+ installed.

Here's how to install DeepTutor using PyPI:

mkdir -p my-deeptutor && cd my-deeptutor
pip install -U deeptutor
deeptutor init     # prompts for ports + LLM provider + optional embedding
deeptutor start    # starts backend + frontend; keep the terminal open

After running deeptutor start, open the frontend URL printed in your terminal, typically http://127.0.0.1:3782. For detailed instructions on other installation methods, including source, Docker, or CLI-only, please refer to the official DeepTutor documentation.

Examples

DeepTutor offers both a rich web interface and a powerful command-line interface (CLI) for interacting with its capabilities.

Web Interface Highlights:
The web application provides a comprehensive suite of tools, including:

  • Chat: An agent loop for natural conversations, tool calls, and knowledge grounding.
  • Partners: Persistent AI companions with their own memory, library, and channels.
  • My Agents: Connect and consult live coding CLIs or import past conversations.
  • Co-Writer: A Markdown workspace for drafting reports and notes with AI-assisted editing.
  • Book: Create interactive "living books" from your materials with typed blocks and page-specific chat.
  • Knowledge Center: Multi-engine RAG libraries for document collections.
  • Learning Space: Manage skills, personas, notebooks, and question banks.
  • Memory: An inspectable, three-layer system for personalized learning.

CLI Examples:
The CLI allows direct interaction with DeepTutor's core functionalities:

# Interactive chat REPL
deeptutor chat

# Run a specific capability, e.g., deep solve
deeptutor run deep_solve "Solve x^2 = 4" --tool rag --kb my-kb

# Create a new knowledge base
deeptutor kb create my-kb --doc textbook.pdf

# Show current memory
deeptutor memory show

# List installed skills
deeptutor skill list

These examples demonstrate the flexibility and power of DeepTutor, whether you prefer a graphical interface or command-line control.

Why Use DeepTutor

DeepTutor stands out as a robust platform for personalized learning due to several key advantages:

  • Unified Learning Environment: All capabilities, from chat to quizzes and research, operate on a single agent loop. This means seamless transitions between objectives and consistent context for the learner, eliminating the need to switch between isolated tools.
  • Comprehensive Context Management: Knowledge bases, books, drafts, notebooks, and personas are interconnected and available across all workflows. This integrated approach ensures that all learning resources contribute to a cohesive and effective educational experience.
  • Advanced Agent Capabilities: DeepTutor supports subagents and partners, allowing users to consult live coding CLIs (like Claude Code or Gemini) or persistent AI companions. This multi-agent architecture enhances problem-solving and interactive learning.
  • Flexible Knowledge Retrieval: It offers multi-engine RAG (Retrieval Augmented Generation) libraries, supporting various retrieval engines like LlamaIndex, PageIndex, GraphRAG, and linked Obsidian vaults. This flexibility ensures efficient and accurate information retrieval from diverse document collections.
  • Extensible and Community-Driven: With built-in tools, CLI apps, and installable community skills from EduHub, DeepTutor is highly extensible. Its open-source nature encourages community contributions and continuous improvement.
  • Transparent and Inspectable Memory: DeepTutor's three-layer memory system (L1 traces, L2 curated facts, L3 synthesis) is file-backed and inspectable. This transparency allows users to understand, curate, and audit their personalized learning profile, ensuring accountability and control.

DeepTutor offers a powerful, flexible, and transparent solution for anyone looking to create or engage with intelligent, personalized learning experiences.

Links

Related repositories

Similar repositories that may be relevant next.

TeamAI-CLI: Empowering Teams to Become AI Native with a Git-Based Foundation

TeamAI-CLI: Empowering Teams to Become AI Native with a Git-Based Foundation

September 24, 2026

TeamAI-CLI, developed by Tencent, is a powerful command-line interface aimed at making every team AI native. It offers a unified, Git-based platform for teams to collaborate, learn, and continuously improve with AI. This tool transforms individual AI capabilities into shared team assets, integrating AI agents, machines, and team members for enhanced efficiency.

TypeScriptAICLI
LLM Wiki: Build a Self-Maintaining, Interlinked Knowledge Base with AI

LLM Wiki: Build a Self-Maintaining, Interlinked Knowledge Base with AI

September 23, 2026

LLM Wiki is a powerful cross-platform desktop application designed to transform your documents into an organized, interlinked knowledge base automatically. Unlike traditional RAG systems, it incrementally builds and maintains a persistent wiki from your sources, ensuring knowledge is compiled once and kept current. This innovative approach offers a dynamic and evolving personal knowledge management solution.

LLMKnowledge BasePersonal Knowledge Management
Agent Orchestrator: Supervise Teams of Coding Agents from Planning to Merge

Agent Orchestrator: Supervise Teams of Coding Agents from Planning to Merge

September 23, 2026

Agent Orchestrator is a powerful tool designed to run and supervise teams of coding agents throughout the entire development lifecycle, from initial planning to code merge. It supports a wide array of agent harnesses, including Claude Code and Codex, and operates across desktop, web, mobile, and cloud environments. This platform offers a unified workspace to manage and coordinate multiple agents, ensuring efficient and organized agent-driven development.

agent-orchestrationmulti-agentAI
AutoResearch: AI/ML Research Agents from Idea to Paper-Ready Evidence

AutoResearch: AI/ML Research Agents from Idea to Paper-Ready Evidence

September 22, 2026

AutoResearch is an open-source agent workflow designed for AI and machine learning research. It automates the entire research process, from generating ideas and planning experiments to execution, analysis, and independent evaluation. This project helps researchers produce paper-ready evidence efficiently and with traceable provenance.

PythonAIMachine Learning

Source repository

Open the original repository on GitHub.

14 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️