{% extends "base.html" %} {% block title %}Command Center - Vindicara{% endblock %} {% block content %}

Command Center

Runtime security for autonomous AI

Active Policies
{{ stats.policy_count }}
Active Agents
{{ stats.agent_count }}
Events Recorded
{{ stats.event_count }}
System Status
HEALTHY
Run Live Demo Test Policy View Agents
Active Agents
{% for agent in agents %} {% endfor %} {% if not agents %}{% endif %}
AgentStatusToolsID
{{ 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
Policies
{% for policy in policies %} {% endfor %}
PolicyRulesStatus
{{ policy.name }} {{ policy.rule_count }} {% if policy.enabled %}Enabled{% else %}Disabled{% endif %}
{% endblock %}