{% extends "base.html" %} {% block title %}thirdeye — sessions{% endblock %} {% block content %}
{% with page="sessions", saved=saved_views %} {% include "_saved_views.html" %} {% endwith %}
{% for t in filters.tag %} {% endfor %}
{% with surface="sessions", post_url="/sessions/agentic", target_id="ask-sessions-target" %} {% 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 %}