Skip to content

Commit

Permalink
topology and api ref
Browse files Browse the repository at this point in the history
  • Loading branch information
saudsami committed Sep 26, 2024
1 parent 72be872 commit d3662d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions shared/open-ai-integration/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The `RealtimeKitAgent` class manages the integration by connecting to an Agora c

The code sets up tools that can be executed locally or passed through the API. This allows the AI to perform specific tasks, such as retrieving data from external sources. The agent processes various message types from OpenAI, such as audio responses, transcription updates, and error messages, and sends them to users through the Agora audio channel, facilitating continuous interaction.

The following figure illustrates the integration topology:

![](/images/voice-sdk/open-ai-Integration-topology.png)

## Prerequisites

<Prerequisites />
Expand Down Expand Up @@ -746,4 +750,5 @@ Below is the complete code for `rtc.py`.
This section contains additional information or links to relevant documentation that complements the current page or explains other aspects of the product.
- [API reference for `rtc.py`](https://api-reference-git-python-voice-implementation-agora-gdxe.vercel.app/voice-sdk/python/rtc-py-api.html)
- [Voice calling quickstart (Python)](/voice-calling/get-started/get-started-sdk?platform=python)
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<PlatformWrapper platform="python">

### API reference

- [`rtc.py`](https://api-reference-git-python-voice-implementation-agora-gdxe.vercel.app/voice-sdk/python/rtc-py-api.html)

</PlatformWrapper>

0 comments on commit d3662d5

Please sign in to comment.