scout

Corpus orientation for agents

100% recall · 0 poison survivors · ~$0.10/query

crates.io · scout-cli 0.1.0 (binary: scout)

source on GitHub

An agent dropped into an unfamiliar directory burns 50–200K frontier tokens just orienting itself. scout does the orientation instead: it walks a corpus of code or documents, indexes it with a fast open-weight model, and answers “what’s here” and “what does it say about X” in seconds for cents. The extraction model never gets to assert an unverified claim — if a fact can’t be matched to a real quote in a real file, it doesn’t ship as a finding.

100%candidate-file recall (M1 gate)
0poison facts survived the quote firewall
~$0.10average cost per query

Install

Homebrew

brew install treygoff24/tap/scout

Shell installer — prebuilt binary, no toolchain needed

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/treygoff24/scout/releases/latest/download/scout-cli-installer.sh | sh

Cargo

cargo install scout-cli

Configure

Set the key, run the doctor, done.

CEREBRAS_API_KEY required
indexing + extraction — get one at cloud.cerebras.ai (SCOUT_API_KEY works as a fallback)

verify your setup

scout doctor

How it works

Pairs well with

Known limits