aicoolies logo
Strands Agents SDK logo

Strands Agents SDK

AWS open-source SDK for building model-driven AI agents

Share
open-sourceOpen Source
Visit Website →

Strands Agents is an open-source SDK from AWS that takes a model-driven approach to building AI agents. Developers define a prompt, model, and tools, and the LLM handles planning and orchestration autonomously. Supports Amazon Bedrock, Anthropic, OpenAI, Gemini, Ollama, and more. Powers Amazon Q Developer and AWS Glue in production. Available in Python and TypeScript with native MCP support.

Strands Agents represents AWS's entry into the open-source agent framework space with a philosophy that fundamentally differs from workflow-centric approaches like LangGraph. Instead of requiring developers to explicitly define control flows and state machines, Strands trusts the reasoning capabilities of modern foundation models to handle planning, tool selection, and execution autonomously. An agent is defined with just three components: a model provider, a system prompt, and a list of tools, and the SDK manages the agentic loop of reasoning, acting, observing, and reflecting.

The framework supports a wide range of model providers including Amazon Bedrock, Anthropic, OpenAI, Google Gemini, Ollama for local development, and LiteLLM for unified access to hundreds of models. Native Model Context Protocol integration gives agents access to thousands of pre-built MCP servers as tools, while the @tool decorator turns any Python function into an agent-callable capability. Multi-agent patterns including agent-as-tool composition, swarm orchestration, and graph-based workflows enable complex systems. Recent additions include TypeScript support, bidirectional audio streaming for voice agents, and edge device deployment with llama.cpp.

Strands is already battle-tested in production at AWS, powering Amazon Q Developer, AWS Glue, and VPC Reachability Analyzer. The deployment toolkit provides reference architectures for AWS Lambda, Fargate, EKS, and Bedrock AgentCore, with built-in OpenTelemetry observability for monitoring agent behavior at scale. Enterprise adopters like Smartsheet, Jit, and Scale AI have reported significant acceleration in agent development timelines, with some teams achieving production-ready solutions in days rather than months.

Pricing

Free and open-source under Apache 2.0 license

Platforms

Python, TypeScript, AWS, any cloud, local development

Categories

Tags

Use Cases

Alternatives

Related Tools

Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

open-sourceOpen SourceTelemetry

Headroom

Context compression for LLM apps and coding agents

Headroom is an Apache-2.0 context compression layer for LLM apps and coding agents. It compresses tool output, logs, files, RAG chunks, and agent history through a local library, proxy, wrapper, or MCP server, with retrieval hooks for bringing originals back when needed. Treat its savings numbers as Headroom-reported benchmarks, not independent aicoolies measurements.

open-sourceOpen SourceTelemetry

Codebase Memory MCP

Codebase knowledge graph MCP server for AI coding agents

Codebase Memory MCP is an MIT-licensed MCP server that turns a repository into a persistent code knowledge graph for AI coding agents. It gives Claude Code, Cursor, Codex-style agents, and other MCP clients structural queries for functions, classes, call chains, routes, and architecture, helping them explore large projects without repeatedly rereading files or relying only on broad search.

open-sourceOpen SourceTelemetry
BeeAI Framework logo

BeeAI Framework

Python and TypeScript framework for production multi-agent systems

BeeAI Framework is an Apache-2.0 toolkit for building production-ready AI agents and multi-agent systems in Python and TypeScript. Its docs cover agents, tools, RAG, memory, workflows, backend providers, serving, and A2A/MCP integration surfaces, making it a vendor-neutral option for teams comparing LangGraph, CrewAI, Mastra, and related agent runtimes.

open-sourceOpen SourceTelemetry
Klavis AI logo

Klavis AI

MCP integration platform for agent tool use at scale

Klavis AI is an Apache-2.0 MCP integration platform for teams connecting AI agents to external SaaS tools and APIs. The public repo and official docs position it as infrastructure for reliable tool access at scale, so it fits teams that want reusable MCP connectors without treating every integration as a one-off script or custom OAuth maintenance project.

open-sourceOpen SourceTelemetry

Comparisons