You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 06-workshops/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# 📚 Amazon Bedrock AgentCore Tutorials
2
2
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
+
3
7
This folder contains Hands-on tutorials for building, deploying, and managing AI agents with Amazon Bedrock AgentCore.
4
8
5
9
AgentCore services work independently or together, with any agentic framework (Strands Agents, LangChain, LangGraph, CrewAI, etc.) and any model.
⚠️ Recommendation: The Starter Toolkit CLI is no longer supported. Please use the AgentCore CLI.
103
103
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/)
-[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)
210
222
-[Diving Deep into Bedrock AgentCore - Workshop](https://catalog.workshops.aws/agentcore-deep-dive/en-US)
0 commit comments