gc
Removes memories with retention below threshold, with dry-run mode to preview without deleting.
Instructions
Garbage collect stale memories below retention threshold. Defaults to dry_run=true for safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If true (default), only report what would be deleted without actually deleting | |
| max_age_days | No | Only delete memories older than this many days (optional additional filter) | |
| min_retention | No | Delete memories with retention below this threshold (default: 0.1) |