II.
AgentCoreImpl overview
Reference · liveagent-core-impl:codex-sdk.core@current
Codex SDK Core (current) overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for agent-core-impl:codex-sdk.core@current.
Attributes
displayName
Codex SDK Core (current)
agentVersionId
packageRef
loopIteratorPolicy
process-function-driven
loopIteratorNotes
Host program calls `openai.chat.completions.create({stream:true})`
or the Responses API directly. The tool-use loop body is the
host's code — there is no Codex Rust runtime in this variant.
contextManagementStrategy
user-managed
compactionTriggerNotes
No rolling-summary primitive in this variant; the host program is
responsible for any context management.
subagentInvokerPolicy
not-applicable
subagentInvokerNotes
Subagent dispatch is not advertised by the codex-sdk adapter
(supportsSubagentDispatch is false).
resultSynthesisPolicy
model-direct
resultSynthesisNotes
Streaming chunks are delivered via the OpenAI SDK; the host emits
the final response when the stream closes.
stopDetectionStrategy
structured-end-event
transportClientLibrary
openai
supportedTransportProtocols
parallelToolCallHandling
native
streamingFidelity
full
thinkingChannelHandling
not-supported
Outgoing edges
composes1
- agent:codex-sdk·AgentProductCodex SDK
emits_message_type5
- protocol-message:openai-response-created·ProtocolMessageOpenAI Responses / response.created
- protocol-message:openai-response-output-item-added·ProtocolMessageOpenAI Responses / response.output_item.added
- protocol-message:openai-response-output-text-delta·ProtocolMessageOpenAI Responses / response.output_text.delta
- protocol-message:openai-response-completed·ProtocolMessageOpenAI Responses / response.completed
- protocol-message:openai-response-failed·ProtocolMessageOpenAI Responses / response.failed
output_guard_applied_by1
- output-guard:openai-structured-output-strict·OutputGuardOpenAI Structured Output (strict) guard
realizes1
- layer:4-agent-core·LayerAgent-Core
sourced_from2
- source-ref:openai-node-npm·SourceRef
- source-ref:openai-node-github·SourceRef
speaks2
- model-transport:openai-chat-completions·ModelTransportProtocolOpenAI Chat Completions
- model-transport:openai-responses·ModelTransportProtocolOpenAI Responses
supports2
- capability:streaming·CapabilityStreaming
- capability:supports-tool-use·CapabilitySupports tool use
supports_effort_level4
- effort-level:minimal·EffortLevelEffort: minimal
- effort-level:low·EffortLevelEffort: low
- effort-level:medium·EffortLevelEffort: medium
- effort-level:high·EffortLevelEffort: high
Incoming edges
composed_of1
- agent-version:codex-sdk@current·AgentVersion