memory_export_dataset
Export high-signal memories as instruction-output training pairs for fine-tuning. Filters by importance and confidence to produce quality JSONL datasets.
Instructions
Export high-signal rows (auto-extracted learnings + agent reflections) as instruction→output training pairs (pairs/chatml/alpaca) for a project LoRA/distillation flywheel. Read-only, quality-filtered by importance/confidence. Training stays out of the repo — this only emits the JSONL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Memory scope for isolation | |
| namespace | No | Namespace within scope (e.g., project name, team name) | |
| format | No | Output shape: {prompt,completion} | ChatML messages | Alpaca instruction/output. | pairs |
| min_importance | No | Quality floor on importance_score. | |
| min_confidence | No | Quality floor on confidence_score. | |
| limit | No | Max training pairs to emit. |