export_memories
Export AI agent memories, episodes, and profiles to JSONL format for backup, archiving, or cross-system data portability.
Instructions
Export memories, episodes, and profiles to a JSONL file for backup or portability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent identifier (empty string to export all agents) | |
| output_path | Yes | File path for the JSONL output | |
| include_embeddings | No | Include embedding BLOBs as base64 (default false, usually not needed) |