{{ agent.title }}
{{ agent.purpose }}
Cooldown: {{ agent.cooldown_seconds }} seconds
Trust: {{ agent.trust_baseline }} | Permissions: {{ agent.permissions|join(', ') }}
{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Governance Agents{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{{ table_warning }}
{{ agent.purpose }}
Cooldown: {{ agent.cooldown_seconds }} seconds
Trust: {{ agent.trust_baseline }} | Permissions: {{ agent.permissions|join(', ') }}
| ID | Agent | Status | Reason | Duration | Started |
|---|---|---|---|---|---|
| {{ run.id }} | {{ run.agent_name }} | {{ run.status }} | {{ run.reason or '-' }} | {{ run.duration_ms or 0 }} ms | {{ run.started_at }} |
| No agent runs recorded yet. | |||||
| ID | Agent | Error | Created |
|---|---|---|---|
| {{ failure.id }} | {{ failure.agent_name }} | {{ failure.error }} | {{ failure.created_at }} |
| No recent agent failures. | |||
| ID | Agent | Type | Severity | Summary | Created |
|---|---|---|---|---|---|
| {{ violation.id }} | {{ violation.agent_name or '-' }} | {{ violation.violation_type }} | {{ violation.severity }} | {{ violation.summary }} | {{ violation.created_at }} |
| No governance violations recorded. | |||||
| ID | Score | Summary | Created |
|---|---|---|---|
| {{ report.id }} | {{ report.quality_score }}/100 | {{ report.summary }} | {{ report.created_at }} |
| No quality reports recorded yet. | |||