725 B
725 B
Agentic Learner Loop
The agentic learner loop is the first closed-loop prototype for AI-student behavior in Didactopus.
Current loop
- Inspect current mastery state
- Ask graph-aware planner for next best concept
- Produce synthetic attempt
- Score attempt into evidence
- Update mastery state
- Repeat until target is reached or iteration budget ends
Important limitation
The current implementation is a scaffold. The learner attempt is synthetic and deterministic, not a true external model call with robust domain evaluation.
Why it still matters
It establishes the orchestration pattern for:
- planner-guided concept selection
- evidence accumulation
- mastery updates
- goal-directed progression