{{ flash(flash_status, flash_message) }} {# ── Agents Panel ─────────────────────────────────────────── #}

Agents

Status and controls for configured agents.

{% if running %} {% else %} {% endif %}
{% if bots %}
{% for bot in bots %} {{ bot_card( alias=bot.alias, running=bot.is_running, model=bot.model_display, channels=bot.channel_types) }} {% endfor %}
{% else %}

No agents configured.

{% endif %}
{# ── Orchestration Panel ──────────────────────────────────── #}

Orchestration

Delegated jobs, subagent activity, and recent events.

{# Summary strip — single horizontal row of colored counts #}
Loading…
{# Subagent filter pills #}
{# Jobs — grouped by status #}
{# Schedules & Reminders #}
Schedules & Reminders 0
{# Events — timeline #}
Recent Events
{# ── Provider Connections Panel ───────────────────────────── #}

Provider Connections

OAuth connection status for supported providers.

{% for provider in oauth_providers %}
{{ provider.label }}
{{ provider.status }} — {{ provider.detail }}
{% if provider.action_label %}
{% endif %}
{% endfor %}
{# ── Configuration Panel ──────────────────────────────────── #}

Configuration

System-wide settings and defaults.

{{ config_form | safe }}