Expand description
Graph traversal โ recursive depth-first with cycle detection.
Functionsยง
- format_
traversal - Format a traversal tree as an indented string for display.
- traverse
- Traverse the graph from a named entity up to a given depth. Skips superseded relationships (valid_until IS NOT NULL).
- traverse_
filtered - Traverse with an optional entity type filter.
When
type_filteris set, only neighbors matching that type are expanded.