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

チャットの応答部分を AWS Strands Agents SDK で置き換えてみた

チャットの応答部分を AWS Strands Agents SDK で置き換えてみた

2025/07/12(土) JAWS-UG DE&I [誰でもOK] Amazon Bedrock + AWS SAM ハンズオン
Amazon BedrockとAWS SAMで作るDiscord AIチャットボット https://jawsugdei.connpass.com/event/359714/ における LT資料です。

Avatar for r3_yamauchi

r3_yamauchi

July 12, 2025
Tweet

More Decks by r3_yamauchi

Other Decks in Programming

Transcript

  1. 簡単にツールを 使える! 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 AWS Strands Agents SDK を使うと
  2. 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/