{% extends "base.html" %} {% block breadcrumbs %} › Traces › {{ trace.short_id }}{% endblock %} {% block title %}Trace {{ trace.short_id }} — {{ site_title }}{% endblock %} {% block content %}
{{ trace.status }} {{ trace.agent }} · {{ trace.steps }} step{{ '' if trace.steps == 1 else 's' }} · {{ trace.total_tokens | number }} tokens · {{ trace.duration_s | duration }}
{{ trace.error }}{% endif %}
in: {{ item.span.input }}
out: {{ item.span.output }}
{%- if item.span.usage %}
use: {{ item.span.usage }}
{%- endif %}
{%- if item.span.error %}
err: {{ item.span.error }}
{%- endif %}
No spans recorded — tracing may be disabled.
{% endif %}