memory_save
Store a new memory in the knowledge graph. Input the memory content to persist it long-term, along with optional keywords, category, and settings.
Instructions
Save a new memory to the knowledge graph.
Args: content: The memory content to save (Korean or English text). keywords: Optional list of keywords. Auto-extracted if not provided. category: Memory category. One of: fact, preference, experience, emotion, technical, core_principle. Defaults to "auto" which auto-classifies from content. related_ids: Optional list of memory IDs to link as related. immutable: If True, memory cannot be updated or deleted. pinned: If True, memory is protected from the forgetting pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pinned | No | ||
| content | Yes | ||
| category | No | auto | |
| keywords | No | ||
| immutable | No | ||
| related_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |