bymicrosoft· 7 MCP servers
18 Lessons to Get Started Building AI Agents
$git clone https://github.com/microsoft/ai-agents-for-beginnersInstalls into the current project.
Install ai-agents-for-beginners by running `git clone https://github.com/microsoft/ai-agents-for-beginners`, then use it for the current task and follow its documentation at https://github.com/microsoft/ai-agents-for-beginners.
| 1 | # AI Agents for Beginners - A Course |
| 2 | |
| 3 |  |
| 4 | |
| 5 | ## A course teaching everything you need to know to start building AI Agents |
| 6 | |
| 7 | [](https://github.com/microsoft/ai-agents-for-beginners/blob/master/LICENSE?WT.mc_id=academic-105485-koreyst) |
| 8 | [](https://GitHub.com/microsoft/ai-agents-for-beginners/graphs/contributors/?WT.mc_id=academic-105485-koreyst) |
| 9 | [](https://GitHub.com/microsoft/ai-agents-for-beginners/issues/?WT.mc_id=academic-105485-koreyst) |
| 10 | [](https://GitHub.com/microsoft/ai-agents-for-beginners/pulls/?WT.mc_id=academic-105485-koreyst) |
| 11 | [](http://makeapullrequest.com?WT.mc_id=academic-105485-koreyst) |
| 12 | |
| 13 | ### 🌐 Multi-Language Support |
| 14 | |
| 15 | #### Supported via GitHub Action (Automated & Always Up-to-Date) |
| 16 | |
| 17 | <!-- CO-OP TRANSLATOR LANGUAGES TABLE START --> |
| 18 | [Arabic](./translations/ar/README.md) | [Bengali](./translations/bn/README.md) | [Bulgarian](./translations/bg/README.md) | [Burmese (Myanmar)](./translations/my/README.md) | [Chinese (Simplified)](./translations/zh-CN/README.md) | [Chinese (Traditional, Hong Kong)](./translations/zh-HK/README.md) | [Chinese (Traditional, Macau)](./translations/zh-MO/README.md) | [Chinese (Traditional, Taiwan)](./translations/zh-TW/README.md) | [Croatian](./translations/hr/README.md) | [Czech](./translations/cs/README.md) | [Danish](./translations/da/README.md) | [Dutch](./translations/nl/README.md) | [Estonian](./translations/et/README.md) | [Finnish](./translations/fi/README.md) | [French](./translations/fr/README.md) | [German](./translations/de/README.md) | [Greek](./translations/el/README.md) | [Hebrew](./translations/he/README.md) | [Hindi](./translations/hi/README.md) | [Hungarian](./translations/hu/README.md) | [Indonesian](./translations/id/README.md) | [Italian](./translations/it/README.md) | [Japanese](./translations/ja/README.md) | [Kannada](./translations/kn/README.md) | [Khmer](./translations/km/README.md) | [Korean](./translations/ko/README.md) | [Lithuanian](./translations/lt/README.md) | [Malay](./translations/ms/README.md) | [Malayalam](./translations/ml/README.md) | [Marathi](./translations/mr/README.md) | [Nepali](./translations/ne/README.md) | [Nigerian Pidgin](./translations/pcm/README.md) | [Norwegian](./translations/no/README.md) | [Persian (Farsi)](./translations/fa/README.md) | [Polish](./translations/pl/README.md) | [Portuguese (Brazil)](./translations/pt-BR/README.md) | [Portuguese (Portugal)](./translations/pt-PT/README.md) | [Punjabi (Gurmukhi)](./translations/pa/README.md) | [Romanian](./translations/ro/README.md) | [Russian](./translations/ru/README.md) | [Serbian (Cyrillic)](./translations/sr/README.md) | [Slovak](./translations/sk/README.md) | [Slovenian](./translations/sl/README.md) | [Spanish](./translations/es/README.md) | [Swahili](./translations/sw/README.md) | [Swedish](./translations/sv/README.md) | [Tagalog (Filipino)](./translations/tl/README.md) | [Tamil](./translations/ta/README.md) | [Telugu](./translations/te/README.md) | [Thai](./translations/th/README.md) | [Turkish](./translations/tr/README.md) | [Ukrainian](./translations/uk/README.md) | [Urdu](./translations/ur/README.md) | [Vietnamese](./translations/vi/README.md) |
| 19 | |
| 20 | > **Prefer to Clone Locally?** |
| 21 | > |
| 22 | > This repository includes 50+ language translations which significantly increases the download size. To clone without translations, use sparse checkout: |
| 23 | > |
| 24 | > **Bash / macOS / Linux:** |
| 25 | > ```bash |
| 26 | > git clone --filter=blob:none --sparse https://github.com/microsoft/ai-agents-for-beginners.git |