Python: docs: Update Python orchestration documentation#2087
Merged
moonbox3 merged 7 commits intomicrosoft:mainfrom Nov 27, 2025
Merged
Python: docs: Update Python orchestration documentation#2087moonbox3 merged 7 commits intomicrosoft:mainfrom
moonbox3 merged 7 commits intomicrosoft:mainfrom
Conversation
Remove outdated 'coming soon' statements for GroupChat, Sequential, and Concurrent orchestrations in core package README and transparency FAQ. Add links to existing samples in python/samples/getting_started/workflows/orchestration/. Note: python/README.md was already updated in PR microsoft#1914 (2499262). Fixes documentation inconsistency found in Issue microsoft#1899.
Contributor
Author
|
@microsoft-github-policy-service agree |
moonbox3
reviewed
Nov 12, 2025
Remove Python-specific sample links from TRANSPARENCY_FAQ.md as it should pertain to all MAF languages (Python and .NET), not strictly Python. The python/packages/core/README.md retains the specific sample links as that is Python-specific documentation.
9435f01 to
411fcc4
Compare
moonbox3
reviewed
Nov 24, 2025
moonbox3
approved these changes
Nov 25, 2025
victordibia
approved these changes
Nov 25, 2025
TaoChenOSU
approved these changes
Nov 25, 2025
arisng
pushed a commit
to arisng/agent-framework
that referenced
this pull request
Feb 2, 2026
* docs: Update Python orchestration documentation Remove outdated 'coming soon' statements for GroupChat, Sequential, and Concurrent orchestrations in core package README and transparency FAQ. Add links to existing samples in python/samples/getting_started/workflows/orchestration/. Note: python/README.md was already updated in PR microsoft#1914 (2499262). Fixes documentation inconsistency found in Issue microsoft#1899. * Address review feedback: make TRANSPARENCY_FAQ language-neutral Remove Python-specific sample links from TRANSPARENCY_FAQ.md as it should pertain to all MAF languages (Python and .NET), not strictly Python. The python/packages/core/README.md retains the specific sample links as that is Python-specific documentation. * Update Learn documentation link in README --------- Co-authored-by: kishikawa-hayato <84244732+HerBest-max@users.noreply.github.com> Co-authored-by: Victor Dibia <chuvidi2003@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
group_chat_simple_selector.py,group_chat_prompt_based_manager.py) so readers can find runnable workflowsMotivation
The documentation currently states GroupChat/Sequential/Concurrent orchestrations are "coming soon" for Python, but these features are already implemented and available in
python/samples/getting_started/workflows/orchestration/. This creates confusion for users trying to find working examples.Changes
python/README.mdwas already updated in PR Python: Add orchestration samples link to Python README #1914 (commit 2499262)Testing
Documentation-only change. Verified:
Related