dream_ingest
Ingest periodic digest reports into long-term memory, automatically chunking and embedding content for semantic recall.
Instructions
Ingest a Hermes digest (periodic summary report) into demo.marsvault_chunks long-term memory. The content is automatically chunked into semantically meaningful segments and stored with vector embeddings for future recall. Use this for scheduled reports, daily digests, or any structured summary content that should be permanently available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The full text content of the digest to ingest. Will be automatically split into semantically coherent chunks. | |
| source_file | No | Logical file path or identifier for the source of this digest (e.g. "hermes/daily/2026-06-10") | |
| section | No | Optional section label prefix to tag all resulting chunks | |
| tags | No | Tags for categorization (e.g. ["digest", "daily", "report"]) | |
| type | No | Chunk type label | digest |
| date | No | Date for this digest in YYYY-MM-DD format. Defaults to today if omitted. | |
| body | No | Target persona profile for storage | demo |
| visibility | No | Access level: "private" = owner only, "shared" = cross-profile, "global" = system-wide | private |
| origin | No | Origin marker identifying where this content came from | hermes-coco-digest |
| max_chunk_chars | No | Maximum character length per chunk (default 1200). Larger values = fewer, longer chunks. |