From the course: Semantic Kernel in Action: Fundamentals

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Agent collaboration

Agent collaboration

- [Instructor] Imagine orchestrating an AI team where each agent's unique abilities harmonize with each other to solve complex problems, and also, each one reacts to the other's feedback. In Agent Collaboration, we will discover how multiple AI agents can work and communicate together seamlessly. It's like an impromptu group of musicians in an orchestra creating a symphony on demand, just listening and reacting to each other. Based on what the previous musician just played, they collaborate and interact. Let's see how. The essence of Agent Collaboration in Semantic Kernel is akin to a multi-turn conversation between two musicians in an orchestra. We will explore two collaboration techniques that allow us to implement these. One is implementing a conversation loop using a thread, which is where the conversation is scripted. The first agent A speaks, agent B replies, and agent C says the final word until the task is on. When we have a conversation managed this way, coordinated by an…

Contents