Before You Scale Up
Confirm that:- The Quick Start sample completes successfully with the same model, harness, and environment.
- Your model endpoint and sandbox provider can sustain the selected concurrency.
- Required datasets, task images, harness CLIs, and optional packages are available.
- The output directory has enough space for per-task trajectories, logs, and evaluation artifacts.
Command Builder
The Command Builder helps you configure an end-to-end evaluation for your customizalbe setup. By simply selecting the benchmark, harness, execution environment, and other necessary setting options, you can copy the generated command and run it directly without annoying parameter document look up and credentials repetitive copy and pasting effort.Saved values persist in your browser’s
localStorage and are reused the next time you visit. They are never sent to or stored by the documentation server.Frequently Asked Questions
1. How to Set The Most Appropriate Concurrency?
Task concurrency controls how many samples AgentCompass can evaluate at once. Higher values can reduce wall-clock time, but they also increase model traffic, sandbox usage, memory pressure, and the chance of provider rate limits. The recommended practice is to understand the maximum capacity of your model endpoint, such as requests per minute (RPM) and requests per hour (RPH), together with the resource limits of your environment provider before scaling. Start with a low concurrency value, monitor task startup, model latency, error rates, and provider quota usage, and then increase concurrency gradually. If throttling, failures, or resource pressure appears, return to the last stable value.2. How can I adjust more parameters in the command to meet my need?
See How to Further Configure a Run for every general CLI parameter, its default, and whether it is required. For fields inside--benchmark-params, continue to the selected benchmark’s page in the
Benchmark Reference.