-
released this
2026-09-11 15:59:57 +00:00 | 67 commits to main since this releaseNextcraft v0.1.4 — v0.2 Phase 3
The first two fully-implemented AI tutor agents, live and streaming.
Delivered (REQ-2-005, REQ-2-006)
- Coach agent — pacing guidance, motivation tied to trajectory, retrieval-practice questions; always ends with exactly one concrete next action (persona coach-v2)
- Tutor agent — one concept per reply, worked example first, Socratic check question before advancing (persona tutor-v2)
- Agent routing —
/v1/chat/streamroutes by agent name; unknown agents rejected 422; meta event carries the routed agent; sessions scoped per agent (no persona bleed) - Live-verified personas — manual ollama-cloud probe (gemma4:31b): Coach responded with pacing + retrieval question + one action; Tutor with concept + worked example + Socratic question. Distinct voices, on-persona.
Quality: 80/80 tests green (mock provider only — suite never calls the cloud), ruff clean, boundaries verified.
Next
Phase 4: Lab + Assessor agents over mock engine inputs (simulated telemetry, pre-baked artifacts).
Downloads