iiRecord
Agentic AI Atlas · agent-version:openai-agents-sdk@current
agent-version:openai-agents-sdk@currenta5c.ai
II.
AgentVersion JSON

agent-version:openai-agents-sdk@current

Structured · live

agent-version:openai-agents-sdk@current json

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

File · agent-stack/versions/extended-products-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-version:openai-agents-sdk@current",
  "_kind": "AgentVersion",
  "_file": "agent-stack/versions/extended-products-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentProductId": "agent:openai-agents-sdk",
    "versionRange": ">=0.1.0",
    "releasedAt": "2025-03-11",
    "cliCommand": "<sdk:openai-agents>",
    "installMethods": [
      "install:pip"
    ],
    "minSchemaVersion": "6.0.0"
  },
  "outgoingEdges": [
    {
      "from": "agent-version:openai-agents-sdk@current",
      "to": "agent:openai-agents-sdk",
      "kind": "version_of"
    },
    {
      "from": "agent-version:openai-agents-sdk@current",
      "to": "agent-core-impl:openai-agents-sdk.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-version:openai-agents-sdk@current",
      "to": "agent-runtime-impl:openai-agents-sdk.runtime@current",
      "kind": "composed_of",
      "attributes": {
        "role": "runtime"
      }
    },
    {
      "from": "agent-version:openai-agents-sdk@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Runner.run_streamed() yields a typed event stream."
      }
    },
    {
      "from": "agent-version:openai-agents-sdk@current",
      "to": "capability:supports-tool-use",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Function tools and OpenAI hosted tools dispatched per turn."
      }
    },
    {
      "from": "agent-version:openai-agents-sdk@current",
      "to": "capability:supports-subagent-dispatch",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Handoffs invoke nested agent runs."
      }
    },
    {
      "from": "agent-version:openai-agents-sdk@current",
      "to": "capability:can-multi-turn",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full"
      }
    },
    {
      "from": "agent-version:openai-agents-sdk@current",
      "to": "capability:supports-guardrails",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Input and output guardrails run in parallel with agent execution.\nInputGuardrail validates user input; OutputGuardrail validates\nagent responses. Guardrails can tripwire to halt execution.\n"
      }
    },
    {
      "from": "agent-version:openai-agents-sdk@current",
      "to": "capability:supports-handoffs",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Structured agent-to-agent handoffs modeled as tool calls. Handoff\ntransfers conversation ownership to another Agent instance with\ndefined input filters and output types.\n"
      }
    },
    {
      "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"
      }
    },
    {
      "from": "agent-version:openai-agents-sdk@current",
      "to": "memory-system:vector-backed-recall-pattern",
      "kind": "uses_memory_system",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent:openai-agents-sdk",
      "to": "agent-version:openai-agents-sdk@current",
      "kind": "has_version"
    }
  ]
}