Auto-sync: 2026-04-17 19:17
This commit is contained in:
26
wiki/concepts/Agent-Task-Visibility.md
Normal file
26
wiki/concepts/Agent-Task-Visibility.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "Agent Task Visibility"
|
||||
type: concept
|
||||
tags: []
|
||||
---
|
||||
|
||||
## Definition
|
||||
AI Agent 任务对用户的透明化展示机制,通过外部工具(如 Todoist)实时展示任务状态、进度和内部推理过程。
|
||||
|
||||
## Core Components
|
||||
- 状态可视化:通过 Section 区分任务阶段(In Progress/Waiting/Done)
|
||||
- 推理外部化:将 Agent 内部 Plan 写入任务描述
|
||||
- 进度流式更新:子步骤完成通过评论实时追加
|
||||
|
||||
## Use Cases
|
||||
- 长时间运行的复杂任务追踪
|
||||
- 多 Agent 协作时的进度监控
|
||||
- 用户对 Agent 行为的可观测性提升
|
||||
|
||||
## Related Concepts
|
||||
- [[Task-Automation]]
|
||||
- [[工作流自动化]]
|
||||
|
||||
## Related Entities
|
||||
- [[Todoist]]
|
||||
- [[OpenClaw]]
|
||||
Reference in New Issue
Block a user