II.
Capability JSON
Structured · livecapability:supports-tracing
Supports tracing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:supports-tracing",
"_kind": "Capability",
"_file": "capabilities/capabilities/sdk-framework-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Supports tracing",
"description": "The framework provides built-in tracing and observability for agent\nruns. Traces capture the full execution flow including LLM calls,\ntool invocations, handoffs, and guardrail checks for debugging\nand performance analysis.\n",
"appliesToNodeKinds": [
"AgentVersion",
"AgentRuntimeImpl"
],
"category": "telemetry"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-core-impl:openai-agents-sdk.core@current",
"to": "capability:supports-tracing",
"kind": "supports",
"attributes": {
"versionRange": ">=0.1.0",
"level": "full",
"notes": "Built-in trace spans for LLM calls, tool invocations, and handoffs."
}
},
{
"from": "agent-version:openai-agents-sdk@current",
"to": "capability:supports-tracing",
"kind": "supports",
"attributes": {
"versionRange": ">=0.1.0",
"level": "full",
"notes": "Built-in tracing captures the full execution flow — LLM calls,\ntool invocations, handoffs, and guardrail checks. Traces are\nexportable to external backends for debugging and observability.\n"
}
}
]
}