Autogen 0.4 -> Always Async? #5089
Unanswered
mattbeardey
asked this question in
Q&A
Replies: 1 comment
-
It's always async. You can always wrap async in sync using asyncio.run(). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
All reactions