{% extends "base.html" %} {% block title %}{{ site_title }} — overview{% endblock %} {% block content %}
Everything this project declares, and everything it has run.
| Run | Kind | Target | Status | Started | Duration |
|---|---|---|---|---|---|
| {{ run.short_id }} | {{ run.kind }} | {{ run.target }} | {{ run.status }} | {{ run.started_at.strftime('%Y-%m-%d %H:%M') }} | {{ run.duration_s | duration }} |
No runs yet. Try python manage.py train <Model>.
| Trace | Agent | Input | Steps | Tokens | Status |
|---|---|---|---|---|---|
| {{ t.short_id }} | {{ t.agent }} | {{ t.input | short(70) }} | {{ t.steps }} | {{ t.total_tokens | number }} | {{ t.status }} |
No agent traces yet.
{% endif %}| Model | Version | Stage | Metrics | Created |
|---|---|---|---|---|
| {{ v.label }} | v{{ v.version }} | {{ v.stage }} | {% for k, val in (v.metrics or {}).items() %}{{ k }}={{ val | number }} {% endfor %} | {{ v.created_at.strftime('%Y-%m-%d %H:%M') }} |
No registered model versions yet.
{% endif %}| Dataset | Version | Rows | Content hash | Created |
|---|---|---|---|---|
| {{ d.label }} | v{{ d.version }} | {{ d.row_count | number }} | {{ (d.content_hash or '')[:12] }} | {{ d.created_at.strftime('%Y-%m-%d %H:%M') }} |
Nothing materialised yet. Try python manage.py dataset materialize <Dataset>.