save_memory
Store a new memory with vector embedding, category, importance, and project scope, while conflict detection prevents duplicate or contradictory entries for reliable retrieval.
Instructions
Save a new memory node with dense vector embedding, category, importance, project namespace, and conflict detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | system | |
| content | Yes | ||
| project | No | default | |
| category | No | general | |
| importance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |