remember
Store key facts, preferences, and decisions in persistent memory so they can be recalled in future sessions.
Instructions
Store a long-term memory. Use this whenever the user states a preference, decision, fact, or piece of context worth recalling in future sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags for categorization. | |
| source | No | Who created the memory. Default: user. | |
| content | Yes | The memory text to store. | |
| project | No | Optional project name to scope this memory. | |
| importance | No | 0..1 importance score. Default: 0.5. |