add_memory
Stores user preferences, facts, or instructions as persistent memories for recall across sessions.
Instructions
Add a new persistent memory or fact to Hystersis. Use this when the user shares a preference, fact, or instruction that should be remembered across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content of the memory or fact | |
| user_id | No | Optional user ID to associate the memory with | |
| category | No | Category of the memory (e.g., preference, fact, code_style) |