Install
pip install boto3 strands-agentsAWS-native agents on Bedrock. Two coexisting stacks: AgentCore (the managed runtime with secure sandboxes) and Strands SDK (the open-source Python/TypeScript framework). Plus multi-agent collaboration, A2A protocol, and native IAM.
Install
pip install boto3 strands-agentsVersion
Strands 1.36.0 · April 2026 · Python 3.10+
Best for
AWS-native workloads, secure sandboxed agents, enterprise IAM.
import boto3
client = boto3.client("bedrock-agent-runtime")
response = client.invoke_agent( agentId="AGENT_ID", agentAliasId="ALIAS_ID", sessionId="session-1", inputText="Help me analyse Q3 sales data.",)
for event in response["completion"]: print(event)Ready? Start Zero → Hero Step 1 →
| Date | Version | Changes |
|---|---|---|
| 2026-04-21 | Strands 1.36 | Index redesigned with Zero → Hero + Jump-to-topic grid. |
| April 17, 2026 | Strands 1.36.0 | Expanded tool library, refined tracing, TS parity. |
| March 2025 | AgentCore GA | Secure sandbox runtimes; managed memory; multi-agent collaboration. |
| November 2025 | Strands ~1.0 | Initial SDK documentation. |