{% extends "base.html" %} {% block title %}Agents - Memorizz{% endblock %} {% block content %}
{{ agents|length }} agent{% if agents|length != 1 %}s{% endif %} found
{{ agent.instruction[:150] }}{% if agent.instruction|length > 150 %}...{% endif %}
There are no agents stored in this memory provider.