The Open-Source AI Stack
RSS

The Stack · Agents · Open source

Strands Agents

AWS's open agent SDK; Apache-2.0, Python (TypeScript in preview), Bedrock-default but model-agnostic, native MCP, workflow/graph/swarm multi-agent. 1.0 GA July 2025.

Apache 2.0 · stable · Project site → · GitHub →

Strands Agents is AWS's Apache-2.0 agent SDK, built around a model-driven loop where the model decides which tools to call. The Python SDK reached 1.0 in July 2025; a TypeScript version is in preview as of December 2025. Multi-agent composition supports workflow, graph, and swarm patterns, with sub-agents modeled as tools. It defaults to Amazon Bedrock but is model-agnostic: the launch post lists Anthropic's Claude, Llama, Ollama for local development, and others such as OpenAI through LiteLLM. MCP support is native; the launch framing is that an agent can draw on the published catalog of MCP servers for tools. For open-source AI, Strands is the AWS data point in the pattern of fully open vendor SDKs: the framework is Apache-2.0 and runs against open-weights models locally through Ollama, even though Bedrock is the house default. It is one of several 2026 SDKs that make the older "vendor SDK equals lock-in" assumption mostly false.

Sources

Want a follow-up? Ask the chat about Strands Agents in context. It will compare to siblings at the same layer and ground every claim in the wiki.

Other projects at the Agents layer

19 siblings · ordered open first