replay_recall
Reconstruct memory state at a past timestamp to run semantic search queries. Understand how agent context evolved over time.
Instructions
Time-travel recall — what would search have returned at a past timestamp?
Reconstructs the memory state at a historical point and runs a semantic search against it. Powerful for understanding how agent context evolved. Requires Pro tier or Novyx Cloud.
Args: query: Search query. at: ISO timestamp to search at. limit: Maximum results (default 5).
Returns: JSON string with historical search results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | Yes | ||
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |