iiRecord
Agentic AI Atlas · Supports tracing
capability:supports-tracinga5c.ai
II.
Capability JSON

capability:supports-tracing

Structured · live

Supports tracing json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · capabilities/capabilities/sdk-framework-capabilities.yamlCluster · capabilities
Record JSON
{
  "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"
      }
    }
  ]
}