Add realtime v2 event parser behind feature flag (#14537)

- Add a feature-flagged realtime v2 parser on the existing
websocket/session pipeline.
- Wire parser selection from core feature flags and map the codex
handoff tool-call path into existing handoff events.

---------

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-03-12 21:12:40 -07:00
committed by GitHub
parent 650beb177e
commit 3e8f47169e
9 changed files with 352 additions and 10 deletions

View File

@@ -426,6 +426,9 @@
"realtime_conversation": {
"type": "boolean"
},
"realtime_conversation_v2": {
"type": "boolean"
},
"remote_models": {
"type": "boolean"
},
@@ -1937,6 +1940,9 @@
"realtime_conversation": {
"type": "boolean"
},
"realtime_conversation_v2": {
"type": "boolean"
},
"remote_models": {
"type": "boolean"
},