Skip to content

Commit cd447e9

Browse files
committed
Merge branch 'main' into move-deps and resolve conflicts
2 parents bb1b6b7 + 1a30495 commit cd447e9

23 files changed

+15353
-6088
lines changed

.dockerignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
__pycache__/
2+
.art/
3+
# .env
4+
.venv/
5+
grpo_trainer_lora_model/
6+
logs/
7+
shared_cache.db
8+
streaming-chat-completions/
9+
unsloth_compiled_cache/
10+
wandb/
11+
docs/node_modules/
12+
dist/
13+
replays/
14+
trajectories/
15+
.DS_Store
16+
# .local/
17+
# .claude/
18+
.vscode/

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ trajectories/
1515
.DS_Store
1616
.local/
1717
.claude/
18-
.vscode/
18+
.vscode/
19+
.ruff_cache/

dev/swebench/pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[project]
2+
name = "openpipe-art-swebench"
3+
version = "0.1.0"
4+
requires-python = ">=3.10"
5+
dependencies = [
6+
"aiolimiter>=1.2.1",
7+
"daytona-sdk>=0.21.5",
8+
"langfuse>=2.60.7",
9+
"modal>=1.0.1",
10+
"openpipe-art[backend]",
11+
"sweagent",
12+
"swebench>=4.0.3",
13+
]
14+
15+
[tool.uv.sources]
16+
openpipe-art = { path = "../../", editable = true }
17+
sweagent = { git = "https://github.com/bradhilton/SWE-agent" }
18+
19+
[dependency-groups]
20+
dev = [
21+
"ipykernel>=6.29.5",
22+
"ipywidgets>=8.1.7",
23+
]

dev/swebench/uv.lock

Lines changed: 6645 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tau-bench/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
results/
2-
benchmark_results/
2+
benchmark_results/
3+
error_analysis_results/

0 commit comments

Comments
 (0)