Skip to content

Missing "patch_client" for bedrock-agent-runtime #4658

Open
@ChuckJonas

Description

@ChuckJonas

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions