Sync: add productivity workflow notes
This commit is contained in:
31
wiki/concepts/AgenticWorkflow.md
Normal file
31
wiki/concepts/AgenticWorkflow.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "AgenticWorkflow"
|
||||
type: concept
|
||||
tags: []
|
||||
last_updated: 2026-05-02
|
||||
---
|
||||
|
||||
## Definition
|
||||
多步骤、长时间运行的 AI Agent 任务执行流程——Agent 能够自主规划、子任务分解、工具调用和环境适应,完成复杂目标而非简单问答。
|
||||
|
||||
## Description
|
||||
Agentic Workflow 是 AI Agent 从"被动问答"走向"主动执行"的关键范式。它涉及:
|
||||
- **自主规划**:Agent 将复杂目标拆解为可执行的子步骤序列
|
||||
- **工具调用**:使用代码执行、API、文件系统等工具与环境交互
|
||||
- **状态追踪**:维护中间状态,根据反馈调整下一步行动
|
||||
- **长时运行**:任务可能持续数小时,涉及数百个子步骤
|
||||
|
||||
典型场景:构建完整 Web 应用、深度市场研究、自动化数据管道。
|
||||
|
||||
## Related Concepts
|
||||
- [[TaskVisibility]]
|
||||
- [[ExternalReasoning]]
|
||||
- [[PlanMode]]
|
||||
|
||||
## Related Entities
|
||||
- [[OpenClawWorkspace]]
|
||||
|
||||
## Examples
|
||||
- [[TodoistTaskManager]]:为 Agentic Workflow 提供任务可视化
|
||||
- [[AutonomousProjectManagement]]:多 Agent 协作的复杂项目执行
|
||||
- [[OvernightMiniAppBuilder]]:通宵运行的自主应用构建
|
||||
Reference in New Issue
Block a user