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