replay_diff
Compare memory state between two timestamps to reveal added, removed, and modified items. Track changes in agent memory over a specified time range.
Instructions
Diff memory state between two timestamps.
Shows what was added, removed, and modified in a time range. Requires Pro tier or Novyx Cloud.
Args: start: Start timestamp (ISO). end: End timestamp (ISO).
Returns: JSON string with added, removed, and modified memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |