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
Does anyone know how to utilize swarm in autogen0.4 to facilitate a multi-round conversation? The official demonstration on the website only employs Console for implementation. How can I accomplish a multi-round setup using gradio or streamlit as the user interface without relying on Console, especially under the condition of need user input messages?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know how to utilize swarm in autogen0.4 to facilitate a multi-round conversation? The official demonstration on the website only employs Console for implementation. How can I accomplish a multi-round setup using gradio or streamlit as the user interface without relying on Console, especially under the condition of need user input messages?
async def run_team_stream() -> None:
task_result = await Console(team.run_stream(task=task))
last_message = task_result.messages[-1]
asyncio.run(run_team_stream())
Beta Was this translation helpful? Give feedback.
All reactions