Skip to content

Commit ced5b1f

Browse files
authored
Docs: AgentCore workshops links update (#1958)
1 parent ded4584 commit ced5b1f

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

06-workshops/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 📚 Amazon Bedrock AgentCore Tutorials
22

3+
⚠️ Recommendation: [The Starter Toolkit CLI](https://github.com/aws/bedrock-agentcore-starter-toolkit) is no longer supported. Please use the AgentCore CLI.
4+
5+
The AgentCore CLI (@aws/agentcore) is now the recommended way to create, develop, and deploy AI agents on Amazon Bedrock AgentCore. It supports a broader set of frameworks (Strands, LangGraph, LangChain, Google ADK, OpenAI Agents, and BYO), provides local development with hot reload, built-in evaluations, gateway management, and more.
6+
37
This folder contains Hands-on tutorials for building, deploying, and managing AI agents with Amazon Bedrock AgentCore.
48

59
AgentCore services work independently or together, with any agentic framework (Strands Agents, LangChain, LangGraph, CrewAI, etc.) and any model.

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,23 @@ Production-ready templates for provisioning AgentCore resources with CloudFormat
9797

9898
Complete, deployment-ready agentic applications with integrated services, authentication, and business logic you can customize for your use case.
9999

100-
### 📦 [`legacy/`](./legacy/)
100+
### 📦 [`workshops/`](./06-workshops/) - Deprecated legacy code
101101

102-
**Starter Toolkit Samples (Pending Migration)**
102+
⚠️ Recommendation: The Starter Toolkit CLI is no longer supported. Please use the AgentCore CLI.
103103

104-
Samples that still depend on the [Bedrock AgentCore Starter Toolkit](https://github.com/aws/bedrock-agentcore-starter-toolkit) CLI. These will be migrated to the AgentCore CLI as SDK support rolls out. See [`MIGRATION.md`](./MIGRATION.md) for status.
104+
The AgentCore CLI (@aws/agentcore) is now the recommended way to create, develop, and deploy AI agents on Amazon Bedrock AgentCore. It supports a broader set of frameworks (Strands, LangGraph, LangChain, Google ADK, OpenAI Agents, and BYO), provides local development with hot reload, built-in evaluations, gateway management, and more.
105+
106+
For new projects, install the AgentCore CLI:
107+
108+
npm install -g @aws/agentcore
109+
Already installed this toolkit? Once you've migrated, uninstall it:
110+
111+
pip uninstall bedrock-agentcore-starter-toolkit
112+
113+
114+
**Starter Toolkit Samples (Migration complete)**
115+
116+
Please refer to this folder for [`Diving Deep with AgentCore Workshop/`](./01-features/)
105117

106118
## Quick Start with the AgentCore CLI
107119

@@ -206,7 +218,7 @@ jupyter notebook path/to/your/notebook.ipynb
206218

207219
- [AgentCore CLI](https://github.com/aws/agentcore-cli)
208220
- [Amazon Bedrock AgentCore Documentation](https://docs.aws.amazon.com/bedrock-agentcore/)
209-
- [Getting started with Amazon Bedrock AgentCore - Workshop](https://catalog.us-east-1.prod.workshops.aws/workshops/850fcd5c-fd1f-48d7-932c-ad9babede979/en-US)
221+
- [Getting started with Amazon Bedrock AgentCore - Workshop](https://catalog.workshops.aws/agentcore-getting-started/en-US)
210222
- [Diving Deep into Bedrock AgentCore - Workshop](https://catalog.workshops.aws/agentcore-deep-dive/en-US)
211223
- [Amazon Bedrock AgentCore pricing](https://aws.amazon.com/bedrock/agentcore/pricing/)
212224
- [Amazon Bedrock AgentCore FAQs](https://aws.amazon.com/bedrock/agentcore/faqs/)

0 commit comments

Comments
 (0)