Add memory
add_memoryStores user-provided text such as task outcomes, decisions, or key details into a persistent memory store for later retrieval.
Instructions
Write a memory back to the user's store — a task outcome, a decision, or something the user just told you. It flows through the same distillation + reconciliation lifecycle as any ingested document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional short title. | |
| content | Yes | The text to remember. | |
| container_tag | No | Namespace to write to — omit to use the configured default. |