displayName
OpenAI Agents SDK Runtime (current)
agentVersionId
packageRef
builtInTools
[]
toolRegistryDiscovery
dynamic-config
hookSockets
[]
internalSessionStateLocation
host-process memory; user-managed via previous_response_id
sessionFileFormat
json
sessionFilePathConvention
host-application defined
approvalGatingPrimitive
none
subprocessSandboxStrategy
none
runtimeIdentity
host-process
supportedMCPTransports
[]
supportsStreaming
true
notes
The Agents SDK is a Python library — the runtime is the host Python
process running `Runner.run_streamed()` / `Runner.run()`. There is no
dedicated CLI surface; tools, handoffs, and persistence are configured
by the host application.