import_memories
Import memories, episodes, and profiles from JSONL files with automatic deduplication, agent ID remapping, and dry-run preview support.
Instructions
Import memories, episodes, and profiles from a JSONL file. Idempotent via msg_id deduplication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | Path to the JSONL file to import | |
| target_agent_id | No | Remap all records to this agent ID (empty to use original agent_id from file) | |
| dry_run | No | Count records without writing to DB (preview mode) |