Welcome to Inspect Flow. Inspect Flow is a workflow stack built on Inspect AI that enables research organizations to run AI evaluations at scale.
Latest development version:
pip install git+https://github.com/meridianlabs-ai/inspect_flowTo work on development of Inspect Flow, clone the repository and install with the -e flag and [dev] optional dependencies:
git clone https://github.com/meridianlabs-ai/inspect_flow
cd inspect_flow
uv syncOptionally install pre-commit hooks via
make hooksRun linting, formatting, and tests via
make check
make test