Strands Agents
AWS-backed open-source SDK for production AI agents with MCP, multi-agent patterns, and OpenTelemetry.
About
AWS released Strands Agents in 2025 as the open-source SDK its own teams, including Amazon Q Developer, use to ship production agents. The design is model-driven: rather than hand-coding an orchestration graph, you supply a model, a system prompt, and tools, and the agent loop handles planning, tool execution, context management, and streaming. First-class model providers include Amazon Bedrock, Anthropic, OpenAI, Gemini, and Ollama alongside custom providers, with Model Context Protocol servers for tool integration, agent-to-agent (A2A) communication, structured output, guardrail hooks, and multi-agent patterns. Observability is built on OpenTelemetry tracing with interception hooks, which matters for teams running agents behind real service-level commitments. The monorepo carries the Python SDK (pip install strands-agents, Python 3.10 or newer), a TypeScript SDK for Node 20 and up, the docs site, and CLI tooling, all Apache-2.0 licensed with about 6,700 GitHub stars. Quickstarts, API references, and deployment guides live at strandsagents.com.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- AI Agents & Orchestration
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- Apache-2.0
- Added
- Jul 29, 2026
Related Tools
Multi-agent framework for building and studying societies of communicating LLM agents at scale.
Super-agent harness orchestrating sub-agents, memory, and sandboxes for research and automation.
TypeScript agentic operating system with plugins, memory, and connectors for major messaging platforms.
Code-first, model-agnostic toolkit for building, evaluating, and deploying AI agents.
Autonomous agent that plans queries, searches the web and local files, and writes cited reports.
Platform for building and running autonomous agents that execute complete workflows from goals.