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