II.
AgentCoreImpl overview
Reference · liveagent-core-impl:openai-agents-sdk.core@current
OpenAI Agents SDK Core (current) overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for agent-core-impl:openai-agents-sdk.core@current.
Attributes
displayName
OpenAI Agents SDK Core (current)
agentVersionId
packageRef
loopIteratorPolicy
tool-use-loop
loopIteratorNotes
The SDK's `Runner` drives a tool-use loop over OpenAI's Responses API.
Each turn the model emits `response.output_*` events (tool calls,
text deltas, reasoning); the runner executes tool calls and threads
the results into the next turn until a terminal `response.completed`
event arrives or a handoff transitions control to another agent.
contextManagementStrategy
user-managed
compactionTriggerNotes
The SDK exposes the Responses API directly; compaction is the
application's responsibility (e.g. via `previous_response_id` chain
truncation or external summarization).
subagentInvokerPolicy
tool-call-handoff
subagentInvokerNotes
Handoffs are modeled as tool calls whose target is another `Agent`
instance; the runner spawns a nested Runner.run loop for the target
agent and returns its final output.
resultSynthesisPolicy
model-direct
resultSynthesisNotes
The terminal `RunResultStreaming.final_output` is the last assistant
text (or structured output) produced before `response.completed`.
stopDetectionStrategy
structured-end-event
transportClientLibrary
openai (Python)
supportedTransportProtocols
parallelToolCallHandling
native
streamingFidelity
full
thinkingChannelHandling
passthrough
loopBudgetKnobs
- max_turns
effortLevelDelegation
native
Outgoing edges
composes1
- agent:openai-agents-sdk·AgentProductOpenAI Agents SDK
realizes1
- layer:4-agent-core·LayerAgent-Core
speaks1
- model-transport:openai-responses·ModelTransportProtocolOpenAI Responses
supports7
- capability:streaming·CapabilityStreaming
- capability:supports-tool-use·CapabilitySupports tool use
- capability:parallel-tool-calls·CapabilityParallel tool calls
- capability:can-multi-turn·CapabilityCan multi-turn
- capability:supports-guardrails·CapabilitySupports guardrails
- capability:supports-handoffs·CapabilitySupports handoffs
- capability:supports-tracing·CapabilitySupports tracing
supports_effort_level4
- effort-level:low·EffortLevelEffort: low
- effort-level:medium·EffortLevelEffort: medium
- effort-level:high·EffortLevelEffort: high
- effort-level:minimal·EffortLevelEffort: minimal
supports_orchestration_primitive3
- orch-primitive:agent-dispatch·OrchestrationPrimitiveAgent Dispatch
- orch-primitive:session-handoff·OrchestrationPrimitiveSession Handoff
- orch-primitive:approval-gate·OrchestrationPrimitiveApproval Gate
Incoming edges
about_subject1
composed_of1
- agent-version:openai-agents-sdk@current·AgentVersion