remember
Store a memory with optional tag for decay rate, categories for semantics, and namespace for scope isolation.
Instructions
Store a memory with optional tag, categories, and namespace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Decay tier: core=permanent, crucial=slow decay, default=normal decay | |
| author | No | Who created this memory | |
| source | No | Origin context (tool, conversation, consolidation) | |
| content | Yes | The text content to remember | |
| project | No | Project scope for filtered retrieval | |
| namespace | No | Scope isolation (e.g., 'echo', 'cat', 'shared') | |
| categories | No | Semantic categories (e.g., ['preference', 'user']) |