⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-03-16 01:37:55 -04:00
parent 04edab639e
commit 4a126060ea
3 changed files with 30 additions and 0 deletions

12
graph.fabro Normal file
View file

@ -0,0 +1,12 @@
digraph SWEBench {
rankdir=LR
start [shape=Mdiamond]
exit [shape=Msquare]
setup [label="Setup", shape=parallelogram, script="git clone https://github.com/django/django.git . && git checkout 475cffd1d64c690cdad16ede4d5e81985738ceb4 && python -m pip install -e ."]
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
}

13
manifest.json Normal file
View file

@ -0,0 +1,13 @@
{
"run_id": "01KKTJD2XQ5N4KGQRYKZ422NN3",
"workflow_name": "SWEBench",
"goal": "",
"start_time": "2026-03-16T05:37:55.301942Z",
"node_count": 5,
"edge_count": 4,
"run_branch": "fabro/run/01KKTJD2XQ5N4KGQRYKZ422NN3",
"base_sha": "470fcfe1200b2102c0cdf91c73b0ed8d925f258a",
"base_branch": "main",
"workflow_slug": "django__django-14855",
"host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro/evals/swe-bench/results/gemini-baseline/runs/django__django-14855"
}

5
sandbox.json Normal file
View file

@ -0,0 +1,5 @@
{
"provider": "daytona",
"working_directory": "/home/daytona/workspace",
"identifier": "fabro-01KKTJD2XQ5N4KGQRYKZ422NN3"
}