sdk python
Basic Information
Strands Agents SDK for Python is a developer-focused library that provides a model-driven approach to building and running AI agents with minimal code. It is intended for creating everything from simple conversational assistants to complex autonomous and multi-agent workflows, and it scales from local development to production deployment. The SDK exposes a simple, customizable agent loop, Python-based tool integration via decorators, hot reloading of tools from a directory, and native support for the Model Context Protocol (MCP) to access many pre-built tools. It is model-agnostic and ships with built-in providers and adapters for multiple model hosts. The README includes quickstart installation instructions via pip and notes about provider configuration such as AWS credentials when using the default Bedrock provider.