Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfyifanchen committed Aug 29, 2024
1 parent a1090a3 commit 5dd67e0
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Astra is a multimodal agent powered by [ TEN ](https://doc.theten.ai), demonstra
### Prerequisites

#### Keys
- Agora App ID and App Certificate([read here on how](https://docs.agora.io/en/video-calling/get-started/manage-agora-account?platform=web))
- Azure's [speech-to-text](https://azure.microsoft.com/en-us/products/ai-services/speech-to-text) and [text-to-speech](https://azure.microsoft.com/en-us/products/ai-services/text-to-speech) API keys
- Agora [ App ID ](https://docs.agora.io/en/video-calling/get-started/manage-agora-account?platform=web#create-an-agora-project) and [ App Certificate ](https://docs.agora.io/en/video-calling/get-started/manage-agora-account?platform=web#create-an-agora-project)(certificate is not required)
- Azure [SST](https://azure.microsoft.com/en-us/products/ai-services/speech-to-text) and [TTS](https://azure.microsoft.com/en-us/products/ai-services/text-to-speech) API keys (feel free to use another provider)
- [OpenAI](https://openai.com/index/openai-api/) API key

#### Installation
Expand Down Expand Up @@ -124,25 +124,17 @@ Open up another tab go to http://localhost:3001, and use Graph Designer to creat
![TEN Graph Designer](https://github.com/TEN-framework/docs/blob/main/assets/gifs/graph-designer.gif?raw=true)

<br>
<h2>TEN Platform</h2>

Now that you’ve created your first AI agent, the creativity doesn't stop here. To develop more amazing agents, you’ll need an advanced understanding of how the TEN service works under the hood. Please refer to the [ TEN platform documentation ](https://doc.theten.ai).

<br>
<h2>TEN Feature Comparison</h2>
<h2>Astra agent comparison</h2>

<div align="center">

| **Features** | **TEN** | **Dify** | **LangChain** | **Flowise** |
|:----------------------------------------:|:-------:|:--------:|:-------------:|:-----------:|
| **Opensourced Multimodal Agent** |||||
| **Python, Go, and C++ for Extensions** |||||
| **All-in-one Package Manager** |||||
| **RTC Transportation** |||||
| **Extension Store** |||||
| **RAG** |||||
| **Workflow Builder** |||||
| **Local Deployment** |||||
| **Features** | **Astra** | **Pipecat** | **LiveKit** |
|:----------------------------------------:|:-------:|:--------:|:-------------:|
| **Go support for extension** ||||
| **C++ support for extension** ||||
| **Python support for extension** ||||
| **Workflow builder for extension** ||||
| **RAG support** ||||

</div>

Expand Down

0 comments on commit 5dd67e0

Please sign in to comment.