{% extends "base.html" %} {% block title %}Agent{% endblock %} {% block content %}
Monitor and manage the AI SRE agent
{% if agent_state.status == 'running' %} Running since {{ agent_state.started_at[:16] if agent_state.started_at else 'N/A' }} • {{ agent_state.iterations }} iterations {% else %} Agent is not running {% endif %}