COCOS-344 - New agent structure#350
Merged
Merged
Conversation
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #350 +/- ##
==========================================
- Coverage 66.31% 65.41% -0.91%
==========================================
Files 53 57 +4
Lines 4391 4756 +365
==========================================
+ Hits 2912 3111 +199
- Misses 1207 1360 +153
- Partials 272 285 +13 ☔ View full report in Codecov by Sentry. |
smithjilks
reviewed
Jan 10, 2025
smithjilks
approved these changes
Jan 14, 2025
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
drasko
requested changes
Jan 15, 2025
dborovcanin
requested changes
Jan 16, 2025
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
dborovcanin
reviewed
Jan 16, 2025
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
dborovcanin
requested changes
Jan 17, 2025
| } | ||
| } | ||
|
|
||
| type runRequestManager struct { |
Contributor
There was a problem hiding this comment.
Is there a way to avoid implementing this chunk manager (proto/grpc lib or 3rd-party lib)?
Contributor
Author
There was a problem hiding this comment.
proto/grpc does not support it, I have not found a third party lib at the moment, I just looked at the simple implementation for out use case
…Client to CVMSClient Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
… tests Signed-off-by: Sammy Oina <sammyoina@gmail.com>
…ice tests Signed-off-by: Sammy Oina <sammyoina@gmail.com>
dborovcanin
approved these changes
Jan 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What does this do?
New Features
Improvements
Breaking Changes
AgentConfigfrom computation configurationsBug Fixes
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Did you document any new/modified feature?
Notes