You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Agora Conversational AI SDK provides convenient access to the Agora Conversational AI APIs,
7
7
enabling you to build voice-powered AI agents with support for both cascading flows (ASR -> LLM -> TTS)
@@ -30,7 +30,7 @@ and multimodal flows (MLLM) for real-time audio processing.
30
30
## Installation
31
31
32
32
```sh
33
-
pip install agora-agent-server-sdk
33
+
pip install agent-server-sdk-python
34
34
```
35
35
36
36
## Quick Start
@@ -155,36 +155,37 @@ A full reference for this library is available [here](https://github.com/AgoraIO
155
155
For real-time audio processing using OpenAI's Realtime API or Google Gemini Live, use the MLLM (Multimodal Large Language Model) flow instead of the cascading ASR -> LLM -> TTS flow. See the [MLLM Overview](https://docs.agora.io/en/conversational-ai/models/mllm/overview) for more details.
0 commit comments