Integration with AWS Bedrock for LLM inference.
BedrockChatClient- Chat client for AWS Bedrock modelsBedrockChatOptions- Options TypedDict for Bedrock-specific parametersBedrockGuardrailConfig- Configuration for Bedrock guardrailsBedrockSettings- Pydantic settings for Bedrock configuration
from agent_framework.amazon import BedrockChatClient
client = BedrockChatClient(model="anthropic.claude-3-sonnet-20240229-v1:0")
response = await client.get_response("Hello")from agent_framework.amazon import BedrockChatClient