Spring AI SDK for Amazon Bedrock AgentCore is now Generally Available

Amazon AWS AI Blog / 4/14/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • Amazon Bedrock AgentCore capabilities are now available in Spring AI via the new open source Spring AI AgentCore SDK that supports building production-ready AI agents.
  • The SDK targets the highly scalable AgentCore Runtime, enabling agents to run in a managed, runtime-backed environment.
  • The post demonstrates an agent workflow starting from a chat endpoint and then incrementally adding streaming responses.
  • It also shows how to incorporate conversation memory and extend the agent with tools such as web browsing and code execution.
With the new Spring AI AgentCore SDK, you can build production-ready AI agents and run them on the highly scalable AgentCore Runtime. The Spring AI AgentCore SDK is an open source library that brings Amazon Bedrock AgentCore capabilities into Spring AI. In this post, we build an AI agent starting with a chat endpoint, then adding streaming responses, conversation memory, and tools for web browsing and code execution.