replay_snapshot
Reconstruct memory state and link graph as they existed at a given timestamp. Use to audit or roll back to previous memory configurations.
Instructions
Reconstruct memory state at a specific point in time.
Returns all memories and their link graph as they existed at timestamp T. Requires Pro tier or Novyx Cloud.
Args: at: ISO timestamp to reconstruct state at. limit: Maximum memories to return (default 500).
Returns: JSON string with memory snapshot and edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |