Constructing an AI agent that may deal with a real-life use case in manufacturing is a posh endeavor. Though making a proof of idea demonstrates the potential, transferring to manufacturing requires addressing scalability, safety, observability, and operational issues that don’t floor in growth environments.
This publish explores how Amazon Bedrock AgentCore helps you transition your agentic functions from experimental proof of idea to production-ready methods. We comply with the journey of a buyer help agent that evolves from a easy native prototype to a complete, enterprise-grade resolution able to dealing with a number of concurrent customers whereas sustaining safety and efficiency requirements.
Amazon Bedrock AgentCore is a complete suite of providers designed that will help you construct, deploy, and scale agentic AI functions. If you happen to’re new to AgentCore, we advocate exploring our current deep-dive posts on particular person providers: AgentCore Runtime for safe agent deployment and scaling, AgentCore Gateway for enterprise instrument growth, AgentCore Id for securing agentic AI at scale, AgentCore Reminiscence for constructing context-aware brokers, AgentCore Code Interpreter for code execution, AgentCore Browser Instrument for internet interplay, and AgentCore Observability for transparency in your agent conduct. This publish demonstrates how these providers work collectively in a real-world state of affairs.
The shopper help agent journey
Buyer help represents probably the most widespread and compelling use instances for agentic AI. Fashionable companies deal with 1000’s of buyer inquiries every day, starting from easy coverage inquiries to complicated technical troubleshooting. Conventional approaches usually fall quick: rule-based chatbots frustrate clients with inflexible responses, and human-only help groups battle with scalability and consistency. An clever buyer help agent must seamlessly deal with numerous eventualities: managing buyer orders and accounts, trying up return insurance policies, looking out product catalogs, troubleshooting technical points by internet analysis, and remembering buyer preferences throughout a number of interactions. Most significantly, it should do all this whereas sustaining the safety and reliability requirements anticipated in enterprise environments. Think about the standard evolution path many organizations comply with when constructing such brokers:
- The proof of idea stage – Groups begin with a easy native prototype that demonstrates core capabilities, corresponding to a fundamental agent that may reply coverage questions and seek for merchandise. This works nicely for demos however lacks the robustness wanted for actual buyer interactions.
- The truth test – As quickly as you attempt to scale past a couple of check customers, challenges emerge. The agent forgets earlier conversations, instruments change into unreliable below load, there’s no technique to monitor efficiency, and safety turns into a paramount concern.
- The manufacturing problem – Transferring to manufacturing requires addressing session administration, safe instrument sharing, observability, authentication, and constructing interfaces that clients truly wish to use. Many promising proofs of idea stall at this stage because of the complexity of those necessities.
On this publish, we handle every problem systematically. We begin with a prototype agent geared up with three important instruments: return coverage lookup, product data search, and internet seek for troubleshooting. From there, we add the capabilities wanted for manufacturing deployment: persistent reminiscence for dialog continuity and a hyper-personalized expertise, centralized instrument administration for reliability and safety, full observability for monitoring and debugging, and eventually a customer-facing internet interface. This development mirrors the real-world path from proof of idea to manufacturing, demonstrating how Amazon Bedrock AgentCore providers work collectively to unravel the operational challenges that emerge as your agentic functions mature. For simplification and demonstration functions, we think about a single-agent structure. In real-life use instances, buyer help brokers are sometimes created as multi-agent architectures and people eventualities are additionally supported by Amazon Bedrock AgentCore providers.
Resolution overview
Each manufacturing system begins with a proof of idea, and our buyer help agent isn’t any exception. On this first part, we construct a practical prototype that demonstrates the core capabilities wanted for buyer help. On this case, we use Strands Brokers, an open supply agent framework, to construct the proof of idea and Anthropic’s Claude 3.7 Sonnet on Amazon Bedrock as the massive language mannequin (LLM) powering our agent. To your software, you should use one other agent framework and mannequin of your alternative.
Brokers depend on instruments to take actions and work together with reside methods. A number of instruments are utilized in buyer help brokers, however to maintain our instance easy, we deal with three core capabilities to deal with the commonest buyer inquiries:
- Return coverage lookup – Clients ceaselessly ask about return home windows, situations, and processes. Our instrument offers structured coverage data primarily based on product classes, protecting every part from return timeframes to refund processing and delivery insurance policies.
- Product data retrieval – Technical specs, guarantee particulars, and compatibility data are important for each pre-purchase questions and troubleshooting. This instrument serves as a bridge to your product catalog, delivering formatted technical particulars that clients can perceive.
- Net seek for troubleshooting – Complicated technical points usually require the newest options or community-generated fixes not present in inner documentation. Net search functionality permits the agent to entry the online for present troubleshooting guides and technical options in actual time.
The instruments implementation and the end-to-end code for this use case can be found in our GitHub repository. On this publish, we deal with the principle code that connects with Amazon Bedrock AgentCore, however you may comply with the end-to-end journey within the repository.
Create the agent
With the instruments out there, let’s create the agent. The structure for our proof of idea will appear to be the next diagram.
You will discover the end-to-end code for this publish on the GitHub repository. For simplicity, we present solely the important elements for our end-to-end code right here:
Take a look at the proof of idea
Once we check our prototype with life like buyer queries, the agent demonstrates the right instrument choice and interplay with real-world methods:
The agent works nicely for these particular person queries, accurately mapping laptop computer inquiries to return coverage lookups and sophisticated technical points to internet search, offering complete and actionable responses.
The proof of idea actuality test
Our proof of idea efficiently demonstrates that an agent can deal with numerous buyer help eventualities utilizing the precise mixture of instruments and reasoning. The agent runs completely in your native machine and handles queries accurately. Nonetheless, that is the place the proof of idea hole turns into apparent. The instruments are outlined as native features in your agent code, the agent responds shortly, and every part appears production-ready. However a number of vital limitations change into obvious the second you suppose past single-user testing:
- Reminiscence loss between periods – If you happen to restart your pocket book or software, the agent fully forgets earlier conversations. A buyer who was discussing a laptop computer return yesterday would wish to begin from scratch right this moment, re-explaining their whole scenario. This isn’t simply inconvenient—it’s a poor buyer expertise that breaks the conversational movement that makes AI brokers precious.
- Single buyer limitation – Your present agent can solely deal with one dialog at a time. If two clients attempt to use your help system concurrently, their conversations would intrude with one another, or worse, one buyer may see one other’s dialog historical past. There’s no mechanism to keep up separate dialog context for various customers.
- Instruments embedded in code – Your instruments are outlined instantly within the agent code. This implies:
- You may’t reuse these instruments throughout completely different brokers (gross sales agent, technical help agent, and so forth).
- Updating a instrument requires altering the agent code and redeploying every part.
- Completely different groups can’t preserve completely different instruments independently.
- No manufacturing infrastructure – The agent runs domestically as a right for scalability, safety, monitoring, and reliability.
These elementary architectural obstacles can forestall actual buyer deployment. Agent constructing groups can take months to handle these points, which delays the time to worth from their work and provides important prices to the applying. That is the place Amazon Bedrock AgentCore providers change into important. Slightly than spending months constructing these manufacturing capabilities from scratch, Amazon Bedrock AgentCore offers managed providers that handle every hole systematically.
Let’s start our journey to manufacturing by fixing the reminiscence drawback first, remodeling our agent from one which forgets each dialog into one which remembers clients throughout conversations and may hyper-personalize conversations utilizing Amazon Bedrock AgentCore Reminiscence.
Add persistent reminiscence for hyper-personalized brokers
The primary main limitation we recognized in our proof of idea was reminiscence loss—our agent forgot every part between periods, forcing clients to repeat their context each time. This “goldfish agent” conduct breaks the conversational expertise that makes AI brokers precious within the first place.
Amazon Bedrock AgentCore Reminiscence solves this by offering managed, persistent reminiscence that operates on two complementary ranges:
- Quick-term reminiscence – Speedy dialog context and session-based data for continuity inside interactions
- Lengthy-term reminiscence – Persistent data extracted throughout a number of conversations, together with buyer preferences, information, and behavioral patterns
After including Amazon Bedrock AgentCore Reminiscence to our buyer help agent, our new structure will appear to be the next diagram.
Set up dependencies
Earlier than we begin, let’s set up our dependencies: boto3, the AgentCore SDK, and the AgentCore Starter Toolkit SDK. These will assist us shortly add Amazon Bedrock AgentCore capabilities to our agent proof of idea. See the next code:
Create the reminiscence assets
Amazon Bedrock AgentCore Reminiscence makes use of configurable methods to find out what data to extract and retailer. For our buyer help use case, we use two complementary methods:
- USER_PREFERENCE – Mechanically extracts and shops buyer preferences like “prefers ThinkPad laptops,” “makes use of Linux,” or “performs aggressive FPS video games.” This permits personalised suggestions throughout conversations.
- SEMANTIC – Captures factual data utilizing vector embeddings, corresponding to “buyer has MacBook Professional order #MB-78432” or “reported overheating points throughout video modifying.” This offers related context for troubleshooting.
See the next code:
Combine with Strands Brokers hooks
The important thing to creating reminiscence work seamlessly is automation—clients shouldn’t want to consider it, and brokers shouldn’t require handbook reminiscence administration. Strands Brokers offers a strong hook system that allows you to intercept agent lifecycle occasions and deal with reminiscence operations robotically. The hook system allows each built-in parts and consumer code to react to or modify agent conduct by strongly-typed occasion callbacks. For our use case, we create CustomerSupportMemoryHooks
to retrieve the client context and save the help interactions:
- MessageAddedEvent hook – Triggered when clients ship messages, this hook robotically retrieves related reminiscence context and injects it into the question. The agent receives each the client’s query and related historic context with out handbook intervention.
- AfterInvocationEvent hook – Triggered after agent responses, this hook robotically saves the interplay to reminiscence. The dialog turns into a part of the client’s persistent historical past instantly.
See the next code:
On this code, we are able to see that our hooks are those interacting with Amazon Bedrock AgentCore Reminiscence to save lots of and retrieve reminiscence occasions.
Combine reminiscence with the agent
Including reminiscence to our current agent requires minimal code adjustments; you may merely instantiate the reminiscence hooks and move them to the agent constructor. The agent code then solely wants to attach with the reminiscence hooks to make use of the complete energy of Amazon Bedrock AgentCore Reminiscence. We are going to create a brand new hook for every session, which can assist us deal with completely different buyer interactions. See the next code:
Take a look at the reminiscence in motion
Let’s see how reminiscence transforms the client expertise. Once we invoke the agent, it makes use of the reminiscence from earlier interactions to point out buyer pursuits in gaming headphones, ThinkPad laptops, and MacBook thermal points:
The transformation is straight away obvious. As an alternative of generic responses, the agent now offers personalised suggestions primarily based on the client’s said preferences and previous interactions. The shopper doesn’t have to re-explain their gaming wants or Linux necessities—the agent already is aware of.
Advantages of Amazon Bedrock AgentCore Reminiscence
With Amazon Bedrock AgentCore Reminiscence built-in, our agent now delivers the next advantages:
- Dialog continuity – Clients can decide up the place they left off, even throughout completely different periods or help channels
- Customized service – Suggestions and responses are tailor-made to particular person preferences and previous points
- Contextual troubleshooting – Entry to earlier issues and options allows more practical help
- Seamless expertise – Reminiscence operations occur robotically with out buyer or agent intervention
Nonetheless, we nonetheless have limitations to handle. Our instruments stay embedded within the agent code, stopping reuse throughout completely different help brokers or groups. Safety and entry controls are minimal, and we nonetheless can’t deal with a number of clients concurrently in a manufacturing atmosphere.
Within the subsequent part, we handle these challenges by centralizing our instruments utilizing Amazon Bedrock AgentCore Gateway and implementing correct id administration with Amazon Bedrock AgentCore Id, making a scalable and safe basis for our buyer help system.
Centralize instruments with Amazon Bedrock AgentCore Gateway and Amazon Bedrock AgentCore Id
With reminiscence solved, our subsequent problem is instrument structure. At the moment, our instruments are embedded instantly within the agent code—a sample that works for prototypes however creates important issues at scale. If you want a number of brokers (buyer help, gross sales, technical help), each duplicates the identical instruments, resulting in intensive code, inconsistent conduct, and upkeep nightmares.
Amazon Bedrock AgentCore Gateway simplifies this course of by centralizing instruments into reusable, safe endpoints that brokers can entry. Mixed with Amazon Bedrock AgentCore Id for authentication, it creates an enterprise-grade instrument sharing infrastructure.
We are going to now replace our agent to make use of Amazon Bedrock AgentCore Gateway and Amazon Bedrock AgentCore Id. The structure will appear to be the next diagram.
On this case, we convert our internet search instrument for use within the gateway and maintain the return coverage and get product data instruments native to this agent. That’s vital as a result of internet search is a typical functionality that may be reused throughout completely different use instances in a company, and return coverage and manufacturing data are capabilities generally related to buyer help providers. With Amazon Bedrock AgentCore providers, you may resolve which capabilities to make use of and easy methods to mix them. On this case, we additionally use two new instruments that might have been developed by different groups: test guarantee and get buyer profile. As a result of these groups have already uncovered these instruments utilizing AWS Lambda features, we are able to use them as targets to our Amazon Bedrock AgentCore Gateway. Amazon Bedrock AgentCore Gateway can even help REST APIs as goal. That signifies that if now we have an OpenAPI specification or a Smithy mannequin, we are able to additionally shortly expose our instruments utilizing Amazon Bedrock AgentCore Gateway.
Convert current providers to MCP
Amazon Bedrock AgentCore Gateway makes use of the Mannequin Context Protocol (MCP) to standardize how brokers entry instruments. Changing current Lambda features into MCP endpoints requires minimal adjustments—primarily including instrument schemas and dealing with the MCP context. To make use of this performance, we convert our native instruments to Lambda features and create the instruments schema definitions to make these features discoverable by brokers:
The next code is the instrument schema definition:
For demonstration functions, we construct a brand new Lambda operate from scratch. In actuality, organizations have already got completely different functionalities out there as REST providers or Lambda features, and this method helps you to expose current enterprise providers as agent instruments with out rebuilding them.
Configure safety with Amazon Bedrock AgentCore Gateway and combine with Amazon Bedrock AgentCore Id
Amazon Bedrock AgentCore Gateway requires authentication for each inbound and outbound connections. Amazon Bedrock AgentCore Id handles this by normal OAuth flows. After you arrange an OAuth authorization configuration, you may create a brand new gateway and move this configuration to it. See the next code:
For inbound authentication, brokers should current legitimate JSON Net Token (JWT) tokens (from id suppliers like Amazon Cognito, Okta, and EntraID) as a compact, self-contained normal for securely transmitting data between events to entry Amazon Bedrock AgentCore Gateway instruments.
For outbound authentication, Amazon Bedrock AgentCore Gateway can authenticate to downstream providers utilizing AWS Id and Entry Administration (IAM) roles, API keys, or OAuth tokens.
For demonstration functions, now we have created an Amazon Cognito consumer pool with a dummy consumer identify and password. To your use case, it is best to set a correct id supplier and handle the customers accordingly. This configure makes certain solely approved brokers can entry particular instruments and a full audit path is supplied.
Add Lambda targets
After you arrange Amazon Bedrock AgentCore Gateway, including Lambda features as instrument targets is easy:
The gateway now exposes your Lambda features as MCP instruments that approved brokers can uncover and use.
Combine MCP instruments with Strands Brokers
Changing our agent to make use of centralized instruments requires updating the instrument configuration. We maintain some instruments native, corresponding to product data and return insurance policies particular to buyer help that may possible not be reused in different use instances, and use centralized instruments for shared capabilities. As a result of Strands Brokers has a native integration for MCP instruments, we are able to merely use the MCPClient
from Strands with a streamablehttp_client
. See the next code:
Take a look at the improved agent
With the centralized instruments built-in, our agent now has entry to enterprise capabilities like guarantee checking:
The agent seamlessly combines native instruments with centralized ones, offering complete help capabilities whereas sustaining safety and entry management.
Nonetheless, we nonetheless have a big limitation: our whole agent runs domestically on our growth machine. For manufacturing deployment, we’d like scalable infrastructure, complete observability, and the flexibility to deal with a number of concurrent customers.
Within the subsequent part, we handle this by deploying our agent to Amazon Bedrock AgentCore Runtime, remodeling our native prototype right into a production-ready system with Amazon Bedrock AgentCore Observability and computerized scaling capabilities.
Deploy to manufacturing with Amazon Bedrock AgentCore Runtime
With the instruments centralized and secured, our closing main hurdle is manufacturing deployment. Our agent presently runs domestically in your laptop computer, which is right for experimentation however unsuitable for actual clients. Manufacturing requires scalable infrastructure, complete monitoring, computerized error restoration, and the flexibility to deal with a number of concurrent customers reliably.
Amazon Bedrock AgentCore Runtime transforms your native agent right into a production-ready service with minimal code adjustments. Mixed with Amazon Bedrock AgentCore Observability, it offers enterprise-grade reliability, computerized scaling, and complete monitoring capabilities that operations groups want to keep up agentic functions in manufacturing.
Our structure will appear to be the next diagram.
Minimal code adjustments for manufacturing
Changing your native agent requires including simply 4 traces of code:
BedrockAgentCoreApp
robotically creates an HTTP server with the required /invocations
and /ping
endpoints, handles correct content material varieties and response codecs, manages error dealing with in accordance with AWS requirements, and offers the infrastructure bridge between your agent code and Amazon Bedrock AgentCore Runtime.
Safe manufacturing deployment
Manufacturing deployment requires correct authentication and entry management. Amazon Bedrock AgentCore Runtime integrates with Amazon Bedrock AgentCore Id to offer enterprise-grade safety. Utilizing the Bedrock AgentCore Starter Toolkit, we are able to deploy our software utilizing three easy steps: configure, launch, and invoke.
In the course of the configuration, a Docker file is created to information the deployment of our agent. It incorporates details about the agent and its dependencies, the Amazon Bedrock AgentCore Id configuration, and the Amazon Bedrock AgentCore Observability configuration for use. In the course of the launch step, AWS CodeBuild is used to run this Dockerfile and an Amazon Elastic Container Registry (Amazon ECR) repository is created to retailer the agent dependencies. The Amazon Bedrock AgentCore Runtime agent is then created, utilizing the picture of the ECR repository, and an endpoint is generated and used to invoke the agent in functions. In case your agent is configured with OAuth authentication by Amazon Bedrock AgentCore Id, like ours might be, you additionally have to move the authentication token throughout the agent invocation step. The next diagram illustrates this course of.
The code to configure and launch our agent on Amazon Bedrock AgentCore Runtime will look as follows:
This configuration creates a safe endpoint that solely accepts requests with legitimate JWT tokens out of your id supplier (corresponding to Amazon Cognito, Okta, or Entra). For our agent, we use a dummy setup with Amazon Cognito, however your software can use an id supplier of your selecting. The deployment course of robotically builds your agent right into a container, creates the mandatory AWS infrastructure, and establishes monitoring and logging pipelines.
Session administration and isolation
One of the vital vital manufacturing options for brokers is correct session administration. Amazon Bedrock AgentCore Runtime robotically handles session isolation, ensuring completely different clients’ conversations don’t intrude with one another:
Buyer 1’s follow-up maintains full context about their iPhone Bluetooth difficulty, whereas Buyer 2’s message (in a unique session) has no context and the agent appropriately asks for extra data. This computerized session isolation is essential for manufacturing buyer help eventualities.
Complete observability with Amazon Bedrock AgentCore Observability
Manufacturing brokers want complete monitoring to diagnose points, optimize efficiency, and preserve reliability. Amazon Bedrock AgentCore Observability robotically devices your agent code and sends telemetry knowledge to Amazon CloudWatch, the place you may analyze patterns and troubleshoot points in actual time. The observability knowledge contains session-level monitoring, so you may hint particular person buyer session interactions and perceive precisely what occurred throughout a help interplay. You need to use Amazon Bedrock AgentCore Observability with an agent of your alternative, hosted in Amazon Bedrock AgentCore Runtime or not. As a result of Amazon Bedrock AgentCore Runtime robotically integrates with Amazon Bedrock AgentCore Observability, we don’t want additional work to watch our agent.
With Amazon Bedrock AgentCore Runtime deployment, your agent is prepared for use in manufacturing. Nonetheless, we nonetheless have one limitation: our agent is accessible solely by SDK or API calls, requiring clients to put in writing code or use technical instruments to work together with it. For true customer-facing deployment, we’d like a user-friendly internet interface that clients can entry by their browsers.
Within the following part, we show the entire journey by constructing a pattern internet software utilizing Streamlit, offering an intuitive chat interface that may work together with our production-ready Amazon Bedrock AgentCore Runtime endpoint. The uncovered endpoint maintains the safety, scalability, and observability capabilities we’ve constructed all through our journey from proof of idea to manufacturing. In a real-world state of affairs, you’d combine this endpoint along with your current customer-facing functions and UI frameworks.
Create a customer-facing UI
With our agent deployed to manufacturing, the ultimate step is making a customer-facing UI that clients can use to interface with the agent. Though SDK entry works for builders, clients want an intuitive internet interface for seamless help interactions.
To show an entire resolution, we construct a pattern Streamlit-based web-application that connects to our production-ready Amazon Bedrock AgentCore Runtime endpoint. The frontend contains safe Amazon Cognito authentication, real-time streaming responses, persistent session administration, and a clear chat interface. Though we use Streamlit for rapid-prototyping, enterprises would sometimes combine the endpoint with their current interface or most popular UI frameworks.
The tip-to-end software (proven within the following diagram) maintains full dialog context throughout the periods whereas offering the safety, scalability, and observability capabilities that we constructed all through this publish. The result’s an entire buyer help agentic system that handles every part from preliminary authentication to complicated multi-turn troubleshooting conversations, demonstrating how Amazon Bedrock AgentCore providers rework prototypes into production-ready buyer functions.
Conclusion
Our journey from prototype to manufacturing demonstrates how Amazon Bedrock AgentCore providers handle the standard obstacles to deploying enterprise-ready agentic functions. What began as a easy native buyer help chatbot reworked right into a complete, production-grade system able to serving a number of concurrent customers with persistent reminiscence, safe instrument sharing, complete observability, and an intuitive internet interface—with out months of customized infrastructure growth.
The transformation required minimal code adjustments at every step, showcasing how Amazon Bedrock AgentCore providers work collectively to unravel the operational challenges that sometimes stall promising proofs of idea. Reminiscence capabilities keep away from the “goldfish agent” drawback, centralized instrument administration by Amazon Bedrock AgentCore Gateway creates a reusable infrastructure that securely serves a number of use instances, Amazon Bedrock AgentCore Runtime offers enterprise-grade deployment with computerized scaling, and Amazon Bedrock AgentCore Observability delivers the monitoring capabilities operations groups want to keep up manufacturing methods.
The next video offers an summary of AgentCore capabilities.
Able to construct your individual production-ready agent? Begin with our full end-to-end tutorial, the place you may comply with together with the precise code and configurations we’ve explored on this publish. For extra use instances and implementation patterns, discover the broader GitHub repository, and dive deeper into service capabilities and greatest practices within the Amazon Bedrock AgentCore documentation.
In regards to the authors
Maira Ladeira Tanke is a Tech Lead for Agentic AI at AWS, the place she allows clients on their journey to develop autonomous AI methods. With over 10 years of expertise in AI/ML, Maira companions with enterprise clients to speed up the adoption of agentic functions utilizing Amazon Bedrock AgentCore and Strands Brokers, serving to organizations harness the facility of basis fashions to drive innovation and enterprise transformation. In her free time, Maira enjoys touring, taking part in along with her cat, and spending time along with her household someplace heat.