Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
通过 Python API 构造请求、启动评测和复用运行时。
agentcompass.run_evaluation(...)
from agentcompass import run_evaluation result = run_evaluation( benchmark="swebench_verified", harness="mini_swe_agent", model="glm-5.2", environment="docker", benchmark_params={"sample_ids": ["astropy__astropy-12907"]}, model_base_url="http://localhost:8000/v1", model_api_key="EMPTY", model_api_protocol="openai-chat", model_params={"temperature": 0}, task_concurrency=1, results_dir="results", data_dir="data", progress="auto", log_level="INFO", )
benchmark
harness
model
environment
benchmark_params
harness_params
environment_params
model_*
task_concurrency
recipe_dirs
此页面对您有帮助吗?