Remove direct prime-sandboxes dependency from rlm-swe v1#1316
Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8aa8458. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Type of Change
Testing
uv run pytestlocally.Checklist
Additional Notes
Note
High Risk
High risk because it replaces the
rlm_swe_v1taskset implementation with dataset-driven, sandbox-backed test staging/execution and adds new sandbox file-transfer/background-job APIs that affect runtime interactions.Overview
Reworks
rlm_swe_v1to remove Harbor/packaged tasks and instead build tasks from theR2E-Gym/R2E-Gym-Subsetdataset, including per-row sandbox image selection, environment variable construction, optional repo filtering, and reward based on runningrun_tests.shand parsing pytest summaries.Adds rollout
setup/cleanuphooks to stage hidden tests by archiving/downloading them out of the sandbox and later re-uploading them for scoring; removes the bundledskills/andtasks/smoke content and updates packaging/dependencies accordingly.Expands several v1 example environments to at least 10 examples (more task rows + higher
num_examplesin pyprojects), refactors some static task sources to be generated from shared lists, and adds new tests to enforce the 10-example minimum and to cover the newrlm_swe_v1behavior.Extends
verifiers.v1sandbox helpers (SandboxLease/SandboxHandle) withupload_file,download_file, andrun_background_jobmethods to support the new SWE workflow.Reviewed by Cursor Bugbot for commit 7eeb50a. Bugbot is set up for automated code reviews on this repo. Configure here.