{% extends "base.html" %} {% block title %}thirdeye — sessions{% endblock %} {% block content %}
{% with page="sessions", saved=saved_views %} {% include "_saved_views.html" %} {% endwith %}
{% include "sessions/_filter_form.html" %} {% with surface="sessions", post_url="/sessions/agentic", target_id="sessions-filter-form" %} {% include "_ask_panel.html" %} {% endwith %}
{% if sessions %} {% for s in sessions %} {% include "_session_row.html" %} {% endfor %}
session platform cwd started events status
{% else %}

No sessions yet.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}