|
1 | 1 | <div align="center"> |
2 | 2 | <p> |
3 | | - <b>📣 New:</b> Meet <a href="https://github.com/SWE-agent/mini-SWE-agent"><code>mini</code></a>, the 100 line AI agent that still gets 65% on SWE-bench verified! |
| 3 | + <b>📣 New: Meet <a href="https://github.com/SWE-agent/mini-SWE-agent"><code>mini</code></a>, the 100 line AI agent that still gets 65% on SWE-bench verified!</b> |
4 | 4 | </p> |
| 5 | + <br/> |
5 | 6 | <div> |
6 | 7 | <a href="https://github.com/SWE-agent/SWE-agent"><img src="sweagent_logo_text_below.svg" alt="SWE-agent" height="120px"></a> |
7 | 8 | |
|
15 | 16 | |
16 | 17 | <a href="https://github.com/SWE-bench/sb-cli"><img src="sbcli_logo_text_below.svg" alt="sb-cli" height="120px"></a> |
17 | 18 | </div> |
18 | | - <div></div> |
| 19 | + <br/> |
19 | 20 | <div>Software engineering agents, benchmarks, and models.</div> |
20 | 21 | <div>Built and maintained by researchers from Princeton University and Stanford University.</div> |
21 | 22 | <br> |
22 | 23 | <p align="center"> |
23 | | - <a href="https://huggingface.co/SWE-bench"><img alt="HuggingFace" src="https://img.shields.io/badge/Hugging%20Face-FFD21E?logo=huggingface&logoColor=000&style=for-the-badge"></a> |
24 | 24 | <a href="https://join.slack.com/t/swe-bench/shared_invite/zt-36pj9bu5s-o3_yXPZbaH2wVnxnss1EkQ"><img alt="Slack" src="https://img.shields.io/badge/Slack-4A154B?logo=slack&logoColor=fff&style=for-the-badge"></a> |
| 25 | + <a href="https://huggingface.co/SWE-bench"><img alt="HuggingFace" src="https://img.shields.io/badge/Hugging%20Face-FFD21E?logo=huggingface&logoColor=000&style=for-the-badge"></a> |
25 | 26 | <a href="http://youtube.com/@SWE-bench"><img alt="YouTube" src="https://img.shields.io/badge/YouTube-%23FF0000.svg?&logo=YouTube&logoColor=white&style=for-the-badge"></a> |
26 | 27 | </p> |
27 | | -</div> |
28 | 28 |
|
29 | | -<details> |
30 | | -<summary>More information about the projects</summary> |
31 | | - |
32 | | -Main projects: |
33 | | - |
34 | | -* [SWE-agent](https://github.com/SWE-agent/SWE-agent), a system that automatically solves GitHub issues using an LM agent. |
35 | | -* [mini-SWE-agent](https://github.com/SWE-agent/mini-SWE-agent), a 100 line AI agent that still gets 65% on SWE-bench verified! |
36 | | -* [SWE-bench](https://github.com/SWE-bench/SWE-bench), a benchmark for evaluating AI systems on real world GitHub issues. |
37 | | -* [SWE-smith](https://github.com/SWE-smith/SWE-smith), a toolkit for generating SWE training data at scale. |
| 29 | + <details> |
| 30 | + <summary>More information about the projects</summary> |
| 31 | + |
| 32 | + Main projects: |
| 33 | + |
| 34 | + * [SWE-agent](https://github.com/SWE-agent/SWE-agent), a system that automatically solves GitHub issues using an LM agent. |
| 35 | + * [mini-SWE-agent](https://github.com/SWE-agent/mini-SWE-agent), a 100 line AI agent that still gets 65% on SWE-bench verified! |
| 36 | + * [SWE-bench](https://github.com/SWE-bench/SWE-bench), a benchmark for evaluating AI systems on real world GitHub issues. |
| 37 | + * [SWE-smith](https://github.com/SWE-smith/SWE-smith), a toolkit for generating SWE training data at scale. |
| 38 | + |
| 39 | + Also check out the supporting infrastructure for working with SWE-* projects |
| 40 | + |
| 41 | + * [SWE-ReX](https://github.com/SWE-agent/SWE-ReX), infrastructure supporting sandboxed code execution for AI agents |
| 42 | + * [sb-cli](https://github.com/SWE-bench/sb-cli), a command line interface for running evaluations on the cloud. |
| 43 | + </details> |
| 44 | +</div> |
38 | 45 |
|
39 | | -Also check out the supporting infrastructure for working with SWE-* projects |
40 | 46 |
|
41 | | -* [SWE-ReX](https://github.com/SWE-agent/SWE-ReX), infrastructure supporting sandboxed code execution for AI agents |
42 | | -* [sb-cli](https://github.com/SWE-bench/sb-cli), a command line interface for running evaluations on the cloud. |
43 | | -</details> |
|
0 commit comments