Read the worker's stage conclusion
agent_readRead worker phase conclusions and progress files for director evaluation, using drift hints and run log tails to differentiate genuine conclusions from model drift or idle timeouts.
Instructions
读 worker 的阶段结论(①发现 ②2-3 方向 ③推荐)给 director 评判:含完整 content 尾、步骤尾、工作目录 progress.md/ledger.md(worker 真正依赖的持久知识),以及 ★driftHint + runlogTail——assist 模式下任何'纯文字无工具'都被强制成 final,真结论和模型漂移经 getState 分不开,所以读结论时必须看 driftHint/runlog 的 finishReason,别把 drift/idle-timeout 当成真的'路线走不通'(这是 worker 头号失败模式)。只读、可反复调。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tid | Yes | ||
| includeProgressFile | No | 默认 true=带上 progress.md/ledger.md | |
| stepTail | No | 回传最近多少步,默认 16 | |
| contentChars | No | 结论文本回传上限,默认 4000 |