{{ backend }}
Memory audit.
Inspect, edit, pin, archive, and delete user-owned Smriti AI memories. Auth required.
{{ entries|length }} visible entries for {{ user_id }}
| Memory | Scope | Flags | Actions |
|---|---|---|---|
| {{ entry.session_id }} / {{ entry.topic_id }} {{ entry.source }} ยท {{ entry.entry_id }} |
{% if entry.pinned %}pinned{% endif %} {% if entry.archived %}archived{% endif %} | {% for action, label, klass in [("unpin" if entry.pinned else "pin", "Unpin" if entry.pinned else "Pin", "warning"), ("unarchive" if entry.archived else "archive", "Unarchive" if entry.archived else "Archive", "secondary"), ("delete", "Delete", "danger")] %} {% endfor %} | |
| No memories found. Inject facts through the demo or API first. | |||