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

Dotnet Grpc worker implementation #5245

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

Conversation

jackgerrits
Copy link
Member

No description provided.

Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.02%. Comparing base (e8f49ef) to head (05a077b).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5245   +/-   ##
=======================================
  Coverage   76.02%   76.02%           
=======================================
  Files         157      157           
  Lines        9491     9491           
=======================================
  Hits         7216     7216           
  Misses       2275     2275           
Flag Coverage Δ
unittests 76.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@rysweet rysweet left a comment

Choose a reason for hiding this comment

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

I think that most of the changes to the server side aren't necessary - I would just bring back the files from the old core that it was depending upon to start with and get the client talking to it. It was working xlang e2e (ie with the python client) on Monday am

@jackgerrits jackgerrits added the dotnet issues related to AutoGen.Net label Feb 3, 2025
jackgerrits and others added 8 commits February 3, 2025 12:50
* Define skeleton for GrpcAgentRuntime
* Implement CloudEvent and RPC Payload serialization/marshaling
* Factor out AgentContainer for managing factory registration, instantiation, and subscription management
* Prefer AgentsAppBuilderExtensions as name, due to matching the incoming `this` type.
@jackgerrits
Copy link
Member Author

Yep - scoped this back to the worker only

Copy link
Collaborator

@rysweet rysweet left a comment

Choose a reason for hiding this comment

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

It looks like GrpcMessageRouter and GrpcAgentWorker have a bunch of duplicate - assume not intentionally.

I think we should add tests for this before we add it back in - I'm happy to take that on.

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.

3 participants