{% extends "base.html" %} {% block content %}
{% include 'partials/_admin_banner.html' %}

Memory Management

Compact and prune long-term unbounded memories across scopes.

{% if result %}
{{ result }}
{% endif %} {% if error %}
{{ error }}
{% endif %}
Trigger Compaction
{% endblock %}