Skip to main content
agentcompass run creates and executes one evaluation request with the selected benchmark, harness, model, and environment. BENCHMARK HARNESS MODEL are positional arguments in a fixed order; select the environment with --env.

Run a Minimal Evaluation

The example uses sample_ids in --benchmark-params to select one benchmark task by its stable task ID so you can quickly verify the component and endpoint configuration:
One run command corresponds to one evaluation request. To coordinate multiple explicit requests, use agentcompass launch.

Parameter Reference

The table below lists all agentcompass run parameters, their defaults, and the settings they control. See Run Controls for guidance on concurrency, timeouts, retries, output, and debugging. “Built-in default” means the value used before user-level, project-level, or explicit configuration files override it. A conditional parameter is required only when the selected component or endpoint needs it.

Component Selection and Parameters

Configuration and Recipes

Execution Controls

Output and Reuse

Process Settings

Analysis

Component-Specific JSON Parameters

The four JSON parameter flags do not share one schema. Their available fields and defaults depend on the selected component: sample_ids, k, and avgk all belong in --benchmark-params, but they have different roles: sample_ids selects tasks, k sets the number of independent attempts per task, and avgk controls the corresponding mean-metric aggregation. Provider CPU, memory, image, and network settings belong in --env-params. See Configure an Evaluation for the conceptual ownership map.