🧠 Giới thiệu Advanced AI Agents
🎯 Mục tiêu bài học
Sau bài học này, bạn sẽ:
✅ Hiểu sự khác biệt giữa AI Agent và Chatbot
✅ Nắm được kiến trúc Agent (Reasoning, Tools, Memory, Planning)
✅ Biết các loại Agent trong n8n
✅ Hiểu lộ trình và các project sẽ xây dựng trong khóa học
✅ Nắm được prerequisites cần thiết
AI Agents vượt xa simple chatbots — chúng có thể reasoning, sử dụng tools, lập kế hoạch, và tự động thực hiện complex tasks.
🔍 Agent vs Chatbot
| Feature | Chatbot | AI Agent |
|---|---|---|
| Reasoning | No | Yes - thinks step by step |
| Tool Use | No | Yes - calls APIs, databases |
| Memory | Limited | Persistent conversation |
| Planning | No | Multi-step planning |
| Autonomy | Answer questions | Complete tasks |
Checkpoint
AI Agent khác với Chatbot thông thường ở những điểm nào? Hãy nêu ít nhất 3 điểm khác biệt chính.
🏗️ Agent Architecture
Checkpoint
Kiến trúc của AI Agent gồm những thành phần chính nào? Vai trò của từng thành phần là gì?
📊 Agent Types trong n8n
| Agent Type | Use Case | Complexity |
|---|---|---|
| Tools Agent | Task execution với specific tools | Medium |
| Conversational Agent | Multi-turn chat với memory | Medium |
| ReAct Agent | Reasoning + Acting loop | High |
| Plan and Execute | Complex multi-step tasks | High |
Checkpoint
n8n hỗ trợ những loại Agent nào? Khi nào nên sử dụng mỗi loại?
📋 Course Roadmap & Projects
| Module | Topics | Lessons |
|---|---|---|
| 1. Foundations | Agent concepts, tool calling | 1-3 |
| 2. Agent Components | Memory, planning, custom tools | 4-7 |
| 3. Voice AI | Speech-to-text, TTS, voice workflows | 8-10 |
| 4. Production | Monitoring, capstone | 11-12 |
- Research Agent — Search web, analyze, report
- Database Agent — Query databases, create reports
- Voice Assistant — Speech input, AI processing, voice output
- Multi-Agent System — Agents collaborating on complex tasks
Checkpoint
Khóa học này gồm những module nào? Bạn mong muốn xây dựng project nào nhất và tại sao?
⚙️ Prerequisites
- n8n RAG and Agents course completed
- OpenAI API key (GPT-4o recommended for agents)
- Basic understanding of APIs
- n8n instance (cloud or self-hosted)
Checkpoint
Bạn cần chuẩn bị những gì trước khi bắt đầu khóa học Advanced AI Agents?
🚀 Bài tiếp theo
Bài tiếp theo: AI Agents trong n8n →
