{% if agents %} {% for a in agents %} {% if a.is_active %}{% else %}○{% endif %} {{ a.agent_id | e }} {{ "%.1f"|format(a.trust_level) }} {{ a.total_actions }} {{ a.blocked_count }} ({{ a.blocked_pct }}%) {% endfor %} {% else %}
NO ACTIONS RECORDED

Start your agent to see live data here.
plyra-guard is active and listening.
{% endif %}