Sweeper Quickstart
Run a backend-neutral sweep with an injected replay runtime
<!—
Generated from aisimulate/docs/sweeper/quickstart.md by docs/fern/scripts/sync_aisimulate_docs.py.
Edit the canonical source instead of this Fern copy.
—>
Experimental. Sweeper is intended for evaluation and feedback, not production capacity planning.
From a source checkout, install AI Simulate and run its neutral example:
The example runner returns deterministic metrics so you can inspect orchestration without importing
an application framework. A production composition supplies a RunnerFactory that executes real
replay:
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.