hebbrix_remember
Store facts, decisions, and preferences for persistent memory. Verbatim mode saves text exactly as given without fact extraction.
Instructions
Store a memory. Use this whenever the user shares a fact, decision, or preference worth recalling later. Prefer one clear fact per call.
verbatim=True stores the text exactly as given, skipping fact-extraction. Returns {"id", "status", "importance"} or {"error"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| content | Yes | ||
| verbatim | No | ||
| collection_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||