O
To be verified
Open-source platform transforming topics into immersive, multi-agent AI-powered interactive classrooms.
OpenMAIC (Open Multi-Agent Interactive Classroom) is an open-source AI platform developed by the THU-MAIC team at Tsinghua University. It is designed to transform online education by moving from passive video lectures to active, personalized, and social AI-driven classrooms. Using Large Language Model (LLM) orchestration and multi-agent collaboration via LangGraph, it generates complete interactive lessons from any topic or document. The platform simulates an authentic classroom with AI teachers, assistants, and classmates who engage in real-time discussions, debates, and lectures. It features a two-stage generation pipeline that creates multimedia content including slides, quizzes, interactive HTML simulations, and project-based learning activities.
- Learn programming from scratch with AI-generated exercises and narrated slides
- Upload research papers to have AI agents break down complex concepts into digestible lessons
- Conduct roundtable debates between AI agents to explore different viewpoints on a topic
- Generate and join interactive classrooms directly from messaging platforms like Feishu or Discord
- To use OpenMAIC
- you can access the live demo or host it locally. For local setup: 1. Clone the GitHub repository. 2. Install dependencies using pnpm. 3. Configure your LLM API keys (such as OpenAI
- Gemini
- or DeepSeek) in the environment file. 4. Run the development server and enter a topic or upload a document to generate a lesson.