hipocampo_budget
Optimize memory usage by analyzing and automatically tiering data into HOT, WARM, or COLD storage. Run dry run to preview effects or execute to apply tiering.
Instructions
Gestiona el presupuesto de memoria (budget + tiering automático).
3 tiers:
HOT: embedding presente (memoria_vectorial con pgvector)
WARM: embedding=NULL (excluido de HNSW, sigue buscable léxicamente)
COLD: contenido movido a memoria_historica (fuera de búsqueda principal)
Protecciones: automatica/semantica/critico/enlazadas → exemptas.
Args: dry_run: True (default) = solo análisis. False = ejecuta tiering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |