You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 542 B

12345678910
  1. # Multiproject App Host for HelloAgent
  2. This is a [.NET Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/aspire-overview) 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](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/aspire-dashboard) using the link provided in the console.
  3. ```shell
  4. cd Hello.AppHost
  5. dotnet run
  6. ```
  7. For more info see the HelloAgent [README](../HelloAgent/README.md).