microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
34.69k stars 5.01k forks source link

Documentation for producer consumer pattern using Core API #4107

Open ekzhu opened 2 weeks ago

ekzhu commented 2 weeks ago

What feature would you like to be added?

Document/sample how to write a producer-consumer pattern using the Core API.

Why is this needed?

Useful for parallel workflows with distributed task scheduling.