save_memory
Save a memory with dense vector embedding, category, importance, and project namespace. Conflict detection prevents duplicates, so agents can persist and retrieve relevant context locally.
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 |