Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

@@ -1,22 +0,0 @@
---
title: "工作流自动化"
type: concept
tags: [automation, workflow]
---
## Definition
预定义的自动化流程,通过预设的触发器和操作步骤实现一致的输出。与 AI Agent 不同,工作流不会动态决定使用哪些工具,而是按照固定的路径执行。
## Characteristics
- 固定的执行路径
- 可预测的输出结果
- 适合重复性任务
## Relationship to AI Agent
- Agentic Systems 由 Workflow 和 Agent 组成
- Workflow 提供一致性Agent 提供灵活性
- AI Agent 可调用 Workflow 作为工具
## Connected Pages
- [[n8n]] — 提供可视化工作流自动化平台
- [[N8N Full Tutorial Building AI Agents in 2025 for Beginners!]] — 教程区分了工作流与 Agent 的概念