AIニュース最前線
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業

AIニュース最前線

世界中のAI最新情報を日本語で毎時更新

最新ニュース日報トレンド企業プレミアムRSS
© 2026 ainew.jp特定商取引法に基づく表記
ニュース一覧元記事を開く
AWS Machine Learning Blog·2026年4月23日 04:13·約9分で読める

数分で最初の動作エージェントを構築:Amazon Bedrock AgentCoreの新機能発表

#AIエージェント#マネージドインフラ#AWS Bedrock AgentCore#Strands Agents#フレームワーク互換性
TL;DR

AWSはAmazon Bedrock AgentCoreの新機能として、インフラ構築の手間を大幅に削減し3つのAPI呼び出しで動作するAIエージェントを迅速に構築できる「マネージドエージェントハネス」を発表した。

AI深層分析2026年4月23日 04:16
4
重要/ 5段階
深度40%
4
関連度30%
5
実用性20%
3
革新性10%
4

キーポイント

1

インフラ構築の自動化と抽象化

計算リソース、サンドボックス、認証、メモリ、エラー回復を含むインフラを自動構成し、開発者がオーケストレーションコードを直接記述せずにエージェントを起動可能にした。

2

3ステップの簡易構築ワークフロー

モデル、ツール、指示を宣言するだけで3つのAPI呼び出しでエージェントを実行でき、モデル変更やツール追加は設定パラメータの修正のみで即時反映される。

3

既存オープンソースフレームワークとの互換性

LangGraph、LlamaIndex、CrewAI、Strands Agentsなど既存のフレームワークと連携し、カスタムオーケストレーションが必要な高度なユースケースにも柔軟に対応できる。

影響分析・編集コメントを表示

影響分析

本発表は、AIエージェント開発の参入障壁を大幅に下げ、プロトタイピングから本番デプロイまでのサイクルを加速させる。AWSは既存エコシステムを尊重しつつ自前のマネージド基盤でベンダーロックインを防ぐ戦略を取り、エンタープライズ向けエージェント開発の標準インフラとしての地位を強化する。

編集コメント

開発者の負担を「コード」から「設定」へ移行させるアプローチは、エージェント開発の民主化に寄与する。ただし、マネージドサービス特有のコスト構造と運用フローを評価した上で、既存のオープンソースエコシステムとの統合度を注視する必要がある。

最初の動作するエージェントを数分で構築:Amazon Bedrock AgentCoreの新機能発表

エージェントを動作させるということは、これまで常に、エージェント自体が本当に優れているかどうかをテストする前に、インフラストラクチャ(infrastructure)の問題リストを次々と解決することを意味してきました。フレームワーク、ストレージ、認証、デプロイメントパイプラインを接続し、エージェントが最初の実際のタスクを処理する頃には、すでにエージェントのロジックではなくインフラストラクチャ構築に数日費やしてしまっているという状況です。

当社は、開発者がバックエンドの配線(backend plumbing)ではなくエージェントロジックの構築に集中し、LangGraph、LlamaIndex、CrewAI、Strands Agentsなど、すでに使用しているフレームワークやモデルを活用できるようにするため、AgentCoreをゼロから構築しました。本日、エージェント構築体験をさらに効率化する新機能を発表します。これにより、最初のプロトタイプから本番デプロイメントに至るまで、エージェント開発のあらゆる段階でチームを遅らせるインフラストラクチャ(infrastructure)の障壁を取り除きます。

3つのステップでアイデアから動作するエージェントへ

すべてのエージェントには、モデルを呼び出し、どのツールを呼び出すかを決め、結果を返し、コンテキストウィンドウ(context windows)を管理し、障害に対応するループを含むオーケストレーションレイヤー(orchestration layer)が存在します。このループを動作させるには、その下にインフラストラクチャ(infrastructure)が必要です。エージェントをホストするためのコンピューティングリソース、コードを安全に実行するためのサンドボックス、ツールへの安全な接続、永続ストレージ、エラーリカバリです。このインフラストラクチャがエージェントハーネス(agent harness)を構成し、エージェントを実際に動作可能にします。

これまで、このハーネスを構築することは、すべてのチームが最初からゼロで行わなければならない最初の作業でした。つまり、エージェントが単一のリクエストを処理できる前に、フレームワークの選択、オーケストレーションコードの記述、ツールやメモリ(memory)との接続、認証の設定を行う必要があったのです。これは必要な作業ですが、エージェントが有用かどうかを判断する作業ではありません。当社と協力してきたほとんどのチームは、最初の実際のテストを実行する前に、このインフラストラクチャ(infrastructure)構築に数日を費やしていました。

