memory_save
Save insights, patterns, or debugging solutions with semantic embedding for later retrieval. Automatically summarizes verbose content to preserve key information.
Instructions
Save a memory with semantic embedding. Use after learning something valuable.
Args:
content: Memory content. Format: '[CATEGORY] - [insight]. Context: [where]. Rationale: [why]'
category: One of PATTERN, CONFIG, DEBUG, PERF, PREF, INSIGHT, API, AGENT
tags: Optional tags for categorization (auto-extracted if summarize=True)
summarize: Use LLM to intelligently summarize verbose content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| category | No | INSIGHT | |
| tags | No | ||
| summarize | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |