{{ active_agents if active_agents is not none else '—' }}
Active Agents
{{ total_llm_calls if total_llm_calls is not none else '—' }}
Total LLM Calls
{% if total_cost_usd is not none %}${{ '%.4f' | format(total_cost_usd) }}{% else %}—{% endif %}
Total Cost Today
{{ error_count if error_count is not none else '—' }}
Errors (24h)