memory_store
Store important information such as decisions, preferences, and facts in long-term vector memory. Automatically deduplicates and filters noise for reliable recall across sessions.
Instructions
Save important information to long-term vector memory. Auto-deduplicates and filters noise. Use for decisions, preferences, facts, project context — anything worth remembering across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Information to remember — be specific | |
| scope | No | agent:primary (private), global (shared), project:alpha, project:beta | agent:primary |
| category | No | other | |
| importance | No | 0-1 (default: 0.7) |