| 1 | # Entry points / run scripts
|
| 2 |
|
| 3 | ## Work locally (i.e., without a sandbox)
|
| 4 |
|
| 5 | * `hello_world.py` - Extremely simple example of how to use the `default.py` agent.
|
| 6 | * `mini.py` - Uses the `interactive.py` agent.
|
| 7 |
|
| 8 | ## Extras
|
| 9 |
|
| 10 | * `extra/swebench.py` - Benchmark the performance of the `default.py` agent.
|
| 11 |
|