Simple React AI Agent with Amazon Bedrock > Introduction to Simple React AI Agent with Amazon Bedrock recipe > Simple React AI Agent with Amazon Bedrock recipe assets
  

Simple React AI Agent with Amazon Bedrock recipe assets

The following table lists the assets that the Simple React AI Agent with Amazon Bedrock recipe package contains:
Asset Name
Asset Type
Description
AmazonBedrockConnection
App connection
Amazon Bedrock connection.
GoogleSearchAPIConnection
App connection
Google Search API connection.
GoogleAPIConnector
Service connector
Custom service connector to connect to the Google Search API.
Search Tool
Process
Subprocess that sends search requests using the Google Search API.
Action Detail Extractor
Process
Subprocess that extracts the action from the LLM answer, checks for the final answer, verifies that the execution time does not exceed 50 seconds, and monitors the number of times the process is called.
Prompt Amazon Bedrock
Process
Subprocess that calls the LLM and extracts the text for different response types, such as Python, JSON, SQL, and SOQL.
Search Tool Workflow
Process
Process that orchestrates the whole workflow based on the LLM response.