mcp_engram_batch_remember
Stores multiple unrelated texts as distinct memories in a single operation, using thermodynamic CRS gating for each block. Saves time compared to sequential remembers.
Instructions
BEHAVIOR: Encodes and stores multiple distinct texts as separate HolographicBlock memories in a single operation. Applies thermodynamic CRS gating to each block. USAGE: Call this when you have several unrelated facts, decisions, or snippets to persist at once, as it is much faster than invoking remember() sequentially N times. OUTPUT: A confirmation listing how many concepts were successfully committed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | Array of {concept, text} objects to store |