Merge branch 'main' into feature-azure-functions

This commit is contained in:
Dmytro Struk
2025-11-04 16:48:40 -08:00
committed by GitHub
Unverified
5 changed files with 436 additions and 1 deletions
+1 -1
View File
@@ -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