{% extends "base.html" %} {% block title %}{{ d.summary.run_id }} — AgentSwing{% endblock %} {% block subtitle %}← all runs · {{ d.summary.target or '' }}{% endblock %} {% block content %}
None found.
{% else %} {% for i in d.issues %}{{ i.description }}
{% endif %} {% if i.evidence %}{{ i.evidence }}{{ r.transcript.error_hint }}{% endif %}
{% endif %}
{% if r.verdict and not r.verdict.errored %}
{% if r.verdict.unstable %}
{% endif %}
{% if r.verdict.reasoning %}{{ r.verdict.reasoning }}
{% endif %} {% endif %} {% if r.transcript.turns %}{{ t.user_message }}
{{ t.agent_reply or '(no reply)' }}
{% for v in t.validations if not v.passed %} {% endfor %}agentswing judge {{ d.summary.run_id }}
{% for t in d.transcripts %}
{{ turn.user_message }}
{{ turn.agent_reply or '(no reply)' }}
Nothing recorded for this run yet.
{% endif %} {% endblock %} {% block scripts %} {% if d.summary.active %} {% endif %} {% endblock %}