{% extends "base.html" %} {% import "_macros.html" as macros %} {% block title %}Agents - Memorizz{% endblock %} {% block content %}
{{ agents|length }} agent{% if agents|length != 1 %}s{% endif %} found
There are no agents stored in this memory provider.