Skip to content

Commit 6ba8897

Browse files
updated readme
1 parent 55c5f2a commit 6ba8897

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
# Agoraio Python Library
1+
# Agora Agent Server SDK for Python
22

33
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2FAgoraIO-Conversational-AI%2Fagent-server-sdk-python)
44
[![pypi](https://img.shields.io/pypi/v/agora-agent-server-sdk)](https://pypi.python.org/pypi/agora-agent-server-sdk)
55

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)
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)
88
and multimodal flows (MLLM) for real-time audio processing.
99

10-
1110
## Table of Contents
1211

1312
- [Installation](#installation)
@@ -213,7 +212,6 @@ client.agents.start(
213212
)
214213
```
215214

216-
217215
## Usage
218216

219217
Instantiate and use the client with the following:

0 commit comments

Comments
 (0)