8000 Release v1.1.0: 10s of thousands of training trajectories · SWE-agent/SWE-agent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.1.0: 10s of thousands of training trajectories

Latest
Compare
Choose a tag to compare
@klieret klieret released this 22 May 16:11
· 55 commits to main since this release
0f3acaf

v1.1.0: 10s of thousands of training trajectories

We're very excited to announce our new project SWE-smith, generating 10s of thousands of training trajectories for SWE agents.
Using this training data, our LM SWE-agent-LM-32b achieves open-weights SotA on SWE-bench verified with SWE-agent!

image

Apart from that, v1.1.0 is mostly a fix release with minor improvements, in particular adding compatibility with SWE-bench multilingual/multimodal, and SWE-smith. However, please pay attention to the breaking changes below.

Breaking changes

  • Changes to trajectory data format. The messages field is replaced by query by @klieret in #1107
  • Renamed many tool bundles that used "windowed" file viewer (defaults and more) by @klieret in #1147
  • Removed review_on_submit tool bundle (replaced by review_on_submit_m) by @klieret in #1148
  • Change in windowed tools (formerly default): Don't append \n to new file by @klieret in #1114

Added

New dataset support:

New utilities:

Enhanced

  • Feat: Config/override max_output_tokens by @klieret in #1036
  • Enh: [#1042] fix(run_batch): handle JSON parsing errors in trajectory check by @FRAOTIAC in #1043
  • Enh: Allow to override tools dirs etc. by @klieret in #1046
  • Enh: Allow to override path to swe-bench dataset by @klieret in #1093
  • Enh: Allow to disable python-standalone for batch by @klieret in #1115
  • Enh: More information on skipped exit status by @klieret in #1117

Fixed

New Contributors

Full Changelog: v1.0.1...v1.1.0

0