replay_snapshot
Reconstruct memory state at a specific timestamp to retrieve all memories and their link graph as they existed at that point in time.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | Yes | ||
| limit | No |