memory_delta
Fetch all memory written or updated after a specified timestamp, enabling custom time range catch-up.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |