autogen
autogen copied to clipboard
Core API Doc Quick Start is Slow Start
I think this quick start isn't so quick. We should consider moving this to the multi-agent design pattern section, and update this quick start with something super simple, such as two agents counting from 10 to 1, without using any model or executor, just pure Python.
Originally posted by @ekzhu in https://github.com/microsoft/autogen/pull/4658#pullrequestreview-2497323440
+1 here .. The Core quickstart could be better.
What would the two agents be doing? Maybe one decrementing a count while the other checks the ending condition?
Yep. That's a great idea.