From 2499262f300202264ef5290f977e78dfba2cede1 Mon Sep 17 00:00:00 2001 From: Evan Mattson <35585003+moonbox3@users.noreply.github.com> Date: Wed, 5 Nov 2025 09:30:56 +0900 Subject: [PATCH] Add orchestration samples link (#1914) --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 235385a48a..06eca19999 100644 --- a/python/README.md +++ b/python/README.md @@ -233,7 +233,7 @@ if __name__ == "__main__": asyncio.run(main()) ``` -**Note**: Advanced orchestration patterns like GroupChat, Sequential, and Concurrent orchestrations are coming soon. +For more advanced orchestration patterns including Sequential, GroupChat, Concurrent, Magentic, and Handoff orchestrations, see the [orchestration samples](samples/getting_started/workflows/orchestration). ## More Examples & Samples