Export memory to JSON
export_memoryExport stored preferences, lessons, and profile—plus optional raw interactions—to a JSON file within data/exports/. Returns the file path, byte size, and a JSON preview for easy verification.
Instructions
Export preferences, lessons, profile (and optionally raw interactions) to a JSON file under data/exports/. Only writes inside that directory. Returns the file path, size in bytes and a JSON preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Output file name inside data/exports/ (only A-Z a-z 0-9 . _ - allowed, must end with .json). Defaults to memory-export-YYYYMMDD-HHmmss.json | |
| includeInteractions | No | Include raw interaction rows in the export (file gets bigger) |