Remember
rememberCreate a durable memory entry in a local vault for persistent storage and retrieval by agents. Supports tagging, typing, scoping, and confidence levels.
Instructions
Create a durable memory entry in the local vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Lower-friction labels used for filtering. | |
| type | No | Kind of memory. | |
| scope | No | Who or what this memory applies to. | |
| source | No | Where this memory came from. | |
| content | Yes | The memory content to store. | |
| metadata | No | Small JSON object for source references or app metadata. | |
| namespace | No | Project, company, repo, or user namespace. | |
| sensitive | No | Hide from default search/list/get results. | |
| confidence | No | Confidence from 0 to 1. | |
| expires_at | No | Optional ISO timestamp when the memory expires. |