Constructing an AI agent that may deal with a real-life use case in manufacturing is a fancy enterprise. 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 observe the journey of a buyer help agent that evolves from a easy native prototype to a complete, enterprise-grade answer able to dealing with a number of concurrent customers whereas sustaining safety and efficiency requirements.
Amazon Bedrock AgentCore is a complete suite of companies designed that can assist you construct, deploy, and scale agentic AI functions. If you happen to’re new to AgentCore, we suggest exploring our present deep-dive posts on particular person companies: AgentCore Runtime for safe agent deployment and scaling, AgentCore Gateway for enterprise device growth, AgentCore Id for securing agentic AI at scale, AgentCore Reminiscence for constructing context-aware brokers, AgentCore Code Interpreter for code execution, AgentCore Browser Software for internet interplay, and AgentCore Observability for transparency in your agent conduct. This publish demonstrates how these companies work collectively in a real-world state of affairs.
The shopper help agent journey
Buyer help represents some of the frequent and compelling use instances for agentic AI. Fashionable companies deal with hundreds of buyer inquiries every day, starting from easy coverage inquiries to complicated technical troubleshooting. Conventional approaches typically fall brief: rule-based chatbots frustrate clients with inflexible responses, and human-only help groups wrestle with scalability and consistency. An clever buyer help agent must seamlessly deal with various situations: managing buyer orders and accounts, wanting up return insurance policies, looking out product catalogs, troubleshooting technical points via 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. Contemplate the standard evolution path many organizations observe when constructing such brokers:
- The proof of idea stage – Groups begin with a easy native prototype that demonstrates core capabilities, equivalent to a fundamental agent that may reply coverage questions and seek for merchandise. This works effectively 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 take a look at customers, challenges emerge. The agent forgets earlier conversations, instruments turn into unreliable beneath load, there’s no strategy to monitor efficiency, and safety turns into a paramount concern.
- The manufacturing problem – Shifting to manufacturing requires addressing session administration, safe device sharing, observability, authentication, and constructing interfaces that clients really wish to use. Many promising proofs of idea stall at this stage as a result of complexity of those necessities.
On this publish, we tackle every problem systematically. We begin with a prototype agent geared up with three important instruments: return coverage lookup, product info 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 device 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 companies work collectively to resolve 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 situations are additionally supported by Amazon Bedrock AgentCore companies.
Resolution overview
Each manufacturing system begins with a proof of idea, and our buyer help agent isn’t any exception. On this first section, we construct a useful 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. In your software, you need to 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 concentrate on three core capabilities to deal with the commonest buyer inquiries:
- Return coverage lookup – Prospects regularly ask about return home windows, situations, and processes. Our device supplies structured coverage info based mostly on product classes, masking every little thing from return timeframes to refund processing and delivery insurance policies.
- Product info retrieval – Technical specs, guarantee particulars, and compatibility info are important for each pre-purchase questions and troubleshooting. This device serves as a bridge to your product catalog, delivering formatted technical particulars that clients can perceive.
- Net seek for troubleshooting – Advanced technical points typically require the most recent options or community-generated fixes not present in inside documentation. Net search functionality permits the agent to entry the net 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 concentrate on the primary code that connects with Amazon Bedrock AgentCore, however you possibly can observe the end-to-end journey within the repository.
Create the agent
With the instruments obtainable, let’s create the agent. The structure for our proof of idea will seem like 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 components for our end-to-end code right here:
Check the proof of idea
Once we take a look at our prototype with practical buyer queries, the agent demonstrates the proper device choice and interplay with real-world methods:
The agent works effectively for these particular person queries, appropriately 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 various buyer help situations utilizing the fitting mixture of instruments and reasoning. The agent runs completely in your native machine and handles queries appropriately. Nonetheless, that is the place the proof of idea hole turns into apparent. The instruments are outlined as native capabilities in your agent code, the agent responds shortly, and every little thing appears production-ready. However a number of vital limitations turn into obvious the second you assume 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 want to begin from scratch at present, re-explaining their complete scenario. This isn’t simply inconvenient—it’s a poor buyer expertise that breaks the conversational circulation that makes AI brokers helpful.
- 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 straight within the agent code. This implies:
- You’ll be able to’t reuse these instruments throughout completely different brokers (gross sales agent, technical help agent, and so forth).
- Updating a device requires altering the agent code and redeploying every little thing.
- Totally different groups can’t preserve completely different instruments independently.
- No manufacturing infrastructure – The agent runs regionally as a right for scalability, safety, monitoring, and reliability.
These elementary architectural obstacles can stop actual buyer deployment. Agent constructing groups can take months to deal with 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 companies turn into important. Slightly than spending months constructing these manufacturing capabilities from scratch, Amazon Bedrock AgentCore supplies managed companies that tackle every hole systematically.
Let’s start our journey to manufacturing by fixing the reminiscence drawback first, reworking our agent from one which forgets each dialog into one which remembers clients throughout conversations and might 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 little thing between periods, forcing clients to repeat their context each time. This “goldfish agent” conduct breaks the conversational expertise that makes AI brokers helpful within the first place.
Amazon Bedrock AgentCore Reminiscence solves this by offering managed, persistent reminiscence that operates on two complementary ranges:
- Brief-term reminiscence – Speedy dialog context and session-based info for continuity inside interactions
- Lengthy-term reminiscence – Persistent info 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 seem like 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 sources
Amazon Bedrock AgentCore Reminiscence makes use of configurable methods to find out what info to extract and retailer. For our buyer help use case, we use two complementary methods:
- USER_PREFERENCE – Robotically extracts and shops buyer preferences like “prefers ThinkPad laptops,” “makes use of Linux,” or “performs aggressive FPS video games.” This allows customized suggestions throughout conversations.
- SEMANTIC – Captures factual info utilizing vector embeddings, equivalent to “buyer has MacBook Professional order #MB-78432” or “reported overheating points throughout video modifying.” This supplies 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 supplies a strong hook system that allows you to intercept agent lifecycle occasions and deal with reminiscence operations mechanically. The hook system allows each built-in parts and consumer code to react to or modify agent conduct via strongly-typed occasion callbacks. For our use case, we create CustomerSupportMemoryHooks
to retrieve the shopper context and save the help interactions:
- MessageAddedEvent hook – Triggered when clients ship messages, this hook mechanically retrieves related reminiscence context and injects it into the question. The agent receives each the shopper’s query and related historic context with out handbook intervention.
- AfterInvocationEvent hook – Triggered after agent responses, this hook mechanically saves the interplay to reminiscence. The dialog turns into a part of the shopper’s persistent historical past instantly.
See the next code:
On this code, we will see that our hooks are those interacting with Amazon Bedrock AgentCore Reminiscence to avoid wasting and retrieve reminiscence occasions.
Combine reminiscence with the agent
Including reminiscence to our present agent requires minimal code adjustments; you possibly can 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 is able to assist us deal with completely different buyer interactions. See the next code:
Check the reminiscence in motion
Let’s see how reminiscence transforms the shopper 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 a substitute of generic responses, the agent now supplies customized suggestions based mostly on the shopper’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 – Prospects can choose 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 simpler help
- Seamless expertise – Reminiscence operations occur mechanically with out buyer or agent intervention
Nonetheless, we nonetheless have limitations to deal with. 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 surroundings.
Within the subsequent part, we tackle these challenges by centralizing our instruments utilizing Amazon Bedrock AgentCore Gateway and implementing correct identification 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 device structure. At present, our instruments are embedded straight within the agent code—a sample that works for prototypes however creates important issues at scale. Once you want a number of brokers (buyer help, gross sales, technical help), each duplicates the identical instruments, resulting in in depth 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 device 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 seem like the next diagram.
On this case, we convert our internet search device for use within the gateway and maintain the return coverage and get product info instruments native to this agent. That’s essential 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 info are capabilities generally related to buyer help companies. With Amazon Bedrock AgentCore companies, you possibly can determine 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 capabilities, we will use them as targets to our Amazon Bedrock AgentCore Gateway. Amazon Bedrock AgentCore Gateway may help REST APIs as goal. That implies that if now we have an OpenAPI specification or a Smithy mannequin, we will additionally shortly expose our instruments utilizing Amazon Bedrock AgentCore Gateway.
Convert present companies to MCP
Amazon Bedrock AgentCore Gateway makes use of the Mannequin Context Protocol (MCP) to standardize how brokers entry instruments. Changing present Lambda capabilities into MCP endpoints requires minimal adjustments—primarily including device schemas and dealing with the MCP context. To make use of this performance, we convert our native instruments to Lambda capabilities and create the instruments schema definitions to make these capabilities discoverable by brokers:
The next code is the device schema definition:
For demonstration functions, we construct a brand new Lambda operate from scratch. In actuality, organizations have already got completely different functionalities obtainable as REST companies or Lambda capabilities, and this strategy allows you to expose present enterprise companies 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 via customary OAuth flows. After you arrange an OAuth authorization configuration, you possibly can 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 identification suppliers like Amazon Cognito, Okta, and EntraID) as a compact, self-contained customary for securely transmitting info between events to entry Amazon Bedrock AgentCore Gateway instruments.
For outbound authentication, Amazon Bedrock AgentCore Gateway can authenticate to downstream companies 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 title and password. In your use case, it’s best to set a correct identification supplier and handle the customers accordingly. This configure makes certain solely licensed brokers can entry particular instruments and a full audit path is offered.
Add Lambda targets
After you arrange Amazon Bedrock AgentCore Gateway, including Lambda capabilities as device targets is simple:
The gateway now exposes your Lambda capabilities as MCP instruments that licensed brokers can uncover and use.
Combine MCP instruments with Strands Brokers
Changing our agent to make use of centralized instruments requires updating the device configuration. We maintain some instruments native, equivalent to product information and return insurance policies particular to buyer help that may seemingly 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 will merely use the MCPClient
from Strands with a streamablehttp_client
. See the next code:
Check 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 major limitation: our complete agent runs regionally 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 tackle this by deploying our agent to Amazon Bedrock AgentCore Runtime, reworking 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 regionally 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 supplies enterprise-grade reliability, computerized scaling, and complete monitoring capabilities that operations groups want to keep up agentic functions in manufacturing.
Our structure will seem like the next diagram.
Minimal code adjustments for manufacturing
Changing your native agent requires including simply 4 strains of code:
BedrockAgentCoreApp
mechanically creates an HTTP server with the required /invocations
and /ping
endpoints, handles correct content material varieties and response codecs, manages error dealing with in keeping with AWS requirements, and supplies 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 will deploy our software utilizing three easy steps: configure, launch, and invoke.
Through 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. Through 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 via Amazon Bedrock AgentCore Id, like ours will probably be, you additionally have to move the authentication token through 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 identification supplier (equivalent to Amazon Cognito, Okta, or Entra). For our agent, we use a dummy setup with Amazon Cognito, however your software can use an identification supplier of your selecting. The deployment course of mechanically builds your agent right into a container, creates the mandatory AWS infrastructure, and establishes monitoring and logging pipelines.
Session administration and isolation
Probably the most vital manufacturing options for brokers is correct session administration. Amazon Bedrock AgentCore Runtime mechanically 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 problem, whereas Buyer 2’s message (in a special session) has no context and the agent appropriately asks for extra info. This computerized session isolation is essential for manufacturing buyer help situations.
Complete observability with Amazon Bedrock AgentCore Observability
Manufacturing brokers want complete monitoring to diagnose points, optimize efficiency, and preserve reliability. Amazon Bedrock AgentCore Observability mechanically devices your agent code and sends telemetry information to Amazon CloudWatch, the place you possibly can analyze patterns and troubleshoot points in actual time. The observability information consists of session-level monitoring, so you possibly can hint particular person buyer session interactions and perceive precisely what occurred throughout a help interplay. You should utilize 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 mechanically integrates with Amazon Bedrock AgentCore Observability, we don’t want additional work to look at 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 via SDK or API calls, requiring clients to write down 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 via their browsers.
Within the following part, we show the whole 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 together with your present 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 a whole answer, we construct a pattern Streamlit-based web-application that connects to our production-ready Amazon Bedrock AgentCore Runtime endpoint. The frontend consists of 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 usually combine the endpoint with their present interface or most popular UI frameworks.
The top-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 a whole buyer help agentic system that handles every little thing from preliminary authentication to complicated multi-turn troubleshooting conversations, demonstrating how Amazon Bedrock AgentCore companies remodel prototypes into production-ready buyer functions.
Conclusion
Our journey from prototype to manufacturing demonstrates how Amazon Bedrock AgentCore companies tackle the standard obstacles to deploying enterprise-ready agentic functions. What began as a easy native buyer help chatbot remodeled right into a complete, production-grade system able to serving a number of concurrent customers with persistent reminiscence, safe device 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 companies work collectively to resolve the operational challenges that usually stall promising proofs of idea. Reminiscence capabilities keep away from the “goldfish agent” drawback, centralized device administration via Amazon Bedrock AgentCore Gateway creates a reusable infrastructure that securely serves a number of use instances, Amazon Bedrock AgentCore Runtime supplies 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 supplies an outline of AgentCore capabilities.
Able to construct your personal production-ready agent? Begin with our full end-to-end tutorial, the place you possibly can observe together with the precise code and configurations we’ve explored on this publish. For added use instances and implementation patterns, discover the broader GitHub repository, and dive deeper into service capabilities and finest 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 ability of basis fashions to drive innovation and enterprise transformation. In her free time, Maira enjoys touring, taking part in together with her cat, and spending time together with her household someplace heat.