nero_memory_dump
Export agent memory bus entries to a JSON file for recovery, monitoring, and reporting. Optionally filter by key prefix.
Instructions
Export memory bus entries matching a prefix to a JSON file on disk. Use for pipeline recovery, monitoring, and reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Key prefix to filter entries (e.g., 'swarm'). Empty string exports all entries. | |
| output_path | Yes | Absolute file path to write the JSON export (e.g., '/tmp/nero_memory_snapshot.json') |