mirror of
https://github.com/microsoft/autogen.git
synced 2026-05-13 03:00:55 -04:00
* refactor renaming agent base * rename the files * Update dotnet/src/Microsoft.AutoGen/Agents/Services/HostBuilderExtensions.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update the tests --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.