diff --git a/graph.fabro b/graph.fabro new file mode 100644 index 000000000..5bca7f569 --- /dev/null +++ b/graph.fabro @@ -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 50c3ac6fa9b7c8a94a6d1dc87edf775e3bc4d575 && 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 +} diff --git a/manifest.json b/manifest.json new file mode 100644 index 000000000..15b6ec900 --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "run_id": "01KKTJ6W3W21TZS5EVPT7T7D8E", + "workflow_name": "SWEBench", + "goal": "", + "start_time": "2026-03-16T05:34:32.086253Z", + "node_count": 5, + "edge_count": 4, + "run_branch": "fabro/run/01KKTJ6W3W21TZS5EVPT7T7D8E", + "base_sha": "470fcfe1200b2102c0cdf91c73b0ed8d925f258a", + "base_branch": "main", + "workflow_slug": "django__django-13660", + "host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro/evals/swe-bench/results/gemini-baseline/runs/django__django-13660" +} \ No newline at end of file diff --git a/sandbox.json b/sandbox.json new file mode 100644 index 000000000..f02391249 --- /dev/null +++ b/sandbox.json @@ -0,0 +1,5 @@ +{ + "provider": "daytona", + "working_directory": "/home/daytona/workspace", + "identifier": "fabro-01KKTJ6W3W21TZS5EVPT7T7D8E" +} \ No newline at end of file