Open
Description
There is currently no patch for the Bedrock Agent Runtime bota3 SDK.
This is where many of the higher level abstractions live that make it easy to build RAG and Agents. Right now it seems like we don't get any tracking on the model, tokens, etc.
from weave.integrations.bedrock.bedrock_sdk import patch_client
client = boto3.client("bedrock-agent-runtime", region_name="us-east-2")
patch_client(client) // AttributeError: 'AgentsforBedrockRuntime' object has no attribute 'converse'
Metadata
Metadata
Assignees
Labels
No labels