{% extends "base.html" %} {% block content %}

Memory

By type

{% for type_, n in type_counts.items() %}
{{ n }}{{ type_ }}
{% else %}

No memory records yet.

{% endfor %}

By status

{% for status, n in status_counts.items() %}
{{ n }}{{ status }}
{% endfor %}

Recently updated

{% for m in records %} {% else %} {% endfor %}
SubjectTypeStatusScopeConfidenceUtilityUpdated
{{ m.subject }} {{ m.type.value }} {{ m.status.value }} {{ m.scope.value }} {{ "%.2f" | format(m.confidence) }} {{ "%.2f" | format(m.utility_score) }} {{ m.updated_at }}
No memory records yet.
{% endblock %}