{% extends "dashboard/base.html" %} {% block title %}Agents — {{ dashboard_title }}{% endblock %} {% block page_title %}Agents{% endblock %} {% block content %}
Manage and monitor your AI agents.
{{ agent.model }}
{% if agent.description %}{{ agent.description }}
{% else %}No description provided for this agent.
{% endif %} {% if agent.tags %}Personal agents that require your configuration will appear here.