RunRequest,加载注册组件,在并发上限内执行任务,并写出可复用的结果产物。
当你想理解 agentcompass run 启动后发生了什么,先读这一页。
Runtime 负责什么
请求构造
合并
config/defaults.yaml、组件默认值、CLI overrides 和 Python kwargs,生成 RunRequest。执行计划
为每个任务构造
ExecutionPlan,并在 environment 启动前让 recipe 改写计划。并发控制
同时处理 per-run
task_concurrency 和 process-global provider limits。产物持久化
写出 run info、task details、summary、progress events、logs 和可选 analysis output。
核心对象
执行流
CLI 用法
benchmark、harness 和 model。environment、model endpoint、concurrency 和 output directories 都会进入同一个 RunRequest。
