สถานะ: 🟢 Complete | อัพเดท: 2026-06-27
AI Agents คืออะไร
AI Agent คือ LLM ที่ไม่ใช่แค่ตอบคำถาม แต่ดำเนินการได้จริง — ใช้ tools, ตัดสินใจหลายขั้น, loop จนงานเสร็จ
Agent vs Chatbot
| Chatbot | Agent | |
|---|---|---|
| Loop | ไม่มี (Q&A) | มี (Think → Act → Observe) |
| Tools | ไม่มี | มี (search, code, files) |
| Duration | 1 turn | หลาย turn / หลายนาที |
หมวดย่อย
- How Agents Work — agent loop
- Multi-Agent — orchestrator + subagents
- Tool Use — mental model
- Claude Agent SDK — เริ่มต้นเขียน agent