inspect-swe 0.2.46


pip install inspect-swe

  Latest version

Released: Mar 26, 2026


Meta
Author: Meridian Labs
Requires Python: >=3.10

Classifiers

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/.

Installation

Latest development version:

pip install git+https://github.com/meridianlabs-ai/inspect_swe

Development

To 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 test

Sandbox-specific tests

Note 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

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
agent-client-protocol (>=0.9.0)
anyio
httpx
inspect-ai (>=0.3.185)
nest-asyncio
platformdirs
pydantic (>=2.11.4)
pyyaml
sniffio
typing-extensions (>=4.9.0)