WorkflowGraph

Represents an Agent workflow graph.

KEY TYPE Description
edges None None
nodes List[WorkflowGraphNode] A list of nodes in the workflow graph.
specificationType None None
primaryStartNode Union[str, WorkflowGraphNode] The primary node to start the workflow from.
commonSourceCode str Common source code that can be used across all nodes.