commit
Snapshot the persistent memory graph to a portable file for migration, restore, or offline archive. Choose from abhi, backup, or bundle formats.
Instructions
Snapshot the current memory graph to a portable file (waggle commit). Exports a JSON backup for migration, restore drills, or offline archive. Use commit_format='abhi' (default) for a full .abhi export, or 'backup' for a raw JSON backup. Returns the output path, schema version, and object counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Override the secret-scan refusal if transcript records contain likely secrets. Use only after deliberate review. | |
| project | No | Optional project or workspace name used to partition memory. | |
| agent_id | No | Optional agent or client identifier used to partition memory. | |
| session_id | No | Optional conversation or run identifier used to partition memory. | |
| output_path | No | Optional destination file path. If omitted, Waggle chooses an export path. | |
| commit_format | No | 'abhi' (default) exports a validated .abhi memory file; 'backup' exports a raw JSON backup; 'bundle' exports a portable Markdown/JSON context bundle. | abhi |
| include_low_confidence_edges | No | When true, include RELATES_TO edges with edge_confidence < 0.7 that are normally filtered from exports. |