iiRecord
Agentic AI Atlas · OpenAI Agents SDK
agent:openai-agents-sdka5c.ai
II.
AgentProduct JSON

agent:openai-agents-sdk

Structured · live

OpenAI Agents SDK json

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

File · agent-stack/products/extended-products.yamlCluster · agent-stack
Record JSON
{
  "id": "agent:openai-agents-sdk",
  "_kind": "AgentProduct",
  "_file": "agent-stack/products/extended-products.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "OpenAI Agents SDK",
    "vendor": "OpenAI",
    "homepageUrl": "https://openai.github.io/openai-agents-python/",
    "primarySurface": "sdk",
    "supportTier": "catalog-backed",
    "productKind": "sdk",
    "stackScope": "core-runtime",
    "description": "OpenAI Agents SDK (openai-agents-python) is OpenAI's framework for\nbuilding agentic applications. It exposes a `Runner` that drives a\nstreaming agent loop over the Responses API, supports\nhandoffs/subagents, tools, and emits a structured streaming-event\ntaxonomy (RawResponsesStreamEvent, RunItemStreamEvent + 11 item\nsubtypes, AgentUpdatedStreamEvent). Features guardrails for input/\noutput validation, tracing for debugging and observability, and\nMCP tool server integration. The SDK emphasizes minimal abstraction\nover the Responses API while providing structured multi-agent\npatterns via handoffs.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent:openai-agents-sdk",
      "to": "agent-version:openai-agents-sdk@current",
      "kind": "has_version"
    },
    {
      "from": "agent:openai-agents-sdk",
      "to": "skill-area:ai-agent-development",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "agent:openai-agents-sdk",
      "to": "skill-area:multi-agent-coordination",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "agent:openai-agents-sdk",
      "to": "skill-area:tool-use",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "agent:openai-agents-sdk",
      "to": "skill-area:agentic-loops",
      "kind": "integrates_with",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:openai-agents-sdk.core@current",
      "to": "agent:openai-agents-sdk",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-runtime-impl:openai-agents-sdk.runtime@current",
      "to": "agent:openai-agents-sdk",
      "kind": "composes",
      "attributes": {
        "role": "runtime"
      }
    },
    {
      "from": "agent-version:openai-agents-sdk@current",
      "to": "agent:openai-agents-sdk",
      "kind": "version_of"
    },
    {
      "from": "claim:openai-agents-sdk-has-runner",
      "to": "agent:openai-agents-sdk",
      "kind": "asserts_about"
    },
    {
      "from": "source-ref:openai-agents-sdk-github",
      "to": "agent:openai-agents-sdk",
      "kind": "source_of",
      "attributes": {}
    },
    {
      "from": "source-ref:openai-agents-sdk-docs",
      "to": "agent:openai-agents-sdk",
      "kind": "source_of",
      "attributes": {}
    }
  ]
}