save_memory
Store facts, decisions, and preferences in long-term memory with local embedding and semantic indexing for retrieval across sessions.
Instructions
Save information to long-term memory. The content will be embedded locally and indexed for semantic search. Use this to store facts, decisions, preferences, or any context worth remembering across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags for categorization (e.g. ["personal", "preference"]) | |
| content | Yes | The text content to store in memory | |
| metadata | No | Optional key-value metadata to attach to this memory (e.g. { "topic": "auth", "project": "api" }) | |
| importance | No | Importance level 1-10 (default: 5). Higher = more resistant to decay | |
| memory_type | No | Memory category (default: general). Affects decay rate | general |