{{ agent }}

{% if agent_row and agent_row.description %}
{{ agent_row.description }}
{% endif %}
{% if agent_row %} {% if agent_row.model %} model {{ agent_row.model }} {% endif %} concurrency {{ agent_row.concurrency }} project {{ agent_row.project }} {% endif %}

Subscriptions ({{ subs | length }})

{% if subs %} {% for sub in subs %} {% endfor %}
SourceFilterEnabled
{{ sub.source }} {% if sub.filter %}{{ sub.filter | tojson }}{% else %}match all{% endif %}
{% else %}

No subscriptions registered.

{% endif %}
{% if crons %}

Cron triggers ({{ crons | length }})

{% for cron in crons %} {% endfor %}
ScheduleSourceLast runEnabled
{{ cron.schedule }} {{ cron.source }} {{ cron.last_run_at | time_span }}
{% endif %}

Recent sessions ({{ agent_sessions | length }})

{% if agent_sessions %} {% for s in agent_sessions %} {% endfor %}
SessionItemEventsStartedLast activity
{{ s.session_id[:8] }}… {% if s.item_id %}#{{ s.item_id }}{% else %}{% endif %} {{ s.event_count }} {{ s.first_seen | time_span }} {{ s.last_seen | time_span }}
{% else %}

No sessions captured for this agent yet.

{% endif %}

Inbox items ({{ items | length }})

{% if items %} {% for item in items %} {% endfor %}
#SourceStatusAttempts CreatedClaimed byTrace
{{ item.id }} {{ item.source }} {{ 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 %}
{% else %}

No items yet.

{% endif %}