reconstruct_memory
Navigate the reconstructive memory graph to answer queries by accumulating evidence through multi-step reasoning, stopping when a target is reached or budget runs out.
Instructions
Answer a query via active multi-step traversal of the reconstructive (Cue–Tag–Content) memory graph. Returns accumulated evidence, the step-by-step trajectory, and whether the loop stopped early on a satisfied condition vs. budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Query to reconstruct an answer for | |
| maxSteps | No | Max reasoning turns (default 8) | |
| perStepBudget | No | Max content nodes routed per step (default 10) | |
| evidenceTarget | No | Stop once this many distinct evidence items accumulate (default 12) |