AI Agents for Beginners: 18 บทเรียนเพื่อเริ่มต้นพัฒนา AI AgentsAI Agents for Beginners: 18 Lessons to Start Building AI Agents
โปรเจ็กต์นี้ประกอบด้วย 18 บทเรียนสำหรับผู้เริ่มต้นสร้าง AI Agents เช่น การออกแบบ การใช้งาน tools และ framework
This project contains 18 lessons for beginners to start building AI Agents, covering topics like design, tool usage, and frameworks.
ไว้ทำอะไร
โปรเจ็กต์นี้ออกแบบมาเพื่อแนะนำผู้เริ่มต้นเกี่ยวกับการสร้าง AI Agents ผ่านบทเรียนที่ครอบคลุมหน่วยความจำ agentic การออกแบบที่เชื่อถือได้ การใช้งาน tools ต่างๆ และการพัฒนาโดยใช้ Microsoft Agent Framework
ทำงานอย่างไร
แต่ละบทเรียนในโปรเจ็กต์มีการอธิบายรายละเอียดของการใช้งาน AI Agents อยู่ในโฟลเดอร์ที่มีชื่อเกี่ยวข้อง เช่น 01-intro-to-ai-agents และ 02-explore-agentic-frameworks มีเอกสาร README.md ที่ให้ข้อมูลเชิงลึกและตัวอย่างโค้ดเพื่อให้ผู้เรียนสามารถเข้าใจแนวคิดและการใช้งานจริง บทเรียนยังรวมการใช้ frameworks อย่าง Microsoft Agent Framework และ Azure Foundry ที่ช่วยในกระบวนการพัฒนา AI Agents การทำงานของแต่ละบทเรียนมุ่งเน้นที่กระบวนการจากการตั้งค่าสภาพแวดล้อมเช่น Azure ไปสู่การพัฒนาและปรับใช้ Agent ที่สามารถทำงานอย่างสอดคล้องกับเป้าประสงค์ของผู้ใช้งาน
โครงสร้างโค้ด
- .agents/skills — ทักษะและวิธีการใช้ที่จำเพาะ
- 01-intro-to-ai-agents/README.md — ความรู้เบื้องต้นเกี่ยวกับ AI Agents
- 02-explore-agentic-frameworks/README.md — การสำรวจ frameworks สำหรับสร้าง AI Agents
เริ่มใช้งาน
git clone https://github.com/microsoft/ai-agents-for-beginners.git
cd ai-agents-for-beginners
pip install -r requirements.txt
เหมาะกับงานแบบไหน
- สำหรับนักพัฒนาที่ต้องการเริ่มต้นพัฒนา AI Agents
- การศึกษาและทำความเข้าใจการใช้งาน Microsoft Agent Framework
ข้อควรรู้
- ต้องใช้ Azure Account สำหรับการทำงานกับ Microsoft Foundry
- แต่ละบทเรียนเน้นที่ Python
What it is for
This project is designed to introduce beginners to building AI Agents through comprehensive lessons covering agentic memory, trustworthy design, tool usage, and development using Microsoft Agent Framework.
How it works
Each lesson in the project includes detailed explanations on AI Agents functioning in the respective folders like 01-intro-to-ai-agents and 02-explore-agentic-frameworks. These folders contain README.md files providing insights and code examples for learners to grasp the concepts and practical usage. The lessons involve leveraging frameworks like Microsoft Agent Framework and Azure Foundry that assist in the AI Agents development process. The workflow in each lesson focuses on the journey from setting up environments like Azure to developing and deploying Agents that align with user objectives.
Code structure
- .agents/skills — Specific skills and how to use them
- 01-intro-to-ai-agents/README.md — Introduction to AI Agents
- 02-explore-agentic-frameworks/README.md — Exploration of frameworks for building AI Agents
Getting started
git clone https://github.com/microsoft/ai-agents-for-beginners.git
cd ai-agents-for-beginners
pip install -r requirements.txt
Good fit for
- For developers who want to start building AI Agents
- To learn and understand the usage of Microsoft Agent Framework
Things to know
- Requires an Azure Account for working with Microsoft Foundry
- Each lesson is focused on Python
บทวิเคราะห์นี้สร้างจาก README และโค้ดของ repo โดย AI ของ Oneable — ตรวจสอบ license และเอกสารต้นทางก่อนนำไปใช้งานจริงThis breakdown was generated from the repository's README and code by Oneable's AI — check the license and upstream docs before using it in production.