新增第26章: NAS照片发送到Telegram

This commit is contained in:
2026-04-17 11:50:37 +08:00
parent ea7a3785b9
commit 4fefe2541b
50 changed files with 1692 additions and 448 deletions

View File

@@ -0,0 +1,22 @@
---
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 的概念