Welcome to Inspect SWE, a suite of software engineering agents for Inspect AI.
For details on using Inspect SWE, please visit https://meridianlabs-ai.github.io/inspect_swe/.
Latest development version:
pip install git+https://github.com/meridianlabs-ai/inspect_sweTo work on development of Inspect SWE, clone the repository and install with the -e flag and [dev] optional dependencies:
git clone https://github.com/meridianlabs-ai/inspect_swe
cd inspect_swe
pip install -e ".[dev]"Run linting, formatting, and tests via
make check
make testNote that most tests depend on a valid sandbox being available (either docker or k8s), this is inferred from your shell environment.
You can check which are collected via pytest --co