pub fn extract_node_path(events: &[RunEvent]) -> Vec<NodeStep>Expand description
Extract the ordered node traversal path from a run event stream.
Only "node_entered" events are considered. Events without a valid
payload["node_id"] string are silently skipped.