AgentCoreの新機能「マネージドエージェントハーネス(managed agent harness)」は、これらの初期構築作業をシンプルな設定に置き換えます。オーケストレーションコードを記述することなく、エージェントを宣言し、わずか3つのAPI呼び出しで実行できます。エージェントの動作定義を行います:どのモデルを使用するか、どのツールを呼び出せるか、どのような指示に従うか。AgentCoreのハーネスは、コンピューティングリソース、ツール、メモリ、アイデンティティ管理(identity)、セキュリティを結びつけ、数分でテストできる動作するエージェントを作成します。異なるモデルを試す場合やツールを追加する場合も、コードの書き直しではなく設定変更で対応できます。APIパラメータをその場で変更するだけで、数分以内にエージェントの複数のバリエーションをテストできます。

image
image

その速度は柔軟性の犠牲を伴いません。AgentCoreのharness(ハルネス)は、AWSによるオープンソースフレームワークであるStrands Agentsによって駆動されています。カスタムオーケストレーションロジック、専門的なルーティング、またはマルチエージェント調整が必要な場合、同じプラットフォーム、同じmicroVM(マイクロVM)分離、同じデプロイメントパイプラインを維持したまま、設定からコード定義のharness(ハルネス)に切り替えることができます。AgentCoreは、セッション状態を耐久性のあるファイルシステムに永続化するため、エージェントはタスクの途中で一時停止し、完全に中断した場所から再開することができます。これにより、カスタムパイプライン構築や、必要が生じた後にエージェントを再設計することなく、human-in-the-loop(ヒューマンインザループ)パターンを実用的に実装できます。必要に応じて機能を追加し制御を強化できるため、初期構築は数分で完了し、要件の変化に合わせてアーキテクチャの再設計なしに拡張可能です。

「私たちはeコマースに革命をもたらすAIエージェントを構築しています」と、VTEXのエンジニアリング担当バイスプレジデントであるRodrigo Moreiraは述べています。「以前は、新しいエージェントの各プロトタイプを検証する前に、オーケストレーションコードとインフラストラクチャのセットアップに数日かかることが必要でした。AgentCoreのharness(ハルネス)機能はこの状況を変えます:モデルの交換、ツールの追加、エージェントの指示の微調整は、すべて再構築ではなく設定変更で実行できます。これでエージェントのアイデアを数日でなく数分で検証でき、これらの新機能によってエージェント開発の加速にさらに期待しています」。

Build, deploy, operate your agents from the same terminal

エージェントの動作を確認できたら、次は本番環境での実行を望むはずです。通常、これはエディタから離れ、デプロイメントパイプラインのセットアップ、環境設定を行い、エージェント構築時に使用したワークフローとは全く異なるプロセスを組み立てることを意味します。

新機能のAgentCore CLIは、プロトタイプ作成、デプロイ、運用というフルライフサイクルを通じて、すでに作業中の同じターミナル内で一元化したワークフローを維持します。エージェントのローカルでの反復開発を行い、準備ができたらツールを切り替えたり別個のパイプラインを構築したりすることなくデプロイできます。AgentCoreはCDKサポートとTerraform(近日公開予定)によるinfrastructure as code (IaC)を通じてデプロイを支援するため、エージェント設定は再現可能でバージョン管理されます。ローカルでテストした内容が、そのまま本番環境で実行されるコードと完全に一致します。

image
image

コーディングエージェントに適切なコンテキスト(context)を提供する

エージェント開発の全過程を通じて、多くの開発者はClaude CodeやKiroなどのコーディングアシスタント(coding assistant)と並行して作業を行っています。しかし、コーディングアシスタントの有効性は、それが持つコンテキスト(context)の質に左右されます。汎用のMCPサーバー(Model Context Protocol server)はAPIやドキュメントへのアクセスを提供できますが、重要な「意見」をエンコードするものではありません:どのパターンを使用すべきか、機能がどのように連携するか、一般的なタスクにおける推奨される手順は何かといったことです。AgentCoreの新規プリビルトスキル(pre-built skills)は、単なる生(raw)のAPIアクセスを超えています。これらはコーディングエージェントに、厳選された最新のAgentCoreベストプラクティスに関する知識を提供し、得られる提案が単にエンドポイントが存在するだけでなく、プラットフォームの intended use(意図された使い方)を反映するようにします。Kiroでは今日すでに組み込みのPowerとしてこの機能が提供されており、Claude Code、Codex、Cursor用のプラグインも近日中に公開予定です。急速に進化するプラットフォームにおいて、コーディングエージェントに正確なコンテキストを備えさせることは、最初の行のコードからして間違った方向へ進むことを大幅に減らすことを意味します。

