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
When I turn on streaming, all agents stream to the frontend. I have to write my own agent custom agent classes to disable this. I only want my last agent to stream to the frontend. This should be controlled by setting silent=True when setting up an agent.
Describe the bug
When I turn on streaming, all agents stream to the frontend. I have to write my own agent custom agent classes to disable this. I only want my last agent to stream to the frontend. This should be controlled by setting silent=True when setting up an agent.
Steps to reproduce
Run this notebook:
https://ag2ai.github.io/ag2/docs/notebooks/agentchat_websockets#testing-websockets-server-with-python-client
And set any of the agents as silent=True. The agent will still send info to the frontend.
Model Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: