mirror of
https://github.com/microsoft/autogen.git
synced 2025-06-26 22:30:10 +00:00

Right now if a remote agent sends a message that local agents do not listen to (and thus will never configure a deserializer for), or if the first agent in the iteration is one such, the runtime will throw an unnecessary exception an come down, even though the deserialized message will never actually be needed before a deserializer is registered. The fix will downgrade that to a warning. * Also updates the HelloAgent sample to be more amenable to being used with gRPC directly, without configuring environment variables.