mcp_engram_query_with_momentum
Retrieve evolving concepts by blending semantic similarity with conceptual trajectory. Ideal for tracking actively changing knowledge, unlike standard recall for stable facts.
Instructions
Momentum-assisted recall: blends semantic similarity (q tensor, 80%) with conceptual trajectory (p tensor, 20%). Optional α re-weight (default true): multiplies blend by edge_volatility_scale(min goal-edge α) so static structure ranks above high-churn succession edges (RSI Cycle 24). WHEN TO USE INSTEAD OF recall: When you want concepts that are actively changing or evolving. Use regular recall for stable crystallized knowledge. Supports zedos_filter incl. 'training'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Number of results to return (default: 5, max: 20) | |
| query | Yes | Natural language query | |
| zedos_filter | No | Optional: filter by memory type (same values as mcp_engram_recall, including 'training' for ZEDOS_TRAINING / richer CLS blocks). Leave unset for all types. | |
| alpha_weighted | No | Optional override. Omit → ENGRAM_ALPHA_SPEED_GATE master (default on). true: re-weight 80/20 by goal-edge α; false: pure q/p blend. |