save_memory
Save a memory by specifying category, topic, and content to store it in long-term memory for future retrieval.
Instructions
Save a memory to the long-term storage.
Args:
category: The category of the memory (e.g., "architecture", "preference", "bug_fix")
topic: A short descriptive title for the memory
content: The detailed memory/decision text
Returns:
A dictionary with status, doc_id, topic, and category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| content | Yes | ||
| category | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||