replay_diff
Compare memory state changes between two timestamps to identify additions, removals, and modifications in your AI agent's persistent memory.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | ||
| end | Yes |