memory_delta
Retrieve memories written or updated after a specified timestamp to catch up on changes within a custom time range.
Instructions
Get all memory written or updated after a timestamp.
Use when you need to catch up on a specific time window. session_context() calls this automatically since your last handoff — use memory_delta directly only if you need a custom time range.
Args: since: ISO 8601 timestamp, e.g. "2026-05-01T12:00:00.000Z".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | Yes | ISO 8601 timestamp, e.g. "2026-05-01T12:00:00.000Z". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |