Sessions · {{ project }}

{{ sessions | length }} session{{ '' if sessions | length == 1 else 's' }}
{% if sessions %}
{% for s in sessions %} {% endfor %}
Session Agent Item Events Started Last activity
{{ s.session_id[:8] }}… {% if s.agent %}{{ s.agent }}{% else %}{% endif %} {% 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 in {{ project }} yet

Sessions appear here once one of this project's agents runs the Claude SDK and ships a trace to the hub.

See Examples for a minimal agent you can copy-paste.

{% endif %}