Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Machine Learning»AWS Open-Sources Strands Agents SDK to Simplify AI Agent Development

    AWS Open-Sources Strands Agents SDK to Simplify AI Agent Development

    May 17, 2025

    Amazon Web Services (AWS) has open-sourced its Strands Agents SDK, aiming to make the development of AI agents more accessible and adaptable across various domains. By following a model-driven approach, the Strands Agents SDK abstracts much of the complexity behind building, orchestrating, and deploying intelligent agents—making it easier for developers to build tools that plan, reason, and interact autonomously.

    Defining an Agent in Strands

    At its core, an AI agent built with Strands is defined by three essential components: a model, a set of tools, and a prompt. These components together enable the agent to carry out tasks—ranging from answering queries to orchestrating workflows—by iteratively reasoning and selecting tools using large language models (LLMs).

    • Model: Strands supports a range of models, including those from Amazon Bedrock (such as Claude or Titan), Anthropic, Meta’s Llama, and other providers through APIs like LiteLLM. It also supports local model development using platforms like Ollama, and developers can define custom model providers if needed.
    • Tools: Tools represent external functionalities that the model can invoke. Strands provides 20+ prebuilt tools—ranging from file operations to API calls and AWS service integrations. Developers can also easily register their own Python functions using the @tool decorator. Notably, Strands supports thousands of Model Context Protocol (MCP) servers, allowing for dynamic tool interaction.
    • Prompt: This defines the task or objective the agent needs to complete. Prompts can be user-defined or set at the system level for general behavior control.

    The Agentic Loop

    Strands operates through a loop where the agent interacts with the model and tools until the task defined by the prompt is completed. Each iteration involves invoking the LLM with the current context and tool descriptions. The model can choose to generate a response, plan multiple steps, reflect on past actions, or invoke tools.

    When a tool is selected, Strands executes it and feeds the result back to the model, continuing the loop until a final response is ready. This mechanism takes advantage of the growing capability of LLMs to reason, plan, and adapt in context.

    Extensibility Through Tools

    One of the strengths of the Strands SDK lies in how tools can be used to extend agent behavior. Some of the more advanced tool types include:

    • Retrieve Tool: Integrates with Amazon Bedrock Knowledge Bases to implement semantic search, enabling models to dynamically retrieve documents or even select relevant tools from thousands of options using embedding-based similarity.
    • Thinking Tool: Prompts the model to engage in multi-step analytical reasoning, enabling deeper planning and self-reflection.
    • Multi-Agent Tools: Including workflow, graph, and swarm tools, these allow the orchestration of sub-agents for more complex tasks. Strands plans to support the Agent2Agent (A2A) protocol to further enhance multi-agent collaboration.

    Real-World Applications and Infrastructure

    Strands Agents has already seen internal adoption at AWS. Teams such as Amazon Q Developer, AWS Glue, and VPC Reachability Analyzer have integrated it into production workflows. The SDK supports a range of deployment targets including local environments, AWS Lambda, Fargate, and EC2.

    Observability of the agent is built in through OpenTelemetry (OTEL), enabling detailed tracking and diagnostics—critical for production-grade systems.

    Conclusion

    Strands Agents SDK offers a structured yet flexible framework for building AI agents by emphasizing a clean separation between models, tools, and prompts. Its model-driven loop and integration with existing LLM ecosystems make it a technically sound choice for developers looking to implement autonomous agents with minimal boilerplate and strong customization capabilities.


    Check out the Project Page. All credit for this research goes to the researchers of this project. Also, feel free to follow us on Twitter and don’t forget to join our 90k+ ML SubReddit.

    The post AWS Open-Sources Strands Agents SDK to Simplify AI Agent Development appeared first on MarkTechPost.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleCVE-2025-4837 – Projectworlds Student Project Allocation System SQL Injection Vulnerability
    Next Article Google Researchers Introduce LightLab: A Diffusion-Based AI Method for Physically Plausible, Fine-Grained Light Control in Single Images

    Related Posts

    Machine Learning

    How to Evaluate Jailbreak Methods: A Case Study with the StrongREJECT Benchmark

    July 22, 2025
    Machine Learning

    Boolformer: Symbolic Regression of Logic Functions with Transformers

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    UIBeam is a lightweight, JSX-style HTML template engine

    Linux

    The best RTX 4060 gaming laptop deal I’ve seen so far during Gaming Week isn’t from Amazon

    News & Updates

    See-Through Parallel Universes with Your Mind’s Eye – The Course Guidebook: Chapter 4

    Artificial Intelligence

    Rilasciato Pinta 3.0: Un aggiornamento significativo per il programma di pittura open source

    Linux

    Highlights

    PoC exploit for critical Erlang/OTP SSH bug is public (CVE-2025-32433)

    April 22, 2025

    PoC exploit for critical Erlang/OTP SSH bug is public (CVE-2025-32433)

    There are now several public proof-of-concept (PoC) exploits for a maximum-severity vulnerability in the Erlang/OTP SSH server (CVE-2025-32433) unveiled last week.
    “All users running an SSH server bas …
    Read more

    Published Date:
    Apr 22, 2025 (1 hour, 23 minutes ago)

    Vulnerabilities has been mentioned in this article.

    CVE-2025-32433

    CVE-2021-20035

    CVE-2025-36539 – AVEVA PI Data Archive Denial of Service (DoS)

    June 12, 2025

    CVE-2025-49585 – XWiki Unrestricted Code Execution Vulnerability

    June 13, 2025

    Sequeler is a native Linux SQL client built in Vala and Gtk

    July 6, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.