memory_import
Import memories from JSON format with replace, merge, or append strategies to manage persistent memory and cross-session context.
Instructions
Import memories from JSON format. Rate limited: 60s cooldown.
Args: data: List of memory dictionaries with content, metadata, tags, created_at strategy: "replace" (clear all first), "merge" (skip duplicates), or "append" (add all)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| strategy | No | append |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |