remember
Store facts, preferences, or notes in local long-term memory for retrieval across sessions.
Instructions
Store a fact or note in long-term memory.
Fully local -- embeds the text with a local model and writes it to a local
SQLite file. No LLM call, no network. Use this whenever the user tells you
something worth remembering across sessions (preferences, facts, decisions).
Args:
content: The text to remember (a fact, preference, or note).
user_id: Namespace to store under (default "default"). Use per-end-user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| user_id | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |