core-agent-ide/codex-rs/codex-api/tests
Ahmed Ibrahim 6817f0be8a
Wire realtime api to core (#12268)
- Introduce `RealtimeConversationManager` for realtime API management 
- Add `op::conversation` to start conversation, insert audio, insert
text, and close conversation.
- emit conversation lifecycle and realtime events.
- Move shared realtime payload types into codex-protocol and add core
e2e websocket tests for start/replace/transport-close paths.

Things to consider:
- Should we use the same `op::` and `Events` channel to carry audio? I
think we should try this simple approach and later we can create
separate one if the channels got congested.
- Sending text updates to the client: we can start simple and later
restrict that.
- Provider auth isn't wired for now intentionally
2026-02-20 19:06:35 -08:00
..
clients.rs Remove ApiPrompt (#11265) 2026-02-10 16:12:31 +00:00
models_integration.rs fix: show user warning when using default fallback metadata (#11690) 2026-02-15 18:46:05 -08:00
realtime_websocket_e2e.rs Wire realtime api to core (#12268) 2026-02-20 19:06:35 -08:00
sse_end_to_end.rs Do not attempt to append after response.completed (#11402) 2026-02-11 07:45:17 -08:00