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