loop_debug
Trigger an automated debug loop for agent tasks, cycling through activate, run, judge, and fix steps. Omit a task to query existing debug records.
Instructions
Onboard Agent 调试循环——传 task 触发 activate→run→judge→fix 循环;不传查记录。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | 任务描述(缺省 = 查询模式,不触发新循环) | |
| agent_id | No | Agent 身份码(写入调试记录,交付 6 协同) | |
| max_rounds | No | 最大循环轮数(默认 3) | |
| timeout_ms | No | 超时阈值 ms(默认 120000) |