Replace realtime websocket transport with WebRTC

Move the realtime model transport implementation to WebRTC while keeping the core session/event interface intact for the TUI layer.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-04-04 12:43:42 -07:00
parent 4fd5c35c4f
commit 175d831ff4
13 changed files with 1465 additions and 2000 deletions

View File

@@ -126,7 +126,3 @@ pub(super) fn session_update_session(
},
}
}
pub(super) fn websocket_intent() -> Option<&'static str> {
None
}