A SWE / coding agent able to run on both Windows and Linux containers.
Python
0
26 commits
updated Jun 2, 2026
pip install -r requirements.txt
To run on Windows container, download Docker Desktop, start it, and switch to Windows container mode.
Prepare your config file. A template is config/default.yaml
openrouter model:
model: openrouter/deepseek/deepseek-v3.1-terminus
base_url: https://openrouter.ai/api/v1
Should have the following fields
For windows:
$env:PYTHONUTF8="1"
$env:PYTHONIOENCODING="utf-8"
python main.py --config_path config/default.yaml --api_key ...
Patch submissions will be saved to output/{run_id}/preds.json
If the rollout is interrupted, type the same command to restore. The code will auto-skip normally submitted instances.
To collect existing patches instead of proceeding to rollout, please use the following flag for dry run:
python main.py --config_path config/default.yaml --collect_patch
Modify src/tools.py
The shared folder of host and sandbox container where a built repo lies is ./mnt
26 commits
Python
100.0%
A SWE / coding agent able to run on both Windows and Linux containers.
Python
0
26 commits
updated Jun 2, 2026
pip install -r requirements.txt
To run on Windows container, download Docker Desktop, start it, and switch to Windows container mode.
Prepare your config file. A template is config/default.yaml
openrouter model:
model: openrouter/deepseek/deepseek-v3.1-terminus
base_url: https://openrouter.ai/api/v1
Should have the following fields
For windows:
$env:PYTHONUTF8="1"
$env:PYTHONIOENCODING="utf-8"
python main.py --config_path config/default.yaml --api_key ...
Patch submissions will be saved to output/{run_id}/preds.json
If the rollout is interrupted, type the same command to restore. The code will auto-skip normally submitted instances.
To collect existing patches instead of proceeding to rollout, please use the following flag for dry run:
python main.py --config_path config/default.yaml --collect_patch
Modify src/tools.py
The shared folder of host and sandbox container where a built repo lies is ./mnt
26 commits
Python
100.0%