Workflows allow you to chain multiple visual agents.
input_image
(PIL.Image.Image
): The input image to be processed by the workflow.result, graph
(Tuple[List[ExecutionNode], ExecutionGraph]
): A tuple containing the final execution nodes and the execution graph.graph
(ExecutionGraph
): The execution graph of the workflow.