{% extends "base.html" %} {% block breadcrumbs %} › Traces{% endblock %} {% block title %}Traces — {{ site_title }}{% endblock %} {% block content %}
Every agent invocation, with the steps it took to get there.
| Trace | Agent | Session | Input | Output | Steps | Tokens | Status | Duration |
|---|---|---|---|---|---|---|---|---|
| {{ t.short_id }} | {{ t.agent }} | {{ t.session_id | short(14) or '—' }} | {{ t.input | short(45) }} | {{ t.output | short(45) }} | {{ t.steps }} | {{ t.total_tokens | number }} | {{ t.status }} | {{ t.duration_s | duration }} |
No traces yet.
{% endif %}