{% extends "base.html" %} {% block title %}Memory - Invincible{% endblock %} {% block content %}
{{ total }} memor{{ 'y' if total == 1 else 'ies' }} {% if q %} matching {{ q }}{% endif %} · who saved what, when, across which projects.
{% if graph.summary.truncated %} {% endif %}{% for source, count in graph.summary.by_source.items() %} {{ source }} ({{ count }}) {% endfor %}
{% else %}No memories{% if kind %} of kind {{ kind }}{% endif %} yet. Save some above, through chat, or let a connected AI save them via MCP.
{% endif %}Oldest left, newest right, colored by source.