AWS Machine Learning Blog→ original

AWS makes new Spring AI SDK for Amazon Bedrock AgentCore generally available

AWS has brought the Spring AI SDK for Amazon Bedrock AgentCore to GA. The new open source SDK embeds AgentCore capabilities into Spring AI and shows how to…

AI-processed from AWS Machine Learning Blog; edited by Hamidun News
AWS makes new Spring AI SDK for Amazon Bedrock AgentCore generally available
Source: AWS Machine Learning Blog. Collage: Hamidun News.
◐ Listen to article

AWS has opened general access to the Spring AI SDK for Amazon Bedrock AgentCore. For Java teams, this means a more direct path to building AI agents based on Spring AI with deployment in the scalable AgentCore Runtime environment.

What exactly came out

This is an open source SDK that connects the capabilities of Amazon Bedrock AgentCore to the Spring AI ecosystem. In other words, developers can build agentic applications in the familiar Java stack without moving to separate frameworks and without manually gluing infrastructure together. AWS presents the release as a tool for production-ready agents — not just for demos, but for services that must work stably under real load.

The Generally Available status is important in itself. Usually, it means the product has exited the experimental phase, received a more stable API, and is better suited for implementation in team workflows where support, scaling, and predictable behavior during updates matter. For companies using Spring, it also lowers the barrier to entry: the model component, runtime, and agent logic can be built in one familiar development loop.

What the developer gets

In its example, AWS shows how an agent grows from a simple chat endpoint to a more applied assistant with multiple levels of capability. The logic here matters in itself: the company is not selling a separate chat widget, but demonstrating a path through which a service gradually gains memory, streaming, and tools. In other words, the SDK is designed for staged agent assembly, which can start small and then grow more complex for a specific scenario. The basic set looks like this:

  • a chat endpoint for dialogue with the model
  • streaming responses, so answers come as they are generated
  • conversation memory to preserve context between messages
  • tools for web browsing, when the agent needs to access an external source
  • code execution for tasks where the agent needs to run code or perform calculations

This set shows that the SDK is tailored not for a single prompt-response interface, but for a full agentic loop. It has dialogue state, real-time response, and the ability to call tools when the model alone is not enough. This is an important shift for enterprise development: many business scenarios require not just text, but a chain of actions, data verification, and work with external systems, including internal APIs and external web resources.

In practice, the combination of memory and tools most often separates a toy bot from a working agent. The first responds within a single message; the second is able to maintain context, find missing data, and perform actions according to application rules. For internal assistants, support scenarios, and developer tooling, this is no longer a nice-to-have, but a basic requirement if a team expects to bring a project to real use within the company or in a client product.

Why this for Spring teams

The main value of the release is that AWS embeds AgentCore right where a large part of enterprise Java code has long lived. Teams don't need to completely change their stack to start building agentic services: they can use familiar Spring patterns, existing backend processes, and standard deployment practices. This is especially convenient for companies that already have internal APIs, queues, databases, and security services tied to Java.

Equally important is the AgentCore Runtime, which AWS emphasizes as a highly scalable execution environment. The SDK itself is responsible for integrating agent capabilities into the application, while the runtime handles execution in infrastructure designed for growing load. As a result, the developer works at a higher level of abstraction: less time spent on boilerplate, more on business logic, rules, and agent tools that actually impact the user scenario.

For the market, this is another signal that agentic scenarios are moving from the laboratory phase into normal enterprise tooling. When a major cloud player packages memory, streaming, and tool use into a standard Spring SDK, it essentially tells the Java ecosystem: building AI agents can now be done as systematically as REST services or event-driven applications, not as separate experimental prototypes alongside the main production product.

What this means

The release of Spring AI SDK for Amazon Bedrock AgentCore in GA brings agentic development closer to normal enterprise processes. If a team already has a Spring stack, it gets a shorter path from prototype to production — with memory, tools, and execution in a scalable runtime without extra homemade infrastructure.

ZK
Hamidun News
AI news without noise. Daily editorial selection from 400+ sources. A product by Zhemal Khamidun, Head of AI at Alpina Digital.

Want to stop reading about AI and start using it?

AI News is a curated feed of AI/tech news. Hamidun Academy teaches you to use AI systematically in your work.

What do you think?
Loading comments…