{% extends "control_plane/base.html" %} {% block content %}

{{ version.agent }} v{{ version.version }}

{{ version.system_contract }}

{{ health.status }}

Champion / Challenger

Status: {{ version.promotion_status }}

Benchmark: {{ version.benchmark_status }}

Parent: {{ version.parent_version_id|default:"none" }}

Challengers

{% for challenger in challengers.challengers %}

{{ challenger.agent }} v{{ challenger.version }}

{% empty %}

No challengers.

{% endfor %}

Model / Policies

{{ version.model }}

{{ version.context_policy }}
{{ version.tool_policy }}

Health Reasons

{% for reason in health.reasons %}

{{ reason }}

{% endfor %}

Competencies

{% for c in version.competencies %}

{{ c.competency__key }} / proficiency {{ c.proficiency }} / confidence {{ c.confidence }}

{% empty %}

No competencies.

{% endfor %}

Performance

{{ performance }}

Usage

{{ usage }}

Progeny

{{ progeny }}
{% endblock %}