eval_gate
Evaluate memory health score in CI/CD pipelines to block deploys when quality falls below a minimum threshold. Returns pass/fail result with score.
Instructions
CI gate — pass or fail based on memory health score.
Use in CI/CD pipelines to block deploys when memory quality degrades.
Args: min_score: Minimum acceptable score (0.0 to 1.0).
Returns: JSON string with gate result (passed/failed) and score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_score | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |