autogen/dotnet/samples/Hello
Jacob Alber 8029572f3f
fix: Unhandled Messages should not error when no deserializer is found (#5549)
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.
2025-02-14 10:27:29 -05:00
..
Hello.AppHost rysweet-unsubscribe-and-agent-tests-4744 (#4920) 2025-01-24 19:24:00 -08:00
HelloAIAgents fix: Various fixes and cleanups to dotnet autogen core (#5242) 2025-01-28 17:13:36 -05:00
HelloAgent fix: Unhandled Messages should not error when no deserializer is found (#5549) 2025-02-14 10:27:29 -05:00
HelloAgentState fix: Various fixes and cleanups to dotnet autogen core (#5242) 2025-01-28 17:13:36 -05:00
protos Rysweet refactor 4670 rename abstractions to contracts (#4674) 2024-12-12 19:43:26 -08:00
README.md rysweet-adopt .NET Microsoft.Extensions.AI abstractions (#3790) 2024-10-23 14:23:36 -07:00

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.