{% extends "base.html" %} {% block title %}Co-memorize bulk review{% endblock %} {% block content %}

Co-memorize bulk review

Memory hygiene candidates. Forget rows: never-recalled, old, low-confidence. Merge pairs: same user, high content overlap.

{% if result %}
Applied {{ result.applied }}, skipped {{ result.skipped }}{% if result.errors %}; errors: {{ result.errors|length }}{% endif %}.
{% endif %} {% if candidates %}
{% for c in candidates %} {% endfor %}
op content reasoning
{{ c.op_type }} {{ c.content }} {{ c.reasoning }}
{% else %} {% with message = "No bulk-review candidates. The agent's memory store is already healthy." %} {% include "_partials/empty_state.html" %} {% endwith %} {% endif %} {% endblock %}