eval_drift
Monitor memory changes over a specified time period. Shows counts of memories created, deleted, and updated to track memory churn.
Instructions
Detect memory drift over a time period.
Shows how many memories were created, deleted, and updated during the specified period. Useful for monitoring memory churn.
Args: days: Number of days to look back (default 7).
Returns: JSON string with drift metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |