File size: 235 Bytes
318db6e
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from llama_index.utils.workflow import (
    draw_all_possible_flows,
    draw_most_recent_execution,
)
from workflow.sql_workflow import SQLWorkflow

# Draw all
draw_all_possible_flows(SQLWorkflow, filename="vibemate_workflow.html")