mirror of https://github.com/microsoft/autogen.git
![]() 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. |
||
---|---|---|
.. | ||
Hello.AppHost | ||
HelloAIAgents | ||
HelloAgent | ||
HelloAgentState | ||
protos | ||
README.md |
README.md
Multiproject App Host for HelloAgent
This is a .NET Aspire App Host that starts up the HelloAgent project and the agents backend. Once the project starts up you will be able to view the telemetry and logs in the Aspire Dashboard using the link provided in the console.
cd Hello.AppHost
dotnet run
For more info see the HelloAgent README.