agentcompass.run_evaluation(...) 可以把 AgentCompass 嵌入到 Python workflow 中。
| 参数 | 含义 |
|---|---|
benchmark | 已注册 benchmark id。 |
harness | 已注册 harness id。 |
model | 模型 id,也用于结果路径。 |
environment | environment provider id。 |
benchmark_params | benchmark 参数。 |
harness_params | harness-specific 参数。 |
environment_params | provider-specific 参数。 |
model_* | 模型 endpoint、协议和凭据。 |
task_concurrency | 单次 run 内最大任务并发。 |
recipe_dirs | 当前 run 使用的受信任外部 recipe package 目录。 |
