Autogen 0.4 -> Always Async? #5089
Answered
by
ekzhu
mattbeardey
asked this question in
Q&A
-
Migrating now from 0.2 to 0.4, am I right in saying that everytime I run agent.run(), it must be run Async? There is no option for normal running? |
Beta Was this translation helpful? Give feedback.
Answered by
ekzhu
Jan 17, 2025
Replies: 1 comment 1 reply
-
It's always async. You can always wrap async in sync using asyncio.run(). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mattbeardey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's always async.
You can always wrap async in sync using asyncio.run().