{% extends "base.html" %} {% block title %}Trace {{ run_id[:8] }} — AgentPulse{% endblock %} {% block content %}
Run {{ run_id[:8] }}
{{ task_type }} · {{ timestamp|et('%Y-%m-%d %H:%M') }}
Select an agent turn, LLM call, or tool call to inspect it.
{% endblock %}