{% extends "base.html" %} {% block title %}Memory{% endblock %} {% block content %}

Memory

{{ entries|length }} entries from {{ attune_home }}/memory/.

{% if entries %} {% else %}

No memory entries yet. Run attune memory capture or interact with the MCP memory tools to start building one.

{% endif %} {% endblock %}