VOOZH about

URL: https://thenewstack.io/aws-launches-its-take-on-an-open-source-ai-agents-sdk/

⇱ AWS Launches Its Take on an Open Source AI Agents SDK - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2025-05-16 12:00:02
AWS Launches Its Take on an Open Source AI Agents SDK
AI Agents

AWS Launches Its Take on an Open Source AI Agents SDK

AWS today launched a new SDK for building AI agents, with support for LLMs from its own Bedrock service, LiteLLM and Ollama.
May 16th, 2025 12:00pm by Frederic Lardinois
👁 Featued image for: AWS Launches Its Take on an Open Source AI Agents SDK

AWS today launched Strands Agents, an open source AI agents SDK that is the result of AWS’s internal efforts to build enterprise-ready agents.

Accenture, Anthropic, Langfuse, mem0.ai, Meta, PwC, Ragas.io, and Tavily are joining AWS in these efforts.

With LangChain, CrewAI, OpenAI’s Swarm and plenty of other frameworks in the market, choosing which agent framework to use is becoming almost as hard as choosing with model to use to power those agents. But AWS says that its take on agents makes for a simpler developer experience because it relies more on the models themselves. The argument here is that models have gotten significantly smarter in the last few years, meaning they’ll need less hand-holding to figure out how to use tools, for example.

Strands supports a wide variety of models, including from Amazon’s own Bedrock service and LiteLLM, as well as local models with the help of Ollama. It’ll come with a number of built-in tools out of the box to allow the agent to retrieve data from Amazon Bedrock’s knowledge bases, call APIs and run Python logic, for example. Support for Model Context Protocol (MCP) servers, is, of course, also available.

👁 Image

“[The] Strands SDK will help you build the agent by actually using the power of the model,” Neha Goswami, the Director of Developer Agents and Experiences at AWS, told me. “That’s really the evolution that we have seen in the last two years. Strands allows you now to build an agent by really using the model’s reasoning capabilities, and the tool use is actually now incorporated in the model itself. So we use that, and then we also use the model’s own reflection and thought chain capabilities to really figure out how to build the right agent.”

Because of this, Strands also comes with a thinking tool, which prompts the model to use multiple cycles for thought processing and self-reflection. “In the model-driven approach, modeling thinking as a tool enables the model to reason about if and when a task needs deep analysis,” AWS principal engineer Clare Liguori writes in today’s announcement.

There is also support for multi-agent tools like workflow, graph, and swarm, though today’s announcement downplays this a bit. Strands will, however, be able to orchestrate tasks across multiple agents and manage agent swarms.

For the most part, building agents with Strands is indeed quite straightforward and, like with similar frameworks, a lot of the work is in writing the tools and the right prompts as most of the code to run the agents is boilerplate.

“As a developer who’s building an agent now, even my own teams, the way we do it, we just write some prompts, and we are very now focused on the right tools for the job,” Goswami said. “So we bring that to the SDK, and then we build our agents just by using a combination of these prompts, these tools, and then we basically enter an agentic loop where the model is guiding itself on how to build the agent correctly.”

Looking ahead, Goswami noted that one area where there is still a lack of tooling is around telemetry. It’s likely that we will see Strands (or a different AWS project) tackle this in the future.

TRENDING STORIES
Before joining The New Stack as its senior editor for AI, Frederic was the enterprise editor at TechCrunch, where he covered everything from the rise of the cloud and the earliest days of Kubernetes to the advent of quantum computing....
Read more from Frederic Lardinois
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Anthropic, Tavily, OpenAI, CrewAI.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.