memory_walk
Explore a memory graph from any node to uncover the connected context around a decision. Follow links outward, inward, or both directions.
Instructions
Walk the memory graph from a node along its links (the connected context around a decision). direction: "out" (default), "in", or "both".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | The id to start from. | |
| depth | No | ||
| direction | No |