{% extends "base.html" %} {% block title %}Command Center — My Health in Good Hands{% endblock %} {% block head %} {% endblock %} {% block content %}

My Health in Good Hands

Loading agent state…

records
flags
tasks
actions/24h

Readiness Pipeline

Loading…

System Status

Loading…

Your Health Agents

{# Server-rendered initial grid; JS replaces with live state on load #} {% for a in agents %}
{{ a.emoji }}
{{ a.name }}
{% if a.role %}
{{ a.role }}
{% endif %}
{{ a.description }}
— actions/7d — chats — tasks
{% endfor %}

OpenClaw Live Sessions

Loading…

Latest Actions

Loading…

Recent Conversations

Loading…

Pending Tasks

Loading…

Active Insights

Loading…

Data Sources

Loading…

Skills & Capabilities

Loading…
{% endblock %}