-
Book Overview & Buying
-
Table Of Contents
AI Agents in Practice
By :
As we’ve explored the evolution from single-agent systems to collaborative multi-agent architectures, it’s evident that coordinating multiple intelligent agents requires robust orchestration. So, the need for an AI orchestrator is more than ever.
When it comes to multi-agent applications, there are some additional orchestrators it is worth exploring for your scenarios.
AutoGen, developed by Microsoft, is an open source framework that facilitates the creation of multi-agent systems through conversational interactions. It emphasizes the design of agents that can communicate, collaborate, and adapt to achieve complex tasks.
The framework is built with a layered, modular architecture, where each layer has a distinct responsibility and builds upon the functionality of the layers beneath it. This structure allows developers to interact with the system at different levels of complexity, from high-level abstractions...