Skip to content

Python: Multi-agent orchestration: Magentic#12104

Merged
TaoChenOSU merged 11 commits into
mainfrom
taochen/python-multi-agent-orchestration-pr-part-4
May 16, 2025
Merged

Python: Multi-agent orchestration: Magentic#12104
TaoChenOSU merged 11 commits into
mainfrom
taochen/python-multi-agent-orchestration-pr-part-4

Conversation

@TaoChenOSU

@TaoChenOSU TaoChenOSU commented May 16, 2025

Copy link
Copy Markdown
Contributor

Motivation and Context

PR for Magentic multi-agent orchestration.
ADR: https://github.com/microsoft/semantic-kernel/blob/main/docs/decisions/0071-multi-agent-orchestration.md
Initial PR: #11993

Description

This PR includes the following:

  1. Implementations for the magentic orchestrations
  2. Unit tests and samples

Contribution Checklist

@TaoChenOSU TaoChenOSU self-assigned this May 16, 2025
@TaoChenOSU TaoChenOSU requested a review from a team as a code owner May 16, 2025 00:26
@TaoChenOSU TaoChenOSU added python Pull requests for the Python Semantic Kernel agents labels May 16, 2025
@markwallace-microsoft

markwallace-microsoft commented May 16, 2025

Copy link
Copy Markdown
Contributor

Python Unit Test Overview

Tests Skipped Failures Errors Time
3638 18 💤 0 ❌ 0 🔥 1m 58s ⏱️

Comment thread python/semantic_kernel/agents/orchestration/magentic.py
Comment thread python/semantic_kernel/agents/orchestration/magentic.py
Comment thread python/semantic_kernel/agents/orchestration/magentic.py
Comment thread python/semantic_kernel/agents/orchestration/magentic.py
Comment thread python/samples/getting_started_with_agents/README.md

@eavanvalkenburg eavanvalkenburg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super cool, left some comments

Comment thread python/semantic_kernel/agents/orchestration/magentic.py Outdated
Comment thread python/semantic_kernel/agents/orchestration/magentic.py Outdated
Comment thread python/semantic_kernel/agents/orchestration/magentic.py Outdated
Comment thread python/semantic_kernel/agents/orchestration/magentic.py
Comment thread python/semantic_kernel/agents/orchestration/magentic.py
Comment thread python/semantic_kernel/agents/orchestration/magentic.py
Comment thread python/semantic_kernel/agents/orchestration/magentic.py
@TaoChenOSU TaoChenOSU enabled auto-merge May 16, 2025 16:41
@crickman crickman self-requested a review May 16, 2025 21:53
@TaoChenOSU TaoChenOSU added this pull request to the merge queue May 16, 2025
Merged via the queue into main with commit d67f568 May 16, 2025
@TaoChenOSU TaoChenOSU deleted the taochen/python-multi-agent-orchestration-pr-part-4 branch May 16, 2025 22:01
@github-project-automation github-project-automation Bot moved this to Sprint: Done in Semantic Kernel May 16, 2025
jcruzmot-te pushed a commit to thousandeyes/aia-semantic-kernel that referenced this pull request Sep 15, 2025
### 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.
-->
PR for Magentic multi-agent orchestration.
ADR:
https://github.com/microsoft/semantic-kernel/blob/main/docs/decisions/0071-multi-agent-orchestration.md
Initial PR: microsoft#11993

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

This PR includes the following:

1. Implementations for the magentic orchestrations
2. Unit tests and samples

### 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 😄

---------

Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agents documentation python Pull requests for the Python Semantic Kernel

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants