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.42.0 · June 2026 · Python 3.10+
Best for
AWS-native workloads, secure sandboxed agents, enterprise IAM.
Agent, tool, AgentBase, AgentSkills, Plugin, Skill, Snapshot, ToolContext, ModelRetryStrategy, MultiAgentPlugin) verified against installed strands-agents==1.42.0 (.routine-envs/refresh-py, 2026-06-07); 23 top-level exports confirmed; no DeprecationWarning emissions.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-06-07 | Strands 1.42.0 | Version bumped 1.36.0 → 1.42.0 (six minor releases: 1.37.0–1.42.0); version card updated; “What’s new” section updated; broken __version__ import fixed in strands SDK guide (symbol absent from 1.42.0 package; replaced with importlib.metadata.version); revision history entry added. Core symbols (Agent, tool, AgentBase, AgentSkills, Plugin, Skill, Snapshot, ToolContext, ModelRetryStrategy, MultiAgentPlugin) verified against installed strands-agents==1.42.0 (.routine-envs/refresh-py, 2026-06-07); 23 top-level exports confirmed. |
| 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. |