Provider Map
How Selection Works
Select the provider with--env:
environments.<provider> in config/defaults.yaml. Per-run overrides can be passed through --env-params.
Recipes And Remote Benchmarks
For heavy benchmarks, recipes usually infer provider-specific settings from task metadata:
Do not pass
image manually when a recipe can infer it. Manual image overrides are useful for custom tasks and debugging, but they reduce reproducibility for public benchmark runs.
Concurrency
--task-concurrency controls how many AgentCompass tasks are in flight for one run. runtime.provider_limits caps process-wide provider usage, so a high task concurrency value cannot exceed the provider limiter.
