From the course: Building Applications Using Amazon Bedrock

Unlock the full course today

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

Agents for Bedrock

Agents for Bedrock

- [Instructor] Another important feature of GenAI applications is the ability to configure agents to retrieve information in real time from external data sources. With agents, you are able to dynamically invoke APIs to help you complete tasks as part of a sequence of events in a chain for your application. Amazon Bedrock has a built-in agents feature that allows you to execute multi-step tasks across company systems and data sources. Agents can help with automatic prompt creation, RAG orchestration for multi-step tasks, and prompt engineering. LangChain also has support to configure agents as part of a chain execution. As an example, let's say you build a GenAI application that is a vacation planner. An agent can be configured to retrieve current flight information or visa requirements to enter certain countries by invoking APIs in real time. An agent can also be configured to help book a flight. The user…

Contents