Agent Control Room

Inspectable workforce inventory, champion health, challengers, and teams.

Dashboard

Agents

{% for agent in agents %}
{{ agent.role }} / {{ agent.scope }} / {{ agent.health.status }}

{{ agent.name }}

{{ agent.purpose|default:agent.id }}

Champion: {{ agent.champion_version|default:"none" }}

{{ agent.health.reasons|join:", " }}

{% empty %}
No agents registered.
{% endfor %}

Teams

{% for team in teams %}
{{ team.scope }} / {{ team.status }}

{{ team.name }}

{{ team.purpose }}

{{ team.members|length }} members

{% empty %}
No teams yet.
{% endfor %}