-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 5201 refactor runtime interface #5204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 18 changed files in this pull request and generated no comments.
Files not reviewed (13)
- dotnet/src/Microsoft.AutoGen/Core/AgentWorker.cs: Evaluated as low risk
- dotnet/src/Microsoft.AutoGen/Core/IAgentWorker.cs: Evaluated as low risk
- dotnet/src/Microsoft.AutoGen/Agents/IOAgent/WebAPIAgent/WebAPIAgent.cs: Evaluated as low risk
- dotnet/src/Microsoft.AutoGen/Core.Grpc/App.cs: Evaluated as low risk
- dotnet/src/Microsoft.AutoGen/Core/IAgentRuntimeExtensions.cs: Evaluated as low risk
- dotnet/samples/dev-team/DevTeam.Backend/Program.cs: Evaluated as low risk
- dotnet/src/Microsoft.AutoGen/Core/HostBuilderExtensions.cs: Evaluated as low risk
- dotnet/test/Microsoft.AutoGen.Core.Tests/AgentTests.cs: Evaluated as low risk
- dotnet/src/Microsoft.AutoGen/Core/AgentExtensions.cs: Evaluated as low risk
- dotnet/test/Microsoft.AutoGen.Core.Grpc.Tests/AgentGrpcTests.cs: Evaluated as low risk
- dotnet/src/Microsoft.AutoGen/Core.Grpc/GrpcAgentWorkerHostBuilderExtension.cs: Evaluated as low risk
- dotnet/src/Microsoft.AutoGen/Core/App.cs: Evaluated as low risk
- dotnet/src/Microsoft.AutoGen/Core.Grpc/GrpcAgentRuntime.cs: Evaluated as low risk
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5204 +/- ##
=======================================
Coverage 70.08% 70.08%
=======================================
Files 179 179
Lines 11619 11619
=======================================
Hits 8143 8143
Misses 3476 3476
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Changes to align the .NET code more with the python codebase.
Why are these changes needed?
Aligning the .NET with the python code and then we can evolve together from there.
Related issue number
Closes #5201