Skip to main content

Module types

Module types 

Source
Expand description

Public types for graph execution results and streaming events

Structs§

DynamicInjection
Result of dynamic planning: nodes and edges to inject into a running graph.
DynamicTask
A task submitted externally for dynamic planning mid-execution.
GraphExecution
GraphExecution - State for interrupted execution that can be resumed
GraphInvocation
GraphInvocation - Result of graph execution
ParallelBranch
ParallelBranch - Result of a parallel execution branch
ParallelInvocation
ParallelInvocation - Result of graph execution with parallel branches

Enums§

ExecutionStep
ExecutionStep - Single step in execution history
StreamEvent
StreamEvent - Event for streaming execution

Traits§

DynamicPlanner
Planner trait for converting external tasks into graph nodes/edges at runtime.