{% extends "dashboard/base.html" %} {% block title %}Conversations — {{ dashboard_title }}{% endblock %} {% block page_title %}Conversations{% endblock %} {% block content %}
Track and monitor multi-turn agent sessions and cumulative usage.
Total Conversations
Active This Week
Total Dynamic Sessions
| Session ID | Agent | Turns | Total Cost | Tokens | Last Activity |
|---|---|---|---|---|---|
|
|
{{ agent_names.get(row.agent_id, row.agent_id) }} | {{ row.execution_count }} | {{ format_cost(row.total_cost_usd) }} | {{ (row.total_input_tokens + row.total_output_tokens) | int }} | {{ relative_time(row.last_activity) }} |
Conversations appear here when agents are used. Each session tracks multi-turn history and usage metrics.