nanomem_changes
Get memory changes from a time window (oldest first) without writing a query. Use it to catch up on what you learned since last week or while away.
Instructions
What the memory learned in a time window, oldest first, with no query needed. Use this for 'what did I tell you since last week' or to catch up on what changed while away.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Cap the number of rows. | |
| since | Yes | YYYY-MM-DD, ISO timestamp, or unix time (exclusive). | |
| until | No | Upper bound, inclusive. Defaults to now. |