memvid_export
Export memory data from .mv2 files to JSON, CSV, or JSONL formats for analysis and integration with other systems.
Instructions
Export memory data to JSON, CSV, or JSONL format
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .mv2 memory file | |
| output | Yes | Output file path | |
| format | No | Export format: json (default), csv, jsonl | json |
| frame_ids | No | Export only specific frame IDs |