Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Sandboxed code execution for AI agents, locally or on the cloud. Massively parallel, easy to extend. Powering SWE-agent and more.
| Date | Stars |
|---|---|
| 2026-07-31 | 558 |
| 2026-08-02 | 561 |
| 2026-08-06 | 561 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<div align="center"> <a href="https://swe-rex.com"><img src="https://raw.githubusercontent.com/SWE-agent/swe-agent-media/refs/heads/main/media/logos_banners/swerex_logo.svg" alt="SWE-ReX" style="height: 7em"/></a> </div> # SWE-agent Remote Execution Framework [](https://swe-rex.com/latest/) [](https://join.slack.com/t/swe-bench/shared_invite/zt-36pj9bu5s-o3_yXPZbaH2wVnxnss1EkQ) [](https://pypi.org/project/swe-rex/) SWE-ReX is a runtime interface for interacting with sandboxed shell environments, allowing you to effortlessly let your AI agent run *any command* on *any environment*. Whether commands are executed locally or remotely in Docker containers, AWS remote machines, Modal, or something else, your agent code remains the same. Running 100 agents in parallel? No problem either! Specifically, SWE-ReX allows your agent to * ✅ **Interact with running shell sessions**. SWE-ReX will recognize when commands are finished, extract the output and exit code and return them to your agent. * ✅ Let your agent use **interactive command line tools** like `ipython`, `gdb` or more in the shell. * ✅ Interact with **multiple such shell sessions in parallel**, similar to how humans can have a shell, ipython, gdb, etc. all running at the same time. We built SWE-ReX to help you focus on developing and evaluating your agent, not on infrastructure. SWE-ReX came out of our experiences with [SWE-agent][] and [SWE-agent enigma][enigma]. Using SWE-ReX, we * 🦖 Support **fast, massively parallel** agent runs (which made evaluating on large benchmarks a breeze). * 🦖 Support a **broad range of platforms**, including non-Linux machines without Docker. * 🦖 **Disentangle agent logic from infrastructure concerns**, making SWE-agent more stable and easier to maintain. This is [SWE-agent][] using SWE-ReX to run on 30 [SWE-bench][] instances in parallel: <div align="center"> <img src="docs/assets/swerex.gif" alt="SWE-ReX in action" width=600px> </div> ## Get started ```bash pip install swe-rex # With modal support pip install 'swe-rex[modal]' # With fargate support pip install 'swe-rex[fargate]' # With daytona support (WIP) pip install 'swe-rex[daytona]' # Development setup (all optional dependencies) pip install 'swe-rex[dev]' ``` Then head over to [our documentation](https://swe-rex.com/) to learn more! [SWE-agent]: https://swe-agent.com [SWE-bench]: https://swebench.com [enigma]: https://enigma-agent.com/ ## Our other projects <div align="center"> <a href="https://github.com/SWE-agent/SWE-agent"><img src="https://raw.githubusercontent.com/SWE-agent/swe-agent-media/refs/heads/main/media/logos_banners/sweagent_logo_text_below.svg" alt="SWE-agent" height="120px"></a> <a href="https://github.com/SWE-agent/mini-SWE-agent"><img src="https://raw.githubusercontent.com/SWE-agent/swe-agent-media/refs/heads/main/media/logos_banners/mini_logo_text_below.svg" alt="Mini-SWE-Agent" height="120px"></a> <a href="https://github.com/SWE-bench/SWE-smith"><img src="https://raw.githubusercontent.com/SWE-agent/swe-agent-media/refs/heads/main/media/logos_banners/swesmith_logo_text_below.svg" alt="SWE-smith" height="120px"></a> <a href="https://github.com/SWE-bench/SWE-bench"><img src="https://raw.githubusercontent.com/SWE-agent/swe-agent-media/refs/heads/main/media/logos_banners/swebench_logo_text_below.svg" alt="SWE-bench" height="120px"></a> <a href="https://github.com/codeclash-ai/codeclash"><img src="https://raw.githubusercontent.com/SWE-agent/swe-agent-media/refs/heads/main/media/logos_banners/codeclash_logo_text_below.svg" alt="CodeClash" height="12
Excerpt of 4,246 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:493c03c09a88cd03, topic:agents, desc:ai agents