📄️ Bài 07: Recipe — RAG Agent với Azure AI Search
Recipe hoàn chỉnh: Build RAG Agent với Azure AI Search và FileSearchTool — index documents, tạo vector store, và deploy agent trả lời từ knowledge base.
📄️ Bài 08: Recipe — Code Interpreter Agent
Recipe hoàn chỉnh: Code Interpreter Agent — upload CSV, yêu cầu agent tự viết Python, chạy trong sandbox, và nhận báo cáo phân tích kèm biểu đồ.
📄️ Bài 09: Recipe — File Search Agent nâng cao
Recipe: Multi-turn conversation với persistent File Search — agent nhớ context và document qua nhiều session, quản lý vòng đời Vector Store production-level.
📄️ Bài 10: Recipe — Multi-Agent System (Azure Native)
Recipe: Multi-Agent System thuần Azure — Orchestrator Agent điều phối các Specialist Agents qua Azure AI Agent Service, không cần LangGraph hay Semantic Kernel.
📄️ Bài 11: Recipe — Streaming Response
Recipe: Streaming Agent Response — AgentEventHandler, real-time text streaming với on_message_delta, và hiển thị typing effect trong terminal và web.