pull
Import a memory file (.abhi or JSON backup) into the current knowledge graph. Runs integrity, schema, and constraint checks before merging, then reports creation and update counts.
Instructions
Load a memory file into the current graph (waggle pull). Accepts a .abhi file (default) or a raw JSON backup. Runs integrity verification, schema validation, and constraint checks before merging. Returns counts for created and updated nodes and edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | Path to the .abhi or JSON backup file to import. | |
| pull_format | No | 'abhi' (default) imports a .abhi memory file; 'backup' imports a raw JSON backup. | abhi |