Skip to main content
AgentCompass exposes one console script, agentcompass. Run it from an activated AgentCompass environment or through uv run:

Command List

Choose run or launch

The distinction is between evaluation requests, not benchmark tasks:
Use run for a normal evaluation, including a complete benchmark with hundreds of tasks. Use launch only when one operation must coordinate several model/benchmark/harness/environment combinations.

Shared CLI Rules

  • Run agentcompass <command> --help against the installed revision for the authoritative option list.
  • JSON flags such as --benchmark-params, --harness-params, --env-params, --model-params, and --analysis-params must contain valid JSON objects.
  • Prefer environment variables for credentials and private endpoint values.
  • Explicit command-line values override matching configuration-file values.
  • Persistent run logs may be more verbose than the console because --log-level and --file-log-level are separate.
  • Use Troubleshooting Runs when a command reaches task execution but fails in a model, benchmark, harness, environment, or verification phase.
The General Run Parameter Reference explains parameters shared by evaluations. Component-owned JSON fields remain on their model, benchmark, harness, and environment pages.