| 1 | # Local
|
| 2 |
|
| 3 | !!! note "Local Environment class"
|
| 4 |
|
| 5 | - [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/environments/local.py)
|
| 6 |
|
| 7 | ??? note "Full source code"
|
| 8 |
|
| 9 | ```python
|
| 10 | --8<-- "src/minisweagent/environments/local.py"
|
| 11 | ```
|
| 12 |
|
| 13 | ::: minisweagent.environments.local
|
| 14 |
|
| 15 | {% include-markdown "../../_footer.md" %}
|