{% extends 'eval/base.html' %} {% load static %} {% block title %}Traces | Eval Admin{% endblock %} {% block extra_scripts %} {% endblock %} {% block action_bar %} Traces {% endblock %} {% block content %}
{% include "eval/components/_run_filters.html" %} {% include "eval/components/_trace_table.html" with title="All traces" columns=table_columns actions=trace_table_actions %}

Trace Library — debugging surface for inspecting raw parsed data. Re-parse re-derives spans, tool call links, and execution paths from raw JSON without re-ingesting.

{% endblock %}