Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-13 | 2.3 kB | |
v1.0.0 source code.tar.gz | 2025-02-13 | 25.8 MB | |
v1.0.0 source code.zip | 2025-02-13 | 26.0 MB | |
Totals: 3 Items | 51.8 MB | 0 |
SWE-agent 1.0
News
So much new stuff! Here's a quick rundown of the cool new things you can do:
✨ Fast, massively parallel code execution with SWE-ReX. ✨ Run SWE-agent locally but execute code in the cloud (using modal, AWS, or anything else that runs SWE-ReX). ✨ Configurable retry mechanisms: Try multiple agent configurations, models, parameters, etc., then choose the best one. ✨ Flexible tool definitions with tool bundles. ✨ All language models supported using litellm (see models). ✨ Override any configuration option from the command line (see command line basics). ✨ New command line trajectory inspector to scroll few hundreds of trajectories with ease. ✨ New command line interface with subcommands for running over single issues, batches, and various utility commands. ✨ Greatly simplified and cleaned up codebase. In particular, the Agent class is now much easier to modify.
Read more about this in our 1.0 features & migration guide.
New Contributors
- @manya706 made their first contribution in https://github.com/SWE-agent/SWE-agent/pull/787
- @Prathamesh010 made their first contribution in https://github.com/SWE-agent/SWE-agent/pull/796
- @magnimusprime made their first contribution in https://github.com/SWE-agent/SWE-agent/pull/813
- @dependabot made their first contribution in https://github.com/SWE-agent/SWE-agent/pull/817
- @Mefisto04 made their first contribution in https://github.com/SWE-agent/SWE-agent/pull/824
- @acheshkov made their first contribution in https://github.com/SWE-agent/SWE-agent/pull/857
- @yu-iskw made their first contribution in https://github.com/SWE-agent/SWE-agent/pull/881
Full Changelog: https://github.com/SWE-agent/SWE-agent/compare/v0.7.0...v1.0.0