Remember
rememberSave durable local memory items with optional tags, sources, and expiration. Filter and recall memories without hosted accounts or databases.
Instructions
Save a durable local memory item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional lowercase-ish tags for later filtering. | |
| text | Yes | Memory text to save. | |
| source | No | Optional source label, such as repo, thread, or tool name. | |
| expiresAt | No | Optional ISO timestamp after which recall excludes this memory. | |
| namespace | No | Optional project, user, or client namespace. |