aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

JavaScript v3: Code examples and an end-to-end scenario for Amazon Bedrock Agents (draft)

Open DennisTraub opened this issue 1 year ago • 0 comments

This pull request adds examples and an end-to-end scenario demonstrating the use of Amazon Bedrock Agents with the AWS SDK for Java v2, using both the sync and async clients respectively.

It will include the following actions for Agents for Amazon Bedrock:

  • [X] CreateAgent
  • [ ] CreateAgentActionGroup
  • [ ] CreateAgentAlias
  • [ ] DeleteAgent
  • [ ] DeleteAgentActionGroup
  • [ ] DeleteAgentAlias
  • [X] GetAgent
  • [X] ListAgents
  • [X] paginateListAgents
  • [X] ListAgentActionGroups
  • [X] paginateListAgentActionGroups
  • [ ] ListAgentKnowledgeBases
  • [ ] PrepareAgent

It will include the following for the Amazon Bedrock Agents Runtime:

  • [ ] InvokeAgent

It will include the following scenarios:

  • [x] Hello, a simple scenario to demonstrate how to interact with Agents for Amazon Bedrock.
  • [ ] An end-to-end scenario

Note: The end-to-end scenario mirrors the Bedrock Agents scenario for the Python SDK which has already been reviewed and approved by the service team.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

DennisTraub avatar Feb 15 '24 11:02 DennisTraub