memory_admin
Manage memory system with administrative actions—view statistics, run background jobs, extract entities, check contradictions, create graph links, or delete memories.
Instructions
Administrative operations: statistics, background jobs, entity/contradiction maintenance, manual graph links, and deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | check_contradictions: maximum candidates to return. | |
| action | Yes | 'stats': system statistics. 'dream_status': background job queue snapshot. 'run_dream_jobs': drain pending dream-cycle jobs in-process. 'extract_entities': re-extract entities for a memory (idempotent). 'check_contradictions': dry-run contradiction check, no links created. 'link': create a directed graph link between two memories. 'delete': delete a memory and all its graph links (destructive). | |
| max_jobs | No | run_dream_jobs: process at most this many jobs. None = drain queue. | |
| strength | No | link: link strength 0.0-1.0. | |
| memory_id | No | Memory UUID. Required for extract_entities/check_contradictions/delete. | |
| created_by | No | link: agent creating this link. | |
| to_memory_id | No | link: target memory UUID. | |
| hot_threshold | No | check_contradictions: similarity threshold for hot-zone candidates. | |
| relation_type | No | link: relationship type. Required for link. | |
| from_memory_id | No | link: source memory UUID. | |
| warm_threshold | No | check_contradictions: similarity threshold for warm-zone candidates. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||