{% extends "dashboard/base.html" %} {% block title %}Agents — {{ dashboard_title }}{% endblock %} {% block page_title %}Agents{% endblock %} {% block content %}

Agents

Manage and monitor your AI agents.

{% if workspace_errors %}
warning
Workspace loaded with warnings
{% for err in workspace_errors %}
{{ err }}
{% endfor %}
{% endif %}
{% include "dashboard/_agent_cards.html" %}
{% endblock %}