Supported agent frameworks
Amazon Bedrock AgentCore Evaluations evaluates agents built with several agent frameworks. What an agent emits as telemetry, and how that telemetry is structured, depends on the agent framework you build with and the instrumentation library you use to record it.
For each supported framework, this section describes:
-
The instrumentation libraries you can use.
-
How to instrument your agent.
-
What the resulting spans and event records look like.
-
How the evaluation service locates the values it needs, such as the user prompt, the agent response, and tool calls.
AgentCore Evaluations supports the following frameworks and instrumentation libraries. It supports only the Python versions of these libraries.
| Agent framework | Instrumentation library | Scope name | Recommended version |
|---|---|---|---|
|
Strands Agents |
Built-in (Strands Agents SDK) |
|
Latest |
|
LangGraph |
OpenTelemetry ( |
|
|
|
LangGraph |
OpenInference ( |
|
|
|
OpenAI Agents |
OpenTelemetry ( |
|
|
|
OpenAI Agents |
OpenInference ( |
|
|
|
LlamaIndex |
OpenTelemetry ( |
|
|
|
LlamaIndex |
OpenInference ( |
|
|
|
Google ADK |
OpenInference ( |
|
|
|
Claude Agent SDK |
OpenInference ( |
|
|
Each span your agent emits carries a scope name, which identifies the instrumentation library that produced it. The evaluation service reads this name to tell which library it is dealing with, and therefore whether it can process the span and which attributes to look for. The scope name is the value of the scope.name field on each span and event record.
The attribute names and the location of the conversation content differ by framework and instrumentation library. For the attributes and example spans of a single framework, see that frameworkâs page.
Note
Instrumenting your agent is only one part of producing telemetry that the evaluation service can read. Your agent must also have observability enabled, so that it exports its telemetry to Amazon CloudWatch.
For how AgentCore delivers that telemetry, where the service finds the values it needs, and the setup steps for your hosting option, see Telemetry setup and delivery.