{% extends "base.html" %} {% block title %}Command Center - Vindicara{% endblock %} {% block content %}
Runtime security for autonomous AI
| Agent | Status | Tools | ID |
|---|---|---|---|
| {{ agent.name }} | {% if agent.status.value == "active" %} Active{% elif agent.status.value == "suspended" %} Suspended{% else %} Idle{% endif %} | {{ agent.permitted_tools | length }} | {{ agent.agent_id }} |
| No agents registered | |||
| Policy | Rules | Status |
|---|---|---|
| {{ policy.name }} | {{ policy.rule_count }} | {% if policy.enabled %}Enabled{% else %}Disabled{% endif %} |