はじめに

AgentCoreのマネージドエージェントハーネス(agent harness)は、本日より4つのAWSリージョンでプレビュー利用可能です:US West (Oregon)、US East (N. Virginia)、Asia Pacific (Sydney)、Europe (Frankfurt)。AgentCore CLIおよび永続型エージェントファイルシステム(persistent agent filesystem)は、AgentCoreが提供されているすべてのAWS商用リージョンで利用可能です。コーディングエージェントスキルは4月末までに提供開始されます。使用したリソースに対してのみ課金され、CLI、ハーネス、スキルに追加料金はかかりません(詳細はAgentCoreの料金ページをご覧ください)。AgentCoreのドキュメントにアクセスして、すぐに始めましょう。

これらの機能を活用することで、インフラストラクチャのセットアップを気にすることなく、エージェントロジックに集中できます。エージェントが進化するにつれて、再アーキテクチャを行うことなく、評価(evaluations)、メモリ、ツール接続、ポリシー適用を追加できます。プロトタイピングに使用するプラットフォームは、本番環境で実行するものと同じです。

著者について

image
image

Madhu Parthasarathy

Madhu ParthasarathyはAmazon Bedrock AgentCoreのGM(General Manager)であり、大規模分散インフラストラクチャ構築において20年以上の専門知識を有しています。Amazonでは16年以上勤務し、Amazon Retail、Elastic Block Store、そして近年はAgentCoreにおいて複数のイニシアチブを主導してきました。また、LinkedInではエンタープライズプラットフォームを率いて同社の全ビジネスラインを支え、ネオクラウド系スタートアップではセキュリティと開発者体験のビジョンを推進するAIインフラストラクチャを率いるなど、他の企業でも様々なリーダーシップポジションを務めてきました。現在、Madhuはカリフォルニア州サンタクララに拠点を置いています。

原文を表示

Getting an agent running has always meant solving a long list of infrastructure problems before you can test whether the agent itself is any good. You wire up frameworks, storage, authentication, and deployment pipelines, and by the time your agent handles its first real task, you’ve spent days on infrastructure instead of agent logic.

We built AgentCore from the ground up to help developers focus on building agent logic instead of backend plumbing, working with frameworks and models they already use, including LangGraph, LlamaIndex, CrewAI, Strands Agents, and more. Today, we’re introducing new capabilities that further streamline the agent building experience, removing the infrastructure barriers that slow teams down at every stage of agent development from the first prototype through production deployment.

Go from idea to a running agent in three steps

Every agent has an orchestration layer which contains the loop that calls the model, decides which tool to invoke, passes results back, manages context windows, and handles failures. Running that loop requires infrastructure underneath it: compute to host the agent, a sandbox to safely execute code, secure connections to tools, persistent storage, and error recovery. This infrastructure forms the agent harness, enabling an agent to actually run.

Until now, building that harness was the first thing every team had to do from scratch. That meant choosing a framework, writing the orchestration code, connecting it to tools and memory, and ensuring authentication, all before the agent could process a single request. It’s necessary work, but it’s not the work that tells you whether your agent is going to be useful. Most teams we’ve worked with spent days on this infrastructure before they could run their first real test.

The new managed agent harness feature in AgentCore replaces all that upfront build with a straightforward configuration. You declare your agent and run it in just three API calls, without writing orchestration code. You define what your agent does: which model it uses, which tools it can call, and what instructions it follows. AgentCore’s harness stitches together compute, tooling, memory, identity, and security to create a running agent that you can test in minutes. Trying a different model or adding a tool is a config change, not a code rewrite. You can test several variations of an agent in minutes by changing the API parameter on the fly.

That speed doesn’t come at the cost of flexibility. The harness in AgentCore is powered by Strands Agents, the open source framework from AWS. When you need custom orchestration logic, specialized routing, or multi-agent coordination, you switch from config to code-defined harness, with the same platform, same microVM isolation, same deployment pipeline. AgentCore persists session state to a durable filesystem, so agents can suspend mid-task and resume exactly where they left off. This makes human-in-the-loop patterns practical without custom plumbing, and without redesigning the agent later when those needs arise. You can get started in minutes then add more capabilities and control when your needs evolve, without any rearchitecture.

