{% if agents %} {% for agent in agents %}
{{ agent.model }}
{% if agent.description %}{{ agent.description }}
{% else %}No description provided for this agent.
{% endif %} {% if agent.tags %}No agents are currently configured in your workspace. Add one to get started.