Skip to content

Commit d4e531d

Browse files
TaoChenOSUJavier
authored andcommitted
Multi agent orchestration ADR (microsoft#11579)
### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Multi-agent orchestration ADR. Includes the following orchestrations: - Concurrent - Sequential - Group Chat - Magentic One - Handoff ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> An ADR for multi-agent orchestration in Semantic Kernel. .Net PR: microsoft#11542 Python PR: microsoft#11993 ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄
1 parent 877a59f commit d4e531d

File tree

2 files changed

+631
-0
lines changed

2 files changed

+631
-0
lines changed

.github/_typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dall = "dall" # OpenAI model name
4444
pn = "pn" # Kiota parameter
4545
nin = "nin" # MongoDB "not in" operator
4646
asend = "asend" # Async generator method
47+
Magentic = "Magentic" # Magentic is a name of an agentic pattern
4748

4849
[default.extend-identifiers]
4950
ags = "ags" # Azure Graph Service

0 commit comments

Comments
 (0)