| 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 }} |
{{ project }} yetSessions 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.