From 5779526912d6e2c601e9517960230f56c9c20b64 Mon Sep 17 00:00:00 2001 From: Elva Date: Wed, 15 Apr 2026 03:45:27 +0000 Subject: [PATCH 1/2] fix(broken_link): Broken internal link on Realtime API category page Internal link to RealtimeAgent blog post missing /latest/ prefix returns 404. Bug: file-b84ef180 Fixed by Elva. --- .../_blogs/2025-01-08-RealtimeAgent-over-websocket/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/_blogs/2025-01-08-RealtimeAgent-over-websocket/index.mdx b/website/docs/_blogs/2025-01-08-RealtimeAgent-over-websocket/index.mdx index 32e0e42c8cdc..67c69d507254 100644 --- a/website/docs/_blogs/2025-01-08-RealtimeAgent-over-websocket/index.mdx +++ b/website/docs/_blogs/2025-01-08-RealtimeAgent-over-websocket/index.mdx @@ -17,7 +17,7 @@ tags: [Realtime API] # **Realtime over WebSockets** -In our [previous blog post](/docs/blog/2024-12-20-RealtimeAgent/index), we introduced a way to interact with the [**`RealtimeAgent`**](/docs/api-reference/autogen/agentchat/realtime/experimental/RealtimeAgent) using [**`TwilioAudioAdapter`**](/docs/api-reference/autogen/agentchat/realtime/experimental/TwilioAudioAdapter#twilioaudioadapter). While effective, this approach required a setup-intensive process involving [Twilio](https://www.twilio.com/) integration, account configuration, number forwarding, and other complexities. Today, we're excited to introduce the[**`WebSocketAudioAdapter`**](/docs/api-reference/autogen/agentchat/realtime/experimental/WebSocketAudioAdapter#websocketaudioadapter), a streamlined approach to real-time audio streaming directly via a web browser. +In our [previous blog post](/latest/docs/blog/2024/12/20/RealtimeAgent/), we introduced a way to interact with the [**`RealtimeAgent`**](/docs/api-reference/autogen/agentchat/realtime/experimental/RealtimeAgent) using [**`TwilioAudioAdapter`**](/docs/api-reference/autogen/agentchat/realtime/experimental/TwilioAudioAdapter#twilioaudioadapter). While effective, this approach required a setup-intensive process involving [Twilio](https://www.twilio.com/) integration, account configuration, number forwarding, and other complexities. Today, we're excited to introduce the[**`WebSocketAudioAdapter`**](/docs/api-reference/autogen/agentchat/realtime/experimental/WebSocketAudioAdapter#websocketaudioadapter), a streamlined approach to real-time audio streaming directly via a web browser. This post explores the features, benefits, and implementation of the [**`WebSocketAudioAdapter`**](/docs/api-reference/autogen/agentchat/realtime/experimental/WebSocketAudioAdapter#websocketaudioadapter), showing how it transforms the way we connect with real-time agents. From 08240c3a2a4272eb19952b3b47d7e92162474d21 Mon Sep 17 00:00:00 2001 From: Mark Sze Date: Mon, 20 Apr 2026 11:15:39 +1000 Subject: [PATCH 2/2] Corrected link --- .../_blogs/2025-01-08-RealtimeAgent-over-websocket/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/_blogs/2025-01-08-RealtimeAgent-over-websocket/index.mdx b/website/docs/_blogs/2025-01-08-RealtimeAgent-over-websocket/index.mdx index 67c69d507254..c7fe79fe4aad 100644 --- a/website/docs/_blogs/2025-01-08-RealtimeAgent-over-websocket/index.mdx +++ b/website/docs/_blogs/2025-01-08-RealtimeAgent-over-websocket/index.mdx @@ -17,7 +17,7 @@ tags: [Realtime API] # **Realtime over WebSockets** -In our [previous blog post](/latest/docs/blog/2024/12/20/RealtimeAgent/), we introduced a way to interact with the [**`RealtimeAgent`**](/docs/api-reference/autogen/agentchat/realtime/experimental/RealtimeAgent) using [**`TwilioAudioAdapter`**](/docs/api-reference/autogen/agentchat/realtime/experimental/TwilioAudioAdapter#twilioaudioadapter). While effective, this approach required a setup-intensive process involving [Twilio](https://www.twilio.com/) integration, account configuration, number forwarding, and other complexities. Today, we're excited to introduce the[**`WebSocketAudioAdapter`**](/docs/api-reference/autogen/agentchat/realtime/experimental/WebSocketAudioAdapter#websocketaudioadapter), a streamlined approach to real-time audio streaming directly via a web browser. +In our [previous blog post](/docs/blog/2024/12/20/RealtimeAgent/), we introduced a way to interact with the [**`RealtimeAgent`**](/docs/api-reference/autogen/agentchat/realtime/experimental/RealtimeAgent) using [**`TwilioAudioAdapter`**](/docs/api-reference/autogen/agentchat/realtime/experimental/TwilioAudioAdapter#twilioaudioadapter). While effective, this approach required a setup-intensive process involving [Twilio](https://www.twilio.com/) integration, account configuration, number forwarding, and other complexities. Today, we're excited to introduce the[**`WebSocketAudioAdapter`**](/docs/api-reference/autogen/agentchat/realtime/experimental/WebSocketAudioAdapter#websocketaudioadapter), a streamlined approach to real-time audio streaming directly via a web browser. This post explores the features, benefits, and implementation of the [**`WebSocketAudioAdapter`**](/docs/api-reference/autogen/agentchat/realtime/experimental/WebSocketAudioAdapter#websocketaudioadapter), showing how it transforms the way we connect with real-time agents.