Send a direction correction (the director's core move)
agent_sendSend a director's corrective guidance as the next user turn to adjust the agent's direction, ensuring proper turn alternation and persisting the conversation before rerunning.
Instructions
★director 的核心动作:把方向纠正作为下一条 user 消息发出去并起下一轮(=harness 的 advance)。服务端会:把 worker 上一轮的【完整】最终结论作为 assistant 轮接上(上一轮空/被停则合成占位,保证 user/assistant 交替合法)→ 追加你的 guidance 作为新 user 轮 → 持久化 → 以当前模式重跑。若还有一轮在跑会拒绝(先 wait 或 stop)。guidance 写得像真人纠正:具体、有序、'只做第 1+2+3 步'、'每步先验证再下一步'、'只回报这 3 件事'、防兔子洞。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tid | Yes | ||
| guidance | Yes | director 亲笔写的方向纠正/纠矛盾/防绕圈(成为新的 user 轮) | |
| maxRounds | No | ||
| assist | No | 覆盖本轮模式;省略=沿用会话模式 |