Course
AZ2X5
Develop AI Agents Using OpenAI & Semantic Kernel SDK – Intensive Training («AZ2X5»)
AZ-2005
Course facts
- Understanding the purpose of Semantic Kernel
- Understanding prompting basics
- Learning techniques for more effective prompts
- Understanding the purpose of Semantic Kernel plugins
- Using premade plugins and creating your own plugins
- Understanding native functions in the Semantic Kernel SDK
- Creating native function plugins
- Combining prompts with native functions
- Understanding planners in the Semantic Kernel SDK
- Using planners to automate function calls
- Optimizing planners
- Using Semantic Kernel SDK to automatically invoke functions
- Creating plugins for the Semantic Kernel
- Creating prompts to elicit the best responses from the large language model (LLM)
- Manipulating LLM responses to guide the execution of code
- Automatically invoking the correct plugins to complete tasks
1 Build your kernel
This module introduces the Semantic Kernel SDK. Learn how the kernel connects code to large language models to extend functionality with generative artificial intelligence.
2 Create plugins for semantic kernel
This module explores Semantic Kernel SDK plugins. Learn how plugins to the SDK are used to accomplish customized tasks and create intelligent applications.
3 Give your AI agent skills
This module explores native functions in the Semantic Kernel SDK. Learn how native functions can accomplish customized tasks, effectively giving your AI agent a "skill."
4 Use intelligent planners
This module introduces different ways to automatically invoke functions using the Semantic Kernel SDK. Learn how planners can generate plans to accomplish tasks and how to fine-tune planners to optimize performance.
5 Guided project – Create an AI travel agent
This module guides you through the steps required to develop a proof-of-concept AI Travel assistant with the Semantic Kernel SDK. By the end of this module, you complete a small chatbot application.
- Experience programming in C#
- Visual Studio Code IDE installed
- Familiarity with Azure and the Azure portal
- Access to Azure OpenAI Services
We recommend prior participation in the following course: