{% 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 %} Pick eval… {% for d in eval_defs %} {{ d }} {% endfor %} Pick agent… {% for a in agents %} {{ a }} {% endfor %} Dispatch {% if sessions %} session platform cwd started events status {% for s in sessions %} {% include "_session_row.html" %} {% endfor %} {% else %} No sessions yet. {% endif %} {% endblock %} {% block scripts %} {% endblock %}
No sessions yet.