Evidpath documentation · Swarm testing

Learn the swarm model, choose a domain, and read the evidence.

This is the main reading path for Evidpath. GitHub is still there for source, releases, and issues, but the product documentation lives here as a structured site. Start with the swarm model, then choose the recommender, search, or agent domain product that matches the system you ship.

Start here

The shortest useful path.

Install the package, run one domain audit, then compare a candidate against a baseline when a release decision needs evidence.

Basic flow
python -m pip install evidpath

evidpath audit --domain recommender \
  --target-url http://127.0.0.1:8051 \
  --scenario returning-user-home-feed

evidpath audit --domain search \
  --target-url http://127.0.0.1:8051 \
  --scenario time-sensitive-query

evidpath audit --domain agents \
  --driver-config-path ./driver_config.json \
  --scenario current-info-tool-use