{% extends "base.html" %} {% from "macros.html" import cost, pct %} {% block title %}Dashboard · LLM Admin{% endblock %} {% block content %}
| Agent | Runs | Total | Avg/run |
|---|---|---|---|
| {{ a.agent_type }} | {{ a.runs }} | {{ cost(a.total_cost) }} | {{ cost(a.avg_cost) }} |
No runs in the window.
{% endif %} {% endblock %}