{% extends "base.html" %} {% block title %}Flow — Team Architecture{% endblock %} {% block nav_extra %} {{ super() }} Fleet {% endblock %} {# ── Macro definitions (must precede use) ──────────────────────────────── #} {% macro tier_for_status(status) -%} {%- if status == "running" %}tier-running {%- elif status == "waiting" %}tier-waiting {%- elif status == "error" %}tier-error {%- elif status == "idle" %}tier-idle {%- elif status == "stopped" %}tier-stopped {%- else %}tier-unknown {%- endif -%} {%- endmacro %} {% macro flow_node(node, depth) %} {% set has_children = node.children|length > 0 %} {% set is_collapsed = depth > 2 %}
Parent-child relationships between sessions, showing supervisor-worker topologies. Click any session to view its detail.
{% if nodes %}No sessions found.