agentcompass.run_evaluation(...) when AgentCompass needs to be embedded in another Python workflow.
Common Arguments
| Argument | Meaning |
|---|---|
benchmark | Registered benchmark id. |
harness | Registered harness id. |
model | Model id passed to the harness and used in result paths. |
environment | Environment provider id. |
benchmark_params | JSON-like benchmark configuration. |
harness_params | Harness-specific options. |
environment_params | Provider-specific environment options. |
model_* | Model endpoint connection and protocol settings. |
task_concurrency | Maximum benchmark tasks in flight for this run. |
recipe_dirs | Trusted external recipe package directories for this run. |
on_progress to receive structured progress events from long-running evaluations.