Represents an Agent workflow graph.
KEY | TYPE | Description |
---|---|---|
commonSourceCode | None | None |
primaryStartNode | Union[str, WorkflowGraphNode] | The primary node to start the workflow from. |
nodes | List[WorkflowGraphNode] | A list of nodes in the workflow graph. |
edges | List[WorkflowGraphEdge] | A list of edges in the workflow graph, where each edge is a tuple of source, target, and details. |