Skip to main content
After one sample succeeds, use the builder below to configure a complete benchmark run. Choose the model protocol, benchmark, recommended harness, environment, operating system, and concurrency that match your evaluation. The command preview updates immediately, and the URL stores the non-secret selections so you can share the configured command.

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.
You can click .env, then enter the model endpoint, model name, and necessary credentials. Furthermore, you can complete any additional judge model, embedding model, search-tool, or sandbox sections shown for the selected configuration.If you want this browser to reuse them on your next visit, you can save the values. On the other hand, if your credentials changed or you do not use them any more, you can clear the values at any time.
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.