From the course: Semantic Kernel in Action: Fundamentals

Unlock the full course today

Join today to access over 24,200 courses taught by industry experts.

Introduction to planners

Introduction to planners

- [Instructor] If Semantic Kernel is a theater, and the plugins are instruments, the Planner is what brings the magic here. Think of a magic book that magically generates the music score that the instruments play. That's the essence of the planners in the world of AI. Today, we are diving into understanding what planners are and what types of planners do we have. First, it's important to know before we dive in that planners are in preview. That means they will have or may have minor breaking changes, if any. In the realm of AI, a planner is responsible of generating the plan that the plugins will follow to achieve a task. Kind of like a composer's score is guiding each task to its perfect execution. That's basically it. It's a artifact that can also generate a plan blueprint that is able to achieve a certain type of task with some flexibility. A plan organizes and coordinates complex AI task within the Semantic Kernel, ensuring every component works coordinated and in unison. Recent…

Contents