28
28
29
29
``` python
30
30
# 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
33
33
34
34
def my_local_agent (query ):
35
35
# Your carefully crafted agent logic
@@ -47,7 +47,7 @@ app.run() # Ready to run on Bedrock AgentCore
47
47
```
48
48
49
49
** 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
51
51
- ✅ ** Zero infrastructure management** - No servers, containers, or scaling concerns
52
52
- ✅ ** Enterprise-grade platform** - Built-in auth, memory, observability, security
53
53
- ✅ ** Production-ready deployment** - Reliable, scalable, compliant hosting
@@ -82,7 +82,7 @@ def health_check():
82
82
83
83
** Quick Start:** Use the [ Bedrock AgentCore Starter Toolkit] ( https://github.com/aws/bedrock-agentcore-starter-toolkit ) for rapid prototyping.
84
84
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 .
86
86
87
87
## 📝 License & Contributing
88
88
0 commit comments