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
PublishMessageAsync on the .NET side sends a message to all agents, including the sender (so if sender also handles messages of that type, it will receive the message).
PublishMessageAsync on the .NET side sends a message to all agents, including the sender (so if sender also handles messages of that type, it will receive the message).
In Python, this is explicitly avoided (https://github.com/microsoft/autogen/blob/main/python/packages/autogen-core/src/autogen_core/_single_threaded_agent_runtime.py#L376-L379):
What should the desired behaviour be here?
The text was updated successfully, but these errors were encountered: