Skip to content

Commit a073aae

Browse files
authored
Merge pull request #8 from aws/readme
update readme
2 parents bb70511 + f76341c commit a073aae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
```python
3030
# Your existing agent (any framework)
31-
from langgraph import StateGraph
32-
# or CrewAI, Autogen, custom logic - doesn't matter
31+
from strands import Agent
32+
# or LangGraph, CrewAI, Autogen, custom logic - doesn't matter
3333

3434
def my_local_agent(query):
3535
# Your carefully crafted agent logic
@@ -47,7 +47,7 @@ app.run() # Ready to run on Bedrock AgentCore
4747
```
4848

4949
**What you get with Bedrock AgentCore:**
50-
-**Keep your agent logic** - Works with LangGraph, CrewAI, Autogen, custom frameworks
50+
-**Keep your agent logic** - Works with Strands, LangGraph, CrewAI, Autogen, custom frameworks
5151
-**Zero infrastructure management** - No servers, containers, or scaling concerns
5252
-**Enterprise-grade platform** - Built-in auth, memory, observability, security
5353
-**Production-ready deployment** - Reliable, scalable, compliant hosting
@@ -82,7 +82,7 @@ def health_check():
8282

8383
**Quick Start:** Use the [Bedrock AgentCore Starter Toolkit](https://github.com/aws/bedrock-agentcore-starter-toolkit) for rapid prototyping.
8484

85-
**Production:** Deploy with [AWS CDK](https://aws.amazon.com/cdk/) for infrastructure as code.
85+
**Production:** [AWS CDK](https://aws.amazon.com/cdk/) - coming soon.
8686

8787
## 📝 License & Contributing
8888

0 commit comments

Comments
 (0)