-
Notifications
You must be signed in to change notification settings - Fork 0
Auto Code Capture
jqueguiner edited this page May 3, 2026
·
1 revision
Every run automatically captures source code for reproducibility.
import openrunner
run = openrunner.init(project="org/project") # auto-captures codeNo extra code needed. Disable with save_code=False.
.py, .yaml, .toml, .sh, .json, requirements.txt, Dockerfile, Makefile, etc.
venv/, .git/, node_modules/, __pycache__/, dist/, files >1MB
- Reproducibility — exact code that produced each run
- Paper Builder — agents use code for Method sections
- AI Chat — ask questions about the code that produced results
- Versioning — each run gets its own code snapshot