back to home

UKGovernmentBEIS / inspect_ai

Inspect: A framework for large language model evaluations

View on GitHub
1,846 stars
439 forks
154 issues

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing UKGovernmentBEIS/inspect_ai in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/UKGovernmentBEIS/inspect_ai)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Welcome to Inspect, a framework for large language model evaluations created by the UK AI Security Institute. Inspect provides many built-in components, including facilities for prompt engineering, tool usage, multi-turn dialog, and model graded evaluations. Extensions to Inspect (e.g. to support new elicitation and scoring techniques) can be provided by other Python packages. To get started with Inspect, please see the documentation at . Inspect also includes a collection of over 100 pre-built evaluations ready to run on any model (learn more at Inspect Evals) *** To work on development of Inspect, clone the repository and install with the flag and optional dependencies: Optionally install pre-commit hooks via Run linting, formatting, and tests via If you use VS Code, you should be sure to have installed the recommended extensions (Python, Ruff, and MyPy). Note that you'll be prompted to install these when you open the project in VS Code. *** To work on the Inspect documentation, install the optional dependencies with the flag and build the docs: If you intend to work on the docs iteratively, you'll want to install the Quarto extension in VS Code.