eval_run
Evaluate memory health on a 0-1 scale using staleness, conflict, and superseded memory analysis. Optionally set a minimum score to act as a CI gate.
Instructions
Run a memory health evaluation.
Scores your memory quality on a 0-1 scale based on staleness, conflicts, and superseded memories. Optionally acts as a CI gate with min_score.
Args: min_score: Optional minimum score threshold. If set, returns pass/fail gate result.
Returns: JSON string with score, breakdown, and optional gate result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_score | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |