This project implements an adaptive learning path engine (Skillgraph) with a FastAPI backend and a lightweight frontend. It demonstrates core techniques used in modern AI-enabled learning systems: multi-agent orchestration, retrieval-augmented generation (RAG), and directed acyclic graph (DAG) path planning.
Autonomous Learning Path
This project implements an adaptive learning path engine (Skillgraph) with a FastAPI backend and a lightweight frontend. It demonst...