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