Files
nexus/wiki/concepts/AgenticWorkflow.md

32 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]:通宵运行的自主应用构建