Add Long-Term Memory
addLongTermMemoryStore persistent memory with optional associations to other nodes for continuous learning and reasoning in AI systems.
Instructions
Create a new persistent memory node with optional associations to other nodes
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The memory text to store | |
| associations | No | Array of associated memory node IDs |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The new memory node ID | |
| error | No | ||
| success | Yes |