Structs§
Enums§
Functions§
- rebuild_
messages_ for_ run - Rebuild a single FlowRun’s message segment from the event log, filtered by run_id. Returns AssistantMsg + ToolResultMsg messages tagged with the given flow_run_id, in event order.
- rebuild_
workflow_ tree - Rebuild a full workflow tree from a session’s event log. Replays every FlowStart / FlowNodeStart / FlowNodeEnd / FlowEnd / FlowGraph event through a fresh WorkflowGraph so the complete executor tree (root + subflows) is restored on session reopen.