{% extends "base.html" %} {% block title %}Dashboard — sentrytriage{% endblock %} {% block content %}
No events in the last 14 days.
{% endif %}
Open any event detail and tap 👍 / 👎 to add a rating. View all overrides or run triage export-overrides to dump them as JSONL.
| When | VLM said | You said | Caption |
|---|---|---|---|
| {{ event.timestamp.strftime("%m-%d %H:%M") }} | {% if event.interesting is sameas true %} interesting {% elif event.interesting is sameas false %} boring {% else %} unclassified {% endif %} | {% if feedback.value %} interesting {% else %} boring {% endif %} | {{ event.one_line_caption or "(no caption)" }} |
Showing {{ recent_overrides|length }}. See all overrides →
No feedback yet. Open an event detail and tap 👍 / 👎 to start teaching the model where it's wrong.
{{ cat }}
{{ n }}
| When | Category | Confidence | Caption |
|---|---|---|---|
| {{ ev.timestamp.strftime("%Y-%m-%d %H:%M") }} | {{ ev.category }} | {{ "%.2f" | format(ev.confidence or 0) }} | {{ ev.one_line_caption }} |
| When | Status | Category | Caption |
|---|---|---|---|
| {{ ev.timestamp.strftime("%m-%d %H:%M") }} | {% if ev.interesting %} interesting {% elif ev.interesting is sameas false %} boring {% else %} unclassified {% endif %} | {{ ev.category or "—" }} |
{{ ev.one_line_caption or "(no caption)" }} |
No events yet. Run triage demo-seed to populate with synthetic data, or triage watch against your real SentryClips/.