{% extends "base.html" %} {% from 'components/_macros.html' import status_badge, empty_state %} {% block content %}

Runs

{% if executions %}
{% endif %}

Execution Details
{% if executions %}

No executions match filter

{% else %}

No executions yet

Run from FastAPI
{% endif %}
Loading...
{{ empty_state('Select an execution to view details', 'Click on any run from the left sidebar') }}

Inputs


            

Outputs

💥
Error

                        

            

Step Execution History

No steps executed yet

{% endblock %}