Files
nexus/wiki/concepts/Agentic-System.md
2026-04-14 16:02:50 +08:00

23 lines
820 B
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: "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]]