41 lines
1.9 KiB
Markdown
41 lines
1.9 KiB
Markdown
---
|
||
title: "n8n-full-tutorial-building-ai-agents"
|
||
type: source
|
||
tags: [n8n, AI, Agent, 教程]
|
||
date: 2025-03-06
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Agent/n8n full tutorial building AI agents in 2025 for Beginners!.md]]
|
||
|
||
## Summary
|
||
- 核心主题:n8n平台构建AI Agent入门完整教程
|
||
- 问题域:n8n基本概念、节点类型、工作流创建、AI Agent内存管理、工具集成
|
||
- 方法/机制:可视化节点编排、动态工具选择、上下文内存、Airtable数据库集成
|
||
- 结论/价值:n8n入门指南,Workflow(预定义自动化)与Agent(动态LLM决策)的区别
|
||
|
||
## Key Claims
|
||
- Agentic系统由Agent和Workflow组成,Agent动态选择工具,Workflow是预定义自动化
|
||
- n8n节点分五类:trigger(触发器)、action(动作)、utility(工具)、code(代码)、advanced AI(高级AI)
|
||
- 内存(Memory)使Agent能跨对话保留上下文,提升交互连贯性
|
||
- Airtable等外部工具集成扩展Agent能力,实现数据库查询和更新
|
||
- Workflow可链接(chaining)形成复杂自动化,多Agent协同实现高级场景
|
||
|
||
## Key Concepts
|
||
- [[AgenticAI]]:Agent利用LLM动态决定所需工具和输出的系统
|
||
- [[n8n节点类型]]:trigger、action、utility、code、advanced AI五类
|
||
- [[Memory]]:Agent跨会话保留上下文的能力
|
||
- [[Workflow]]:预定义自动化,产生一致输出
|
||
- [[ToolIntegration]]:Agent与外部工具(Airtable等)的集成
|
||
|
||
## Key Entities
|
||
- [[N8N]]:开源工作流自动化平台,本教程核心工具
|
||
- [[Airtable]]:云数据库,作为n8n Agent的工具集成示例
|
||
- [[LLM]]:大语言模型,Agent动态决策的核心
|
||
|
||
## Connections
|
||
- [[N8N]] ← provides ← [[n8n节点类型]] ← composed_into ← [[AgenticAI]]
|
||
- [[AgenticAI]] ← uses ← [[Memory]] ← enables ← 上下文保留
|
||
- [[AgenticAI]] ← integrates ← [[Airtable]] ← for ← [[ToolIntegration]]
|
||
- [[Workflow]] ← composed_into ← [[N8N]]
|