Graph Ingest
graph_ingestQueue a document for async extraction into the memory graph, or check the ingest backlog. Use for files that don't need immediate conversation reflection.
Instructions
Queue a document for asynchronous extraction into the memory graph (mode='queue'), or check the ingest backlog (mode='status'). Use this when you have a file the user wants summarized into the graph but doesn't need it reflected in the same conversation — the nightly dream process picks queued documents up. For inline assertions during a conversation, call graph_relate directly instead. Idempotent: queueing the same file twice overwrites the prior copy in the pending dir.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | queue: add file to pending. status: check queue. | |
| file_path | No | Path to file to queue (required for queue action) | |
| meta | No | Optional metadata for the queued document |