vmn_ingest
Ingest text into a local offline-first memory vault to generate a SHA-256 shard hash for deterministic content-addressed retrieval.
Instructions
Ingest text into the local Vanguard Memory Vault. Returns a SHA-256 shard hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags | |
| text | Yes | The text content to ingest and shard locally | |
| title | No | Optional human-readable title | |
| source | No | Optional source label | |
| namespace | No | Optional namespace (default: "default") | |
| content_type | No | Optional content type (default: "text/plain") |