Multi Agent Education banner
bcefghj bcefghj

Multi Agent Education

Development community

Description

多Agent智能教育与个性化学习系统 | 5-Agent Mesh+事件驱动 | Java/Go/Python三语言实现 | 面试项目 | 八股文+STAR+简历

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🎓 多Agent智能教育与个性化学习系统

**从零到面试 | Java + Go + Python 三语言实现 | 企业级Mesh+事件驱动架构**

[![Python](https://img.shields.io/badge/Python-3.11+-blue.svg)](python/) [![Java](https://img.shields.io/badge/Java-21+-red.svg)](java/) [![Go](https://img.shields.io/badge/Go-1.22+-cyan.svg)](golang/) [![React](https://img.shields.io/badge/React-18+-purple.svg)](frontend/) [![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)


📖 这个项目是什么?

这是一个**企业级多Agent智能教育系统**,用5个AI Agent协作完成个性化教学:

  • 不是"千人一面"的网课,而是根据每个学生的薄弱点实时调整教学
  • 不是直接给答案,而是用苏格拉底式提问引导学生自己思考
  • 不是固定学习路径,而是基于间隔重复算法动态排期复习

**为什么做这个项目?** 这是一个面向求职者的完整项目,帮助你:

  1. 拥有一个可以在简历上写、面试时讲的企业级多Agent项目
  2. 理解多Agent系统的核心架构思想(Mesh + 事件驱动)
  3. 掌握面试八股文STAR回答法简历写法的全套技巧
  4. Java / Go / Python三种语言实现,适配不同岗位需求

🏗️ 系统架构

整体架构图

                    ┌──────────────────────────┐
                    │   React 前端 (WebSocket)   │
                    └────────────┬─────────────┘
                                 │
                    ┌────────────▼─────────────┐
                    │   API Gateway / EventBus   │
                    └────────────┬─────────────┘
                                 │
        ┌────────────────────────┼────────────────────────┐
        │                        │                        │
   ┌────▼─────┐           ┌─────▼─────┐           ┌──────▼──────┐
   │Assessment │◄─────────►│  Tutor    │◄─────────►│  Hint       │
   │  Agent    │           │  Agent    │           │  Agent      │
   │ (评估)    │           │ (教学)    │           │ (提示)      │
   └────┬──────┘           └───────────┘           └─────────────┘
        │                        ▲
        │                        │
   ┌────▼──────┐           ┌─────┴─────┐
   │Curriculum  │◄─────────►│Engagement │
   │  Agent     │           │  Agent    │
   │ (课程)     │           │ (互动)    │
   └────────────┘           └───────────┘
        │                        │
        └────────┬───────────────┘