memory_temporal_recall
Access historical memory context by querying records as of a specific time and events changed since a date.
Instructions
Time-travel recall: as_of bounds records, changed_since filters events. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cue | No | Optional natural-language cue. If omitted, the records side returns recency-ordered rows bounded by as_of. | |
| as_of | No | ISO-8601 timestamp. Bounds the records side: records.created_at <= as_of. | |
| limit | No | Maximum items per side (default 10). | |
| changed_since | No | ISO-8601 timestamp. Bounds the events side: events.ts > changed_since (strict). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hits | No | ||
| _scope | No | ||
| changed_since_events | No |