-
Notifications
You must be signed in to change notification settings - Fork 22
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
[DO NOT MERGE] diffs above agent framework #67
[DO NOT MERGE] diffs above agent framework #67
Conversation
Signed-off-by: Ashish Agrawal <[email protected]>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
…ct#31) Signed-off-by: Ashish Agrawal <[email protected]>
* feat: add maintainers Signed-off-by: SuZhou-Joe <[email protected]> * feat: format Signed-off-by: SuZhou-Joe <[email protected]> --------- Signed-off-by: SuZhou-Joe <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/agent-framework #67 +/- ##
========================================================
Coverage 58.67% 58.67%
========================================================
Files 46 46
Lines 1089 1089
Branches 252 252
========================================================
Hits 639 639
Misses 441 441
Partials 9 9 ☔ View full report in Codecov by Sentry. |
"persistent" : { | ||
"plugins.ml_commons.trusted_connector_endpoints_regex": | ||
[ "^https://runtime\\.sagemaker\\..*[a-z0-9-]\\.amazonaws\\.com/.*$", | ||
"^https://api\\.openai\\.com/.*$", | ||
"^https://api\\.cohere\\.ai/.*$", | ||
"^https://bedrock-runtime\\.us-east-1\\.amazonaws\\.com/.*$" | ||
] | ||
} |
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.
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.
good point, we can exclude links with ^https
which is probably regex. i'll send a separate PR since it's not part of the merge
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.
closing since #66 is merged |
Description
Describe what this change achieves.
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.