inspect-scout 0.4.25


pip install inspect-scout

  Latest version

Released: Apr 04, 2026


Meta
Author: Meridian Labs
Requires Python: >=3.10

Classifiers

Welcome to Inspect Scout.

To get started with Inspect Scout, please see the documentation.


Installation

Latest development version:

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

Development

To work on development of Inspect Scout, clone the repository and install with the -e flag and [dev] optional dependencies:

git clone https://github.com/meridianlabs-ai/inspect_scout
cd inspect_scout
pip install -e ".[dev]"

Run linting, formatting, and tests via

make check
make test

Frontend development (TypeScript)

The web UI lives in a git submodule and uses Git LFS for binary assets. These steps are only needed if you plan to work on the TypeScript/React frontend — Python-only contributors can skip this entirely.

  1. Install Git LFS and run git lfs install
  2. Initialize the submodule and install dependencies — see the one-time setup guide

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
anyio (>=4.8.0)
click (!=8.2.0,<8.2.2,>=8.1.3)
cloudpickle (>=3.0.0)
dill (>=0.4.0)
duckdb (<1.5,>=1.4.0)
fastapi (>=0.128.1)
ijson (>=3.2.0)
importlib-metadata
inspect-ai (>=0.3.205)
inspect-swe (>=0.2.42)
jinja2 (>=3.0.0)
jsonlines (>=3.0.0)
jsonschema (>3.1.1)
libcst (>=1.0.0)
mmh3 (>=5.0.0)
pandas (<3.0.0,>=2.0.0)
psutil (>=6.0.0)
pyarrow (>=10.0.1)
pydantic (>=2.11.4)
python-dotenv (>=0.16.0)
rich (!=14.0.0,>=13.3.3)
ruamel-yaml (>=0.18.0)
send2trash (>=1.8.0)
shortuuid
sse-starlette (>=2.0.0)
tenacity (>=8.0.0)
typing-extensions (>=4.9.0)
universal-pathlib (>=0.2.6)
uvicorn
wrapt (>=1.16.0)
zstandard (>=0.20.0)