remember
Store key information like decisions, preferences, or notes for later retrieval. Set a memory type and optional expiration to keep relevant context accessible across conversations.
Instructions
Store a memory for later retrieval.
Memory types: conversation, status, decision, preference, doc, note TTL options: session (24h), day, week, month, permanent (default)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time-to-live | permanent |
| path | No | Codebase path for auto-loading | |
| tags | No | Optional tags | |
| content | Yes | The memory content to store | |
| memory_type | Yes | Memory type |