Learner Intervention Ledger is an EdTech workflow and audit layer for student success operations. It records outreach attempts, lane handoffs, channel history, resolution quality, and cycle time so institutions can see which interventions actually improved outcomes.
- It completes the EdTech action cluster after
student-success-signal-hub,curriculum-knowledge-graph, andadvisor-outreach-orchestrator. - It adds auditability and outcome quality instead of only queue scoring.
- It gives schools a cleaner closed-loop view of what happened after support teams acted.
- Logs interventions with owner lanes, channels, event types, and response state.
- Scores closure quality from response, risk movement, touch count, age, and escalation depth.
- Shows which lanes and playbook patterns are resolving cases versus stalling them.
- Exposes both an operator-facing proof surface and a clean API.
cd learner-intervention-ledger
py -3.11 -m venv .venv
.\.venv\Scripts\python.exe -m pip install -r requirements.txt
.\.venv\Scripts\python.exe -m app.mainOpen:
http://127.0.0.1:4741/http://127.0.0.1:4741/outcomeshttp://127.0.0.1:4741/evidencehttp://127.0.0.1:4741/docs
.\.venv\Scripts\python.exe -m unittest discover -s tests
.\.venv\Scripts\python.exe scripts\run_demo.py
.\.venv\Scripts\python.exe scripts\smoke_check.py
.\.venv\Scripts\python.exe scripts\render_readme_assets.pyEndpoints:
/api/dashboard/summary/api/interventions/api/lanes/api/outcomes/api/interventions/{intervention_id}/api/sample
app/
data/
services/
docs/
scripts/
screenshots/
tests/



