-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperiments.yaml
More file actions
28 lines (23 loc) · 843 Bytes
/
Copy pathexperiments.yaml
File metadata and controls
28 lines (23 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Experiment suite configuration
# Run with: python run_suite.py experiments.yaml
suite: multi-repo-v1
description: >
Cross-repository evaluation of Graph-Manager vs RAG baselines.
Each run evaluates all 6 methods (GM/RAG × progressive/baseline + 2 raw RAG)
on the same issue set per repo.
defaults:
n_issues: 10
max_turns: 6
# Optional per-agent defaults (fallback to max_turns if omitted)
# manager_max_turns: 6
# rag_max_turns: 6
experiments:
# --- Flask (small web framework, 11 issues in SWE-bench) ---
- repo: pallets/flask
source_prefixes: [src/flask]
# --- Requests (HTTP library, 44 issues in SWE-bench) ---
- repo: psf/requests
source_prefixes: [requests]
# --- Pytest (testing framework, 119 issues in SWE-bench) ---
- repo: pytest-dev/pytest
source_prefixes: [src/_pytest, src/pytest]