You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a flag (boolean) at the WaldiezFlow level/model to indicate the mode to use. Defaulting to False (sync mode).
When generating the string to export the agents, models, chats, skills and run the flow, we should use the relevant ag2 implementation (e.g. a_initiate_chat, "use_async" in agent.register_nested_chats, etc)
Update the main to use asyncio (or anyio)
The text was updated successfully, but these errors were encountered:
Running in async mode should be supported:
We should:
agent.register_nested_chats
, etc)main
to use asyncio (or anyio)The text was updated successfully, but these errors were encountered: