-
Notifications
You must be signed in to change notification settings - Fork 184
AG-UI support in Agent Framework #4347
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
base: main
Are you sure you want to change the base?
Conversation
05dfe19 to
f555403
Compare
|
Still working on clean up and adding UTs but features are ready. |
| ? StaticCredentialsProvider | ||
| .create(AwsSessionCredentials.create(connector.getAccessKey(), connector.getSecretKey(), connector.getSessionToken())) | ||
| : StaticCredentialsProvider.create(AwsBasicCredentials.create(connector.getAccessKey(), connector.getSecretKey())); | ||
| return java.security.AccessController.doPrivileged((java.security.PrivilegedAction<BedrockRuntimeAsyncClient>) () -> { |
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.
was getting this error locally:
java.lang.SecurityException: Denied OPEN (read) access to file: /Users/jpz/.aws/credentials, domain: ProtectionDomain (file:/Volumes/workplace/github/ml-commons/plugin/build/testclusters/integTest-0/distro/3.4.0-ARCHIVE/lib/opensearch-3.4.0-SNAPSHOT.jar <no signer certificates>)
Not sure why the Bedrock client was trying to access my .credentials when credentials are already provided via connector, will remove this doPrivileged after testing in cluster to see if I run into the same issue.
f555403 to
4721dc5
Compare
013b69d to
f8f6d12
Compare
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
d0d8078 to
0ead4f9
Compare
Description
Add AG-UI support in Agent Framework
Related Issues
Resolves #4211
Check List
--signoff.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.
Sample setup:
Sample requests:
request:
response:
request:
response: