generate_learning_path
Build a sequenced learning path toward a specified goal, selecting hypotheses based on current evidence and pruning dead ends.
Instructions
Narrate what has been settled so far, in order, and how — separating what an experiment paid for from what the engine inferred for free, and calling out beliefs that were later withdrawn. Use it to brief a human, to write a summary, or to re-orient yourself after a context reset: the other read tools show the current state, this one shows how it was arrived at. Pass since to get a diff instead — what changed between then and now, which is the answer a standup or a PR description wants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | ISO-8601 instant. Reconstruct the report as it stood then, so it can be read beside a rewound graph. | |
| limit | No | Cap on narrated transitions (most recent first). Counters always cover the whole history. | |
| since | No | ISO-8601 instant. Report only what settled or was withdrawn since then — 'what changed this week' rather than 'how we got here'. Combine with as_of for a closed window. | |
| goal_id | No | Narrate one objective only. A workspace pursuing several otherwise interleaves their dead ends into one story. |