Total Actions
{{ evals_summary.total }}
Quality, patterns, and cost — everything the audit stream compounds into, in one place.
Decision breakdown, pass/deny rate, and drift vs. the prior window.
{{ evals_summary.total }}
{{ evals_summary.pass_rate }}%
{{ evals_summary.failing }}
8-Day Decision Trend
Top agents by blocks, top blocked action types, and recent lessons captured from denials.
| Agent | Blocked Actions | Risk Level |
|---|---|---|
|
{{ agent }}
|
{{ count }} | {% if count > 5 %} High {% elif count > 1 %} Medium {% else %} Low {% endif %} |
Unattributed actions come from hooks or wrappers without an agent id — pass agent_id in your integration to attribute them.
When Suvra blocks or flags an agent action, the reasoning appears here as institutional knowledge.
Simulate an action{{ lesson.takeaway }}
{% if lesson.action_json %}{{ lesson.action_json }}
Action-type distribution and cost-to-outcome figures.
{{ analytics_summary.total_events }}
{{ analytics_summary.unique_agents }} unique agents
{{ analytics_summary.pass_rate }}%
{{ analytics_summary.deny_rate }}%
{{ "%.2f"|format(analytics_summary.token_capital_index) }}
Compounding rate: {{ "%.2f"|format(analytics_summary.compounding_rate) }}
| Action Type | Count |
|---|---|
| {{ action }} | {{ count }} |