{% extends 'base.html' %} {% block content %}

Recent Runs

Showing {{ runs|length }} transcript(s)
{% for r in runs %} {% endfor %}
Time File Winning Agents Rounds Actions
{{ r.timestamp or '-' }} {{ r.file }} {{ r.winning_agents|join(', ') }} {{ r.rounds }} View
{% endblock %}