{% extends "base.html" %} {% block title_suffix %} — Live Monitor{% endblock %} {% block content %}

Live Monitor

Figures below are for the session currently being written — always an ESTIMATE, in progress, never a final or billed number. Refresh this page to update.
{% if live %}
{{ live.session_id }} · {{ live.task_type }}
~${{ "%.2f"|format(live.live_cost_usd) }} (estimated, in progress)  ·  ~{{ "{:,}".format(live.live_context_tokens) }} context tokens (estimated, in progress)  ·  {{ "%.0f"|format(live.live_resend_ratio * 100) }}% context re-send (measured)
{% if alarm %}
[ALARM] {{ alarm.message }}
{% else %}

No alarm — measured thresholds not tripped, or your self-baseline for this task type is still building. Silence here means nothing unusual is measured, not that the alarm feature is disabled (unless you never passed --alarm to tes serve).

{% endif %}
{{ live.domain_of_validity }}
{% else %}

No active session detected right now. This page refreshes each time you load it.

{% endif %} {% endblock %}