mirror of
https://github.com/e2b-dev/awesome-ai-agents.git
synced 2026-02-23 20:05:11 +00:00
Add SWE-agent
This commit is contained in:
26
README.md
26
README.md
@@ -2356,6 +2356,32 @@ General purpose
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
## [SWE Agent]()
|
||||||
|
Open Source alternative for Devin
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
|

|
||||||
|
### Category
|
||||||
|
Coding, general purpose
|
||||||
|
|
||||||
|
### Description
|
||||||
|
- This Devin alternative scores 12.3% on the FULL swe benchmark
|
||||||
|
- ["An open source Devin getting 12.29% on 100% of the SWE Bench test set vs Devin's 13.84% on 25% of the test set!"](https://x.com/danielhanchen/status/1775120334305607781)
|
||||||
|
- SWE-agent works by interacting with a specialized terminal, which allows it to:
|
||||||
|
- 🔍 Open, scroll and search through files
|
||||||
|
- ✍️ Edit specific lines w/ automatic syntax check
|
||||||
|
- 🧪 Write and execute tests
|
||||||
|
- This custom-built interface is critical for good performance. Simply connecting an LM to a vanilla bash terminal does not work well.
|
||||||
|
- ["Our key insight is that LMs require carefully designed agent-computer interfaces (similar to how humans like good UI design). E.g. When the LM messes up indentation, our editor prevents it and gives feedback."](https://x.com/jyangballin/status/1775114448513958134)
|
||||||
|
|
||||||
|
|
||||||
|
### Links
|
||||||
|
- [GitHub]()
|
||||||
|
- [X (Twitter) post](https://x.com/Gautam_A_k/status/1775206295458676764)
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
## [Sweep](https://sweep.dev/)
|
## [Sweep](https://sweep.dev/)
|
||||||
Github assistant that fixes issues & writes code
|
Github assistant that fixes issues & writes code
|
||||||
|
|||||||
Reference in New Issue
Block a user