新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

View File

@@ -0,0 +1,23 @@
---
title: "Agentic System代理系统"
type: concept
tags: [ai, agent, n8n]
sources: [n8n-full-tutorial-building-ai-agents-in-2025-for-beginners.md]
last_updated: 2026-04-14
---
## Definition
Agentic System代理系统是由 Agent 和 Workflow 组成的混合架构,结合工作流的确定性与 Agent 的灵活性,实现动态任务执行。
## Properties
- **组成**Agent基于 LLM 动态选择工具)+ Workflow预定义自动化流程
- **优势**:兼具可预测性和适应性
- **应用场景**:客户服务、个性化服务、复杂任务自动化
## Related Concepts
- [[Agent模式]]Agent 的自动执行能力
- [[Memory Module]]:保留对话上下文的机制
## Connections
- [[n8n]] ← 实现 ← [[Agentic System]]
- [[Agentic System]] ← 使用 ← [[LLM]]