memory_traverse
Traverse the memory graph from a starting node to discover reachable memories and the connections between them, enabling path reconstruction.
Instructions
Traverse the memory graph from a starting node. Returns reachable nodes AND the edges of the induced subgraph among them (source/target/type/weight/created_by) — a superset of the BFS tree, so paths can be reconstructed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| node_id | Yes | ||
| edge_types | No |