Auto-sync

This commit is contained in:
2026-04-15 08:15:46 +08:00
parent f3569a835b
commit 99df89a352
79 changed files with 2238 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
---
title: 智能体工作流
type: concept
tags: [AI, 工作流, Automation]
aliases: [Agent Workflow, 工作流编排]
---
## 定义
通过可视化方式编排AI智能体执行步骤和流程的技术。
## 代表工具
- n8n拖拽式工作流自动化16万Star开源版Zapier
- DifyLLM应用开发平台可视化提示词编排
## 核心能力
- 拖拽节点串联App
- 集成LangChain等AI能力
- 将大模型嵌入业务流程
- 可视化搭建智能体
## Connections
- [[智能体工作流]] ← 依赖 ← [[大语言模型]]
- [[n8n]] ← 竞争 ← [[Zapier]]
- [[Dify]] ← 竞争 ← [[LangChain]]