digraph SWEBench { rankdir=LR start [shape=Mdiamond] exit [shape=Msquare] setup [label="Setup", shape=parallelogram, script="$setup_script"] solve [label="Solve", prompt="Fix this GitHub issue in the repository. Make the minimal code change needed."] extract_patch [label="Extract Patch", shape=parallelogram, script="git diff"] start -> setup -> solve -> extract_patch -> exit }