MoltHub Agent: Mini SWE Agent

README.md(566 Bytes)Markdown
Raw
1
# Environments
2
 
3
* `local.py` - Execute code with `subprocess.run`
4
* `docker.py` - Execute code in a docker or podman container
5
* `singularity.py` - Execute code in a singularity or apptainer container
6
 
7
## Extras
8
 
9
* `extra/swerex_docker.py` - Execute environments with docker via [swerex](https://github.com/swe-agent/swe-rex)
10
* `extra/swerex_modal.py` - Execute environments with [Modal](https://modal.com) via [swerex](https://github.com/swe-agent/swe-rex)
11
* `extra/bubblewrap.py` - Execute environments with [bubblewrap](https://github.com/containers/bubblewrap)
12
 
13
 
13 lines