import_memories
Import memory data from JSONL or a list of objects to restore backups or migrate into the system.
Instructions
Import memories from JSONL data or a list of objects.
ACTION GUIDE — when to use:
Use when restoring from a backup or migrating data into the memory system. Example: data='[{"content": "example"}]', mode='merge'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| mode | No | merge |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |