Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AWS Strands Agents SDK Lambda関数内で使ってみた

AWS Strands Agents SDK Lambda関数内で使ってみた

2025/06/28(土) Serverless Meetup Osaka #05 における LT資料です。

Avatar for r3_yamauchi

r3_yamauchi

June 28, 2025
Tweet

More Decks by r3_yamauchi

Other Decks in Programming

Transcript

  1. AWS Strands Agents SDK とは︖ 2025年 5⽉ 16⽇リリース 最新のオープンソースSDK AIエージェント開発⽤

    簡単かつ迅速に構築可能 ツールや MCP Server に対応 拡張性が⾼い 軽量で柔軟 シンプルで完全にカスタマイズ可能 モデル⾮依存 複数のプロバイダーに対応 本番環境対応 可観測性とスケーリング マルチエージェント 協調動作システム Introducing Strands Agents, an Open Source AI Agents SDK https://aws.amazon.com/blogs/opensource/introducing-strands-agents-an-open-source-ai-agents-sdk/ https://aws.amazon.com/jp/blogs/news/introducing-strands-agents-an-open-source-ai-agents-sdk/
  2. 簡単にツールを 使える! agent.py from strands import Agent agent = Agent

    (system_prompt = "あなたは簡潔な回答を ) response = agent (”EC2インスタンスの⼀覧ください" ) 提供する親切なアシスタントです。”, from strands_tools import use_aws tools = [use_aws] https://github.com/strands- agents/tools agents/tools