mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-23 21:37:57 -05:00
* fix python path * update HelloAgent to enable grpc * agents app remove webapplication and add grpc * add di for client * adding events types to grpc di * warnings to information * improve logging, add some error handling; fix grpc startup * improve error logging * cleaning up publishing of messages and message handling. * WbApplication->HostedApplication * formatting * WebApplication -> HostApplication * ensure correct .NET versions are available for integration test
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.