Skip to content

Latest commit

 

History

History

README.md

Strands Agents Python Samples and Tutorials

Build AI agents with the Strands Agents Python SDK.

Index

Folder Description
01-learn Build foundational skills. Progressive tutorials from creating your first agent to multi-agent orchestration
02-deploy Take agents to production. Reference patterns for serverless, container, and managed runtime deployments
03-integrate Extend agent capabilities. Connect agents with databases, communication protocols, voice services, and safety guardrails
04-industry-use-cases See agents in action. Industry-specific applications organized by domain: finance, healthcare, retail, and more
05-technical-use-cases Apply architectural patterns. Reusable design patterns for retrieval, reasoning, and agent coordination
06-evaluate Ensure agent quality. Test agents with the Strands Evals SDK using built-in and custom evaluators
07-ux-demos Build user interfaces. UX/UI demos with Streamlit, data visualization, and interactive playgrounds
08-edge Deploy beyond the cloud. Run agents on edge devices and robotics platforms

Getting Started

  1. New to Strands? Start with 01-learn/01-first-agent
  2. Ready to deploy? See 02-deploy for Lambda, Fargate, and AgentCore patterns
  3. Connecting external services? Check 03-integrate for databases, protocols, and guardrails
  4. Building for a specific industry? Browse 04-industry-use-cases by domain
  5. Looking for design patterns? See 05-technical-use-cases for reusable architectural patterns
  6. Testing your agent? Use 06-evaluate for built-in and custom evaluators
  7. Adding a UI? Try 07-ux-demos for Streamlit templates and playgrounds
  8. Running on devices? Explore 08-edge for robotics and edge platforms

For setup instructions and prerequisites, see the main README.