Welcome to Inspect Scout.
To get started with Inspect Scout, please see the documentation.
Latest development version:
pip install git+https://github.com/meridianlabs-ai/inspect_scout
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