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

Memory Management

Compact and prune long-term unbounded memories across scopes.

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