| Source | Filter | Enabled |
|---|---|---|
| {{ sub.source }} | {% if sub.filter %}{{ sub.filter | tojson }}{% else %}match all{% endif %} |
No subscriptions registered.
{% endif %}| Schedule | Source | Last run | Enabled |
|---|---|---|---|
{{ cron.schedule }} |
{{ cron.source }} | {{ cron.last_run_at | time_span }} |
| Session | Item | Events | Tokens | Est. cost | Started | Last activity |
|---|---|---|---|---|---|---|
|
{% if s.ai_title %}
{{ s.ai_title }}
{{ s.session_id }}
{% else %}
{{ s.session_id }}
{% endif %}
|
{% if s.item_id %}#{{ s.item_id }}{% else %}—{% endif %} | {{ s.event_count }} | {% if s.input_tokens or s.output_tokens %} {{ s.input_tokens|fmt_tokens }} in / {{ s.output_tokens|fmt_tokens }} out {% else %}—{% endif %} | {% if s.estimated_cost_usd is not none %}{{ s.estimated_cost_usd|fmt_cost }}{% else %}—{% endif %} | {{ s.first_seen | time_span }} | {{ s.last_seen | time_span }} |
No sessions captured for this agent yet.
{% endif %}| # | Source | Handler | Status | Attempts | Created | Claimed by | Trace | |
|---|---|---|---|---|---|---|---|---|
| {{ item.id }} | {{ item.source }} | {% if item.handler %}{{ item.handler }}{% else %}—{% endif %} | {{ item.status.value }} | {{ item.attempts }} | {{ item.created_at | time_span }} | {{ item.claimed_by or "—" }} | {% set sid = item_to_session.get(item.id) %} {% if sid %}{{ sid[:8] }}…{% else %}—{% endif %} | |
|
Payload
{{ item.payload | pretty_json }}Result
{{ item.result | pretty_json }}Last error
{{ item.last_error }} |
||||||||
No items yet.
{% endif %}