Skip to content

Agent

The agent feature allows AI to autonomously execute tasks using tools. It is configured through the Platform Metadata settings of an assistant.

Supported Platform Metadata

TypeDescription
BedrockClaudeRepeatedly calls tools to execute tasks
BedrockAgentCoreRuntimeExecutes advanced agent workflows via AgentCore Runtime
OpenAIResponseCombines web search, file search, and Code Interpreter
GoogleGeminiUses Google Search and URL context

Processing Flow

  1. The AI analyzes the user's question and determines which tools are needed.
  2. Calls the tool and retrieves the result.
  3. Based on the result, determines if additional tool calls are needed.
  4. Repeats until the maximum tool execution count is reached or the response is complete.