MinAI - Về trang chủ
Tổng quan
1/1325 phút
Đang tải...

Giới thiệu Advanced AI Agents

Tổng quan về AI Agents nâng cao - architecture, patterns, và use cases

🧠 Giới thiệu Advanced AI Agents

0

🎯 Mục tiêu bài học

TB5 min

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.

1

🔍 Agent vs Chatbot

TB5 min
Diagram
Đang vẽ diagram...
FeatureChatbotAI Agent
ReasoningNoYes - thinks step by step
Tool UseNoYes - calls APIs, databases
MemoryLimitedPersistent conversation
PlanningNoMulti-step planning
AutonomyAnswer questionsComplete 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.

2

🏗️ Agent Architecture

TB5 min
Diagram
Đang vẽ diagram...

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ì?

3

📊 Agent Types trong n8n

TB5 min
Agent TypeUse CaseComplexity
Tools AgentTask execution với specific toolsMedium
Conversational AgentMulti-turn chat với memoryMedium
ReAct AgentReasoning + Acting loopHigh
Plan and ExecuteComplex multi-step tasksHigh

Checkpoint

n8n hỗ trợ những loại Agent nào? Khi nào nên sử dụng mỗi loại?

4

📋 Course Roadmap & Projects

TB5 min
ModuleTopicsLessons
1. FoundationsAgent concepts, tool calling1-3
2. Agent ComponentsMemory, planning, custom tools4-7
3. Voice AISpeech-to-text, TTS, voice workflows8-10
4. ProductionMonitoring, capstone11-12
Projects trong course này
  1. Research Agent — Search web, analyze, report
  2. Database Agent — Query databases, create reports
  3. Voice Assistant — Speech input, AI processing, voice output
  4. 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?

5

⚙️ Prerequisites

TB5 min
Cần chuẩn bị
  • 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 →