“We’re building AI agents that will revolutionize ecommerce”, said Rodrigo Moreira, VP of Engineering, VTEX. “Previously, prototyping each new agent required days of orchestration code and infrastructure setup before we could validate an idea. The harness feature in AgentCore will change that: swapping a model, adding a tool, or refining an agent’s instructions is now a configuration change, not a rebuild. We can now validate agent ideas in minutes instead of days, and we’re looking forward to accelerating agent development further with these new capabilities”.

Build, deploy, operate your agents from the same terminal

You’ve got your agent working, and now you want to run it in production. That usually means stepping out of your editor, setting up a deployment pipeline, configuring environments, and stitching together a process that looks nothing like the workflow you used to build the agent in the first place.

The new AgentCore CLI keeps you in one workflow across the full lifecycle: prototype, deploy, operate, from the same terminal that you’re already working in. You iterate on your agent locally, and when it’s ready, you deploy it without switching tools or building a separate pipeline. AgentCore powers deployments through infrastructure as code (IaC) with CDK support and Terraform (coming soon), so your agent configuration is reproducible and version-controlled. What you tested locally is exactly what runs in production.

Give your coding agents the right context

Throughout the agent development journey, most developers are working alongside a coding assistant, such as Claude Code or Kiro. But a coding assistant is only as effective as the context it has. A general-purpose MCP server can give it access to APIs and documentation, but it doesn’t encode the opinions that matter: which patterns to use, how capabilities fit together, what the recommended path looks like for common tasks. New pre-built skills in AgentCore go beyond raw API access. They give coding agents curated, current knowledge of AgentCore best practices, so the suggestions you get reflect how the platform is meant to be used, not only what endpoints exist. Kiro already includes this today as a built-in Power, with Plugins for Claude Code, Codex, and Cursor coming soon. On a platform that evolves quickly, having accurate context in your coding agent means fewer wrong turns from the very first line of code.

Get started

The managed agent harness in AgentCore is available in preview today in four AWS Regions: US West (Oregon), US East (N. Virginia), Asia Pacific (Sydney), and Europe (Frankfurt). AgentCore CLI and persistent agent filesystem, are available in all AWS commercial Regions where AgentCore is offered. Coding agent skills will be available by the end of April. You pay only for the resources that you use, with no additional charge for the CLI, harness, or skills (learn more in AgentCore pricing page). Visit AgentCore Documentation to get started.

You can use these capabilities to stay focused on agent logic, without worrying about the infrastructure setup. As your agent evolves, you add evaluations, memory, tool connections, and policy enforcement without rearchitecting. The platform that you prototype on is the same one you run in production.

About the authors

Madhu Parthasarathy

Madhu Parthasarathy is the GM of Amazon Bedrock AgentCore, with over 20 years of expertise in building large scale distributed infrastructure. Madhu has been with Amazon for over 16 years, where he led several initiatives in Amazon Retail, Elastic Block Store, and more recently, AgentCore. Madhu has held various leadership positions at other companies including LinkedIn, where he led Enterprise platform that powered all LinkedIn enterprise lines of businesses and a neo-cloud startup, where he led AI infrastructure, driving the vision for security and developer experience. Madhu is currently based in Santa Clara, California.

この記事をシェア

関連記事

AWS Machine Learning Blog★42026年6月2日 07:16

Amazon Bedrock AgentCore のアイデンティティ設定で AWS Secrets Manager のシークレットを参照可能に

AWS は、Amazon Bedrock AgentCore のアイデンティティ機能において、AWS Secrets Manager に保存された機密情報を直接参照できる機能を公開した。これにより、AI エージェントが外部 API を呼び出す際、コードへのハードコーディングやプロンプトでの露出を防ぎつつ、実行時に安全に認証情報を取得できるようになる。

The Register AI/ML★42026年4月28日 01:20

AIの現実検証:3社がウォレット、住宅、ゲーム構築で学んだこと

シティ、ホームデポ、カプコンの経営陣は、AIエージェントが実験ツールから顧客対応業務へ移行する過程で得た知見を語った。次なる課題は、金銭や創造的出力に関わる際のガバナンスと信頼性の確保である。

The Decoder★42026年4月25日 19:18

アンストロピック「強力なAIモデルはより良い取引を実現し、劣るモデルを使う利用者は気づかない」

アンストロピックは社内市場で69のAIエージェントに取引をさせ、強力なモデルがより良い結果を出した。利用者は劣るモデルの差に気づかず、AIの実取引化は経済格差を拡大させる可能性がある。

ニュース一覧に戻る元記事を読む