Sweeper Quickstart
Run a backend-neutral sweep with an injected replay runtime
Experimental. Sweeper is intended for evaluation and feedback, not production capacity planning.
Install AI Simulate:
Sweeper requires a RunnerFactory supplied by the application that owns replay execution:
Set sweep.parallel_evals above one to use spawned worker processes. Scripts using that mode must
guard their entrypoint with if __name__ == "__main__":.
Next, read the Tutorial for the complete configuration flow or Sweep Configuration Providers to add feature-specific search dimensions.