-
Notifications
You must be signed in to change notification settings - Fork 4k
Multi agent orchestration ADR #11579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I currently don't see the need for Orchestration-type level abstractions, I think it could be much simpler, for me the key thing we need to do is enable Agents, Orchestration and Human-in-the-Loop to all have the same abstractions so that you can endlessly combine them in ways that make sense, and that would mean that each in- and output can be multiple, so that you can do the concurrent pattern but other then that we should strive for a simple setup, and this might be python specific, dotnet might need more defined subclasses of Orchestration...
You're right. This is not Python only. We are considering the overall design by listing the building blocks necessary to accomplish multi-agent orchestration using SK agents and the shared runtime. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great to see how this doc has evolved over several iterations into what it is now - awesome work.
Motivation and Context
Multi-agent orchestration ADR. Includes the following orchestrations:
Description
An ADR for multi-agent orchestration in Semantic Kernel.
.Net PR: #11542
Python PR: #11993
Contribution Checklist