{% extends "base.html" %} {% block content %}

🤝 Pending Approvals (HITL)

Executions with high-risk actions are paused here. Approve or reject so the graph can continue (or fail). The list updates after every action.

{% for ex in pending %}
{{ ex.agent_name }} v{{ ex.agent_version }}
{{ ex.trace_id }}
AWAITING APPROVAL
{% else %}
No executions awaiting approval.
{% endfor %}
{% endblock %}