From the course: Building AI Applications with Amazon Bedrock

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Creating agents in the Bedrock console

Creating agents in the Bedrock console

- [Instructor] At the heart of real-world AI application building with Amazon Bedrock is agents, their way of selecting a foundation model, and then building solutions with them. Often what you're going to want to do is build something really tiny so you understand what it does and you can also orchestrate it with other things or add a code interpreter or even add a knowledge base as well to ground the information in the agent against a very specific set of data. Okay, let's go ahead and first create an agent here. We'll go ahead and call this a agent-sum. And the idea would be that we would just extract numbers and sum them. And let's go ahead and create this. And what's powerful about this concept is that it could be something pretty useful. And if we take a look at what we would want to do here is we would want to add some instructions for how to connect and talk to this particular agent. Let's go ahead and piece this in. And you can see here it says you're going to say that you're…

Contents