Agents
Status and controls for configured agents.
{% 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.
Orchestration
Delegated jobs, subagent activity, and recent events.
Loading…
{# Subagent filter pills #}
{# Jobs — grouped by status #}
{# Schedules & Reminders #}
Schedules & Reminders
0
▾
Recent Events
Provider Connections
OAuth connection status for supported providers.
{% for provider in oauth_providers %}
{% if provider.action_label %}
{% endif %}
{% endfor %}
{{ provider.label }}
{{ provider.status }} — {{ provider.detail }}
Configuration
System-wide settings and defaults.