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 Agoraio Python library provides convenient access to the Agoraio APIs from Python.
6
+
The Agora Conversational AI SDK provides convenient access to the Agora Conversational AI APIs,
7
+
enabling you to build voice-powered AI agents with support for both cascading flows (ASR -> LLM -> TTS)
8
+
and multimodal flows (MLLM) for real-time audio processing.
9
+
7
10
8
11
## Table of Contents
9
12
13
+
-[Documentation](#documentation)
10
14
-[Installation](#installation)
11
15
-[Reference](#reference)
16
+
-[Mllm Flow Multimodal](#mllm-flow-multimodal)
12
17
-[Usage](#usage)
13
18
-[Async Client](#async-client)
14
19
-[Exception Handling](#exception-handling)
@@ -20,6 +25,10 @@ The Agoraio Python library provides convenient access to the Agoraio APIs from P
20
25
-[Custom Client](#custom-client)
21
26
-[Contributing](#contributing)
22
27
28
+
## Documentation
29
+
30
+
API reference documentation is available [here](https://docs.agora.io/en/conversational-ai/overview).
31
+
23
32
## Installation
24
33
25
34
```sh
@@ -30,6 +39,71 @@ pip install agoraio-sdk
30
39
31
40
A full reference for this library is available [here](https://github.com/fern-demo/agoraio-python-sdk/blob/HEAD/./reference.md).
32
41
42
+
## MLLM Flow (Multimodal)
43
+
44
+
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.
* The changelog file has been completely removed from the repository. This appears to be part of a cleanup or restructuring effort to remove outdated documentation.
4
-
* Key changes:
5
-
* Delete changelog.md file containing version 0.0.7 release notes
6
-
* Remove SDK regeneration and patch version increment documentation
7
-
* Clean up repository structure by removing legacy changelog
8
-
* 🌿 Generated with Fern
1
+
## 0.0.9 - 2026-01-09
2
+
* SDK regeneration
3
+
* Unable to analyze changes with AI, incrementing PATCH version.
0 commit comments