Agent Drift Report
Score Trend
Run History
Date
Model
Score
Delta
Severity
{% for run in history %}
{{ run.timestamp[:10] }}
{{ run.model }}
{{ "%.2f"|format(run.score) }}
{{ "%+.2f"|format(run.delta) }}
{{ run.severity|upper }}
{% endfor %}