{% extends "web/base.html" %} {% block title %}Harness Topology | tcx{% endblock %} {% block page_label %}Harness{% endblock %} {% block content %}
Full topology

Main agent, subagents, skills, tools, and gates.

tcx keeps Codex orchestration native while exposing the harness state through Django.

Prepare Codex prompt
{% include "web/fragments/topology_canvas.html" %}
Health checks

Harness status

{% for check in health.checks %}
{{ check.status }} {{ check.label }} {{ check.value }}
{% endfor %}
{% endblock %}