AWS bedrock-agentcore documentation change
Summary
Updated references from 'Amazon Bedrock AgentCore Starter Toolkit' to 'AgentCore CLI' throughout the document, including updated GitHub links and tutorial titles.
Security assessment
This change rebrands tooling references and updates links but contains no security-related content. There is no mention of security vulnerabilities, incidents, or security features being added or modified.
Diff
diff --git a/bedrock-agentcore/latest/devguide/runtime-getting-started.md b/bedrock-agentcore/latest/devguide/runtime-getting-started.md index 2a5cb8045..ee2894dfa 100644 --- a//bedrock-agentcore/latest/devguide/runtime-getting-started.md +++ b//bedrock-agentcore/latest/devguide/runtime-getting-started.md @@ -9 +9 @@ You can use the following tutorials to get started with Amazon Bedrock AgentCore -The [Amazon Bedrock AgentCore Starter Toolkit](https://github.com/aws/bedrock-agentcore-starter-toolkit) is a Command Line Interface (CLI) that simplifies the infrastructure setup for containerizing and deploying an agent to an AgentCore Runtime. +The [AgentCore CLI](https://github.com/aws/agentcore-cli) is a Command Line Interface (CLI) that simplifies the infrastructure setup for containerizing and deploying an agent to an AgentCore Runtime. @@ -13 +13 @@ The [Amazon Bedrock AgentCore Starter Toolkit](https://github.com/aws/bedrock-ag - * [Get started with the Amazon Bedrock AgentCore starter toolkit in Python](./runtime-get-started-toolkit.html) + * [Get started with the AgentCore CLI](./runtime-get-started-cli.html) @@ -15 +15 @@ The [Amazon Bedrock AgentCore Starter Toolkit](https://github.com/aws/bedrock-ag - * [Get started with the Amazon Bedrock AgentCore starter toolkit in TypeScript](./runtime-get-started-toolkit-typescript.html) + * [Get started with the AgentCore CLI in TypeScript](./runtime-get-started-cli-typescript.html) @@ -17 +17 @@ The [Amazon Bedrock AgentCore Starter Toolkit](https://github.com/aws/bedrock-ag - * [Get started without the starter toolkit](./getting-started-custom.html) + * [Get started without the AgentCore CLI](./getting-started-custom.html) @@ -34 +34 @@ IAM Permissions for AgentCore Runtime -Get started with starter toolkit (Python) +Get started with AgentCore CLI