Runs
{{ dashboard.run_count }}
{{ dashboard.turn_count }} turns
{% extends "admin/base.html" %} {% block title %}Agent Usage - Admin - {{ site_name() }}{% endblock %} {% block admin_content %}
| Run | Agent | Actor | Model | Turns | Requests | Input | Cache Read | Cache Write | Output | Total | Status | Recorded |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ row.short_session_id }} |
{{ row.agent_name }} | {{ row.actor }} | {{ row.models }} | {{ row.turns }} | {{ row.requests_display }} | {{ row.input_tokens_display }} | {{ row.cache_read_tokens_display }} | {{ row.cache_write_tokens_display }} | {{ row.output_tokens_display }} | {{ row.total_tokens_display }} | {{ row.status }} | {{ row.last_recorded_at }} |
No agent usage has been recorded yet.
{% endif %}| {{ label }} | Runs | Turns | Requests | Input | Cache Read | Cache Write | Output | Total |
|---|---|---|---|---|---|---|---|---|
| {{ row.label }} | {{ row.runs }} | {{ row.turns }} | {{ row.requests_display }} | {{ row.input_tokens_display }} | {{ row.cache_read_tokens_display }} | {{ row.cache_write_tokens_display }} | {{ row.output_tokens_display }} | {{ row.total_tokens_display }} |
No usage records match this grouping.
{% endif %}