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
| Type | Description |
|---|---|
| BedrockClaude | Repeatedly calls tools to execute tasks |
| BedrockAgentCoreRuntime | Executes advanced agent workflows via AgentCore Runtime |
| OpenAIResponse | Combines web search, file search, and Code Interpreter |
| GoogleGemini | Uses Google Search and URL context |
Processing Flow
- The AI analyzes the user's question and determines which tools are needed.
- Calls the tool and retrieves the result.
- Based on the result, determines if additional tool calls are needed.
- Repeats until the maximum tool execution count is reached or the response is complete.