🤖 智能体
像编程助手一样操作你选择的工作目录:列目录 / 读 / 写 / 精确编辑 / 搜索 / 执行命令,全程实时可视化。
{{ statusLine }}
— 第 {{ ev.round }} 轮 —
{{ phaseLabel(ev) }}
{{ ev.role === 'planner' ? '🧠 规划者' : '🔧 执行者' }}{{ ev.handoff ? `(第 ${ev.handoff} 轮交接)` : '' }}
{{ ev.content }}
✏️ 精确编辑 {{ (ev.arguments as any)?.path }}
- {{ (ev.arguments as any)?.old_string }}
+ {{ (ev.arguments as any)?.new_string }}
⌨️ 执行命令
$ {{ (ev.arguments as any)?.command }}
🛠️ 调用工具 {{ ev.name }}
{{ pretty(ev.arguments) }}
{{ ev.ok ? '✅' : '❌' }} 结果({{ ev.name }})
{{ short(ev.preview) }}
tokens:{{ ev.prompt_tokens }} 入 / {{ ev.completion_tokens }} 出
{{ ev.reason === 'answer' ? '🏁 最终答复' : '⚠️ 结束(' + reasonLabel(ev.reason) + ')' }}
{{ finalResponse }}
{{ ev.error }}
⏳ 智能体正在工作…
选择工作目录,输入任务并运行——每一步工具调用都会实时显示在这里。