Wait for the worker's stage gate
agent_wait_for_stopPolls until a worker phase settles, indicating the cheap model finished and ready to read. Timeout returns 'running' instead of failing.
Instructions
阻塞轮询直到 worker 这一轮 settled(阶段门到了)。这是'便宜模型磨完了、该读了'的信号。★真实 turn 常 20-30 分钟,默认超时 5400s;★超时但还 running 时返回 phase:'running'(=还在磨、去 agent_read 看看再决定继续等还是 stop+纠正),绝不是'失败'。settled 才是唯一的'阶段结束'信号(不靠 nSteps 之类)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tid | Yes | ||
| timeoutSec | No | 默认 5400(=90min)。turn 可能很长,别设太小 | |
| intervalSec | No | 初始轮询间隔秒,默认 10(自动退避到 30) |