pub fn frame_run_id(frame: &StreamFrame) -> Option<&str>Expand description
Extract the run_id (or flow_run_id) from any StreamFrame variant that carries one. Used to route frames to the correct sub-agent’s entry / TUI item.
pub fn frame_run_id(frame: &StreamFrame) -> Option<&str>Extract the run_id (or flow_run_id) from any StreamFrame variant that carries one. Used to route frames to the correct sub-agent’s entry / TUI item.