Skip to main content
Back to News
AI Tools

Amazon Bedrock AgentCore Evaluations Launches Framework-Agnostic Testing

Amazon Bedrock AgentCore Evaluations now enables developers to evaluate AI agents regardless of the underlying framework by utilizing OpenTelemetry data.

Published: August 26, 2026By GetAISet Editorial

Original source published: August 26, 2026

Amazon has introduced Amazon Bedrock AgentCore Evaluations, a service designed to address the fragmentation in AI agent evaluation. Previously, evaluation tools often required specific SDKs or tracing patterns, limiting their compatibility with diverse agent frameworks. This new service decouples evaluation from the specific framework used by leveraging OpenTelemetry as a common language for collecting traces, metrics, and logs.

By utilizing OpenTelemetry or OpenInference instrumentation, the service can reconstruct agent sessions and score them using evaluators such as GoalSuccessRate and Correctness. The system automatically classifies spans to extract necessary data, including user prompts, model responses, and tool execution details. This approach supports various frameworks, including LangGraph, LlamaIndex, and the OpenAI Agents SDK, without requiring changes to existing agent code. The service is designed to be forward-compatible, allowing it to process new span kinds as frameworks evolve while ignoring extraneous context.