Actions
Feature #354
openFeature #352: Prompt analytics tool overview
Skill graph generation
Start date:
01/02/2026
Due date:
% Done:
0%
Estimated time:
Description
Each topic is fed into an LLM and a skill graph is generated.
Example of skill graph output
{
"React Hooks": {
prerequisites: ["JavaScript", "Closures", "React Basics"],
expectedLevels: { "JavaScript": 2.0, "Closures": 2.0, ... }
},
"JavaScript": {
prerequisites: ["Programming Fundamentals"],
expectedLevels: { "Programming Fundamentals": 1.0 }
},
}
Updated by Ritwik Sinha about 2 months ago
- Copied from Feature #353: Semantic Processing Unit added
Updated by Ritwik Sinha about 2 months ago
- Copied to Feature #355: Gap Analysis Engine added
Actions