Skip to main content
Glama

AI 教学智能体

  • LLM 负责理解自然语言与决策;所有“教育小模型”通过 FastAPI 暴露,接口统一。

  • 状态(掌握度/情绪/作答历史)用轻量内存存储演示,后续可替换数据库(SQLAlchemy 等)。

目录结构

main.py            # FastAPI 入口,挂载所有路由
schemas.py         # Pydantic 数据模型(请求/响应)
database.py        # 轻量内存“数据库”(可换持久化)
models/            # 小模型业务逻辑(可换训练模型)
  cognitive_diagnosis.py
  knowledge_tracking.py
  emotion_analysis.py
  path_planning.py
routers/           # FastAPI 路由拆分
  cognitive.py
  tracking.py
  emotion.py
  planning.py

接口一览

  • POST /diagnose:认知诊断(规则占位,可换 CDM/IRT)。

  • POST /track:知识追踪(规则占位,可换 DKVMN/AKT)。

  • POST /emotion/emotion/sentiment:情感状态与文本情感。

  • POST /plan:路径规划。

所有请求支持 request_id;响应带 mode/model_version,标注实现可靠度。

启动

pip install -r requirements.txt
python main.py

默认监听 http://127.0.0.1:8000,访问 /docs 可在线调试。LLM 侧可直接把这些 HTTP 路由注册为 MCP 工具。

演进建议

  • 用持久化数据库替换 database.py,保留同名接口即可平滑升级。

  • models/* 内的规则逻辑替换为训练模型;对外 schema 不变。

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A middleware system that connects large language models (LLMs) with various tool services through an OpenAI-compatible API, enabling enhanced AI assistant capabilities with features like file operations, web browsing, and database management.
    Last updated
    3
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides AI-powered educational tools for teachers including lesson planning, quiz creation, student progress analysis, learning path recommendations, and rubric generation. Enables educators to automate administrative tasks and personalize learning experiences through natural language interactions.
    Last updated
    5
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to interact with the AeroEduVision platform, allowing exam generation, course management, knowledge graph queries, and student progress tracking through natural language commands.
    Last updated
    24
    MIT

View all related MCP servers

Related MCP Connectors

  • SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.

  • AI tools for agents: chat, summarize, classify, entity extraction, embeddings, transcription. x402

  • 16 AI-native tools with dual SSE + streamable-http transport. Free tier available.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Eiadrian/educational-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server