Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rysweet 4702 add microsoftautogenagenthost package #4703

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

rysweet
Copy link
Collaborator

@rysweet rysweet commented Dec 14, 2024

  • remove sample Backend Package
  • Move Host.cs and Aspire dependency out of Runtime.Grpc
  • adds AgentHost package that is used for building host

Why are these changes needed?

reduces reps and moves backend from samples to src

Related issue number

closes #4702

Checks

@rysweet rysweet added the dotnet issues related to AutoGen.Net label Dec 14, 2024
@rysweet rysweet added this to the 0.4.0 milestone Dec 14, 2024
@rysweet rysweet linked an issue Dec 14, 2024 that may be closed by this pull request

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 6 out of 14 changed files in this pull request and generated no comments.

Files not reviewed (8)
  • dotnet/AutoGen.sln: Language not supported
  • dotnet/samples/Hello/Backend/Backend.csproj: Language not supported
  • dotnet/samples/Hello/Hello.AppHost/Hello.AppHost.csproj: Language not supported
  • dotnet/src/Microsoft.AutoGen/AgentHost/Microsoft.Autogen.AgentHost.csproj: Language not supported
  • dotnet/src/Microsoft.AutoGen/AgentHost/Properties/launchSettings.json: Language not supported
  • dotnet/src/Microsoft.AutoGen/Runtime.Grpc/Microsoft.AutoGen.Runtime.Grpc.csproj: Language not supported
  • dotnet/samples/Hello/Backend/README.md: Evaluated as low risk
  • dotnet/src/Microsoft.AutoGen/Core/Agent.cs: Evaluated as low risk
Comments suppressed due to low confidence (1)

dotnet/src/Microsoft.AutoGen/Extensions/Aspire/AspireHostingExtensions.cs:20

  • Changing the method signature from IHostApplicationBuilder to WebApplicationBuilder is a breaking change and should be reviewed carefully.
public static WebApplicationBuilder AddServiceDefaults(this WebApplicationBuilder builder)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet issues related to AutoGen.Net
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add microsoft.autogen.agenthost package
1 participant