820 B
820 B
title, type, tags, sources, last_updated
| title | type | tags | sources | last_updated | ||||
|---|---|---|---|---|---|---|---|---|
| Agentic System(代理系统) | concept |
|
|
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