{# T55 admin evals index — terminal-brutalist re-skin. #} {# Lists scans with at least one llm_evals row. #} {% extends "admin_layout.html" %} {% block page_title %}admin :: evals{% endblock %} {% block breadcrumb %} admin/ evals {% endblock %} {% block content %}
Multi-model evals on production scans. Each row is one scan with at least one llm_evals result. Click [matrix] to see prompt × model breakdown. Cap-aware: today's spend versus the configured daily ceiling is in the strip below.
/admin/evals/<scan_id> to start a fresh batch.
| scan | target | owner | evals | total cost | last eval | action |
|---|---|---|---|---|---|---|
| {{ row.scan_id_short }} | {{ row.eval_count }} | ${{ '%.4f'|format(row.total_cost) }} | {{ row.last_eval_at }} | matrix |