Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing the image links #264

Merged
merged 8 commits into from
Sep 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Astra banner image](https://github.com/TEN-framework/docs/blob/main/assets/imgs/astra_banner.jpg?raw=true)
![Astra banner image](https://github.com/TEN-framework/docs/blob/main/assets/jpg/astra_banner.jpg?raw=true)
<div align="center">

[![Follow on X](https://img.shields.io/twitter/follow/AstraAIAgent?logo=X&color=%20%23f5f5f5)](https://twitter.com/intent/follow?screen_name=AstraAIAgent)
Expand Down Expand Up @@ -39,7 +39,7 @@

Astra is a multimodal agent powered by [ TEN ](https://doc.theten.ai), demonstrating its capabilities in speech, vision, and reasoning through RAG from local documentation.

[![Showcase Astra multimodal agent](https://github.com/TEN-framework/docs/blob/main/assets/gifs/astra_voice_agent.gif?raw=true)](https://theastra.ai)
[![Showcase Astra multimodal agent](https://github.com/TEN-framework/docs/blob/main/assets/gif/astra_voice_agent.gif?raw=true)](https://theastra.ai)
<br>
<h2>How to build Astra locally

Expand All @@ -61,7 +61,7 @@ Astra is a multimodal agent powered by [ TEN ](https://doc.theten.ai), demonstra
#### Docker setting on Apple Silicon
You will need to uncheck "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" option for Docker if you are on Apple Silicon, otherwise the server is not going to work.

![Docker Setting](https://github.com/TEN-framework/docs/blob/main/assets/gifs/docker_setting.gif?raw=true)
![Docker Setting](https://github.com/TEN-framework/docs/blob/main/assets/gif/docker_setting.gif?raw=true)

### Next step

Expand Down Expand Up @@ -121,21 +121,24 @@ Open up http://localhost:3000 in browser to play and test the Astra agent.

Open up another tab go to http://localhost:3001, and use Graph Designer to create, connect and edit extensions on canvas.

![TEN Graph Designer](https://github.com/TEN-framework/docs/blob/main/assets/gifs/graph_designer.gif?raw=true)
![TEN Graph Designer](https://github.com/TEN-framework/docs/blob/main/assets/gif/graph_designer.gif?raw=true)

<br>
<h2>Astra Agent Comparison</h2>

<div align="center">

| **Features** | **Astra Agent** | **Pipecat** | **LiveKit** |
|:----------------------------------------:|:-------:|:--------:|:-------------:|
| **Go support for extension** | ✅ | ❌ | ❌ |
| **C++ support for extension** | ✅ | ❌ | ❌ |
| **Workflow builder for extension** | ✅ | ❌ | ❌ |
| **RAG support** | ✅ | ❌ | ❌ |
| **Python support for extension** | ✅ | ✅ | ✅ |
| **Open source** | ✅ | ✅ | ✅ |
| **Features** | **Astra Agent** | **Pipecat** | **LiveKit:KITT** | **Vapi.ai** | **DailyBots** | **Play.ai** |
|:----------------------------------------:|:-------:|:--------:|:-------------:|:----------------:|:----------------:|:----------------:|
| **Vision** | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| **Rich TTS Support for different languages** | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| **Go support for extension** | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| **C++ support for extension** | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| **RAG support** | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| **Workflow builder for extension** | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ |
| **Rich LLM Support** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| **Python support for extension** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| **Open source** | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |

</div>

Expand All @@ -144,7 +147,7 @@ Open up another tab go to http://localhost:3001, and use Graph Designer to creat

Before we dive further, be sure to star our repository and get instant notifications for all new releases!

![TEN star us gif](https://github.com/TEN-framework/docs/blob/main/assets/gifs/star_the_repo_confetti_higher_quality.gif?raw=true)
![TEN star us gif](https://github.com/TEN-framework/docs/blob/main/assets/gif/star_the_repo_confetti_higher_quality.gif?raw=true)

<br>
<h2>Join Community</h2>
Expand Down
22 changes: 11 additions & 11 deletions docs/readmes/README-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Astra banner image](https://github.com/TEN-framework/docs/blob/main/assets/imgs/astra-banner.jpg?raw=true)
![Astra banner image](https://github.com/TEN-framework/docs/blob/main/assets/jpg/astra_banner.jpg?raw=true)
<div align="center">

[![Follow on X](https://img.shields.io/twitter/follow/AstraAIAgent?logo=X&color=%20%23f5f5f5)](https://twitter.com/intent/follow?screen_name=AstraAIAgent)
Expand Down Expand Up @@ -39,14 +39,14 @@

<br>

## Astra AI agent
## Astra agent

[Astra AI agent](https://theastra.ai) 是通过 TEN 搭建出来的 multimodal AI agent, 展示了其多模态,低延迟的能力。
[Astra agent](https://theastra.ai) 是通过 TEN 搭建出来的 multimodal AI agent, 展示了其多模态,低延迟的能力。

[![Showcase Astra voice agent](https://github.com/TEN-framework/docs/blob/main/assets/gifs/astra-voice-agent.gif?raw=true)](https://theastra.ai)
[![Showcase Astra agent](https://github.com/TEN-framework/docs/blob/main/assets/gif/astra_voice_agent.gif?raw=true)](https://theastra.ai)

<br>
<h2>如何本地搭建 Astra AI agent</h2>
<h2>如何本地搭建 Astra agent</h2>

### 先决条件
#### Keys
Expand All @@ -65,7 +65,7 @@

<div align="center">

![Docker Setting](https://github.com/TEN-framework/docs/blob/main/assets/gifs/docker-setting.gif?raw=true)
![Docker Setting](https://github.com/TEN-framework/docs/blob/main/assets/gif/docker_setting.gif?raw=true)

</div>

Expand Down Expand Up @@ -146,22 +146,22 @@ make run-server

走到这里就本地构建完成了,简单 5 步,上手体验拉满!

#### 验证 Astra voice agent
#### 验证 Astra agent

现在可以打开浏览器 http://localhost:3000 体验 Astra voice agent
现在可以打开浏览器 http://localhost:3000 体验 Astra agent

#### 验证 Graph designer

同时可以再开一个 tab 在 http://localhost:3001 体验 Graph Designer (beta),通过简单拖拽和动态节点连接轻松定制 Astra voice agent。
同时可以再开一个 tab 在 http://localhost:3001 体验 Graph Designer (beta),通过简单拖拽和动态节点连接轻松定制 Astra agent。

![TEN Graph Designer](https://github.com/TEN-framework/docs/blob/main/assets/gifs/graph-designer.gif?raw=true)
![TEN Graph Designer](https://github.com/TEN-framework/docs/blob/main/assets/gif/graph_designer.gif?raw=true)

<br>
<h2>点星收藏</h2>

我们更新频繁,不想错过的话,请给我们的 repo 点星,以便获得第一时间的更新.

![TEN star us gif](https://github.com/TEN-framework/docs/blob/main/assets/gifs/star-the-repo-confetti-higher-quality.gif?raw=true)
![TEN star us gif](https://github.com/TEN-framework/docs/blob/main/assets/gif/star_the_repo_confetti_higher_quality.gif?raw=true)



Expand Down
10 changes: 5 additions & 5 deletions docs/readmes/README-ES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Astra banner image](https://github.com/TEN-framework/docs/blob/main/assets/imgs/astra-banner.jpg?raw=true)
![Astra banner image](https://github.com/TEN-framework/docs/blob/main/assets/jpg/astra_banner.jpg?raw=true)
<div align="center">

[![Follow on X](https://img.shields.io/twitter/follow/AstraAIAgent?logo=X&color=%20%23f5f5f5)](https://twitter.com/intent/follow?screen_name=AstraAIAgent)
Expand Down Expand Up @@ -40,7 +40,7 @@

Astra es un agente multimodal impulsado por [TEN](https://doc.theten.ai), que demuestra sus capacidades en habla, visión y razonamiento a través de RAG a partir de la documentación local.

[![Demostración del agente multimodal Astra](https://github.com/TEN-framework/docs/blob/main/assets/gifs/astra-voice-agent.gif?raw=true)](https://theastra.ai)
[![Demostración del agente multimodal Astra](https://github.com/TEN-framework/docs/blob/main/assets/gif/astra_voice_agent.gif?raw=true)](https://theastra.ai)
<br>
<h2>Cómo construir Astra localmente

Expand All @@ -62,7 +62,7 @@ Astra es un agente multimodal impulsado por [TEN](https://doc.theten.ai), que de
#### Configuración de Docker en Apple Silicon
Si está utilizando Apple Silicon, deberá desmarcar la opción "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" en Docker, de lo contrario, el servidor no funcionará.

![Configuración de Docker](https://github.com/TEN-framework/docs/blob/main/assets/gifs/docker-setting.gif?raw=true)
![Configuración de Docker](https://github.com/TEN-framework/docs/blob/main/assets/gif/docker_setting.gif?raw=true)

### Siguiente paso

Expand Down Expand Up @@ -122,7 +122,7 @@ Abre http://localhost:3000 en el navegador para probar el agente multimodal Astr

Abre otra pestaña e ingresa a http://localhost:3001, y utiliza el diseñador de gráficos para editar el flujo y las propiedades de cualquier extensión.

![Diseñador de gráficos TEN](https://github.com/TEN-framework/docs/blob/main/assets/gifs/graph-designer.gif?raw=true)
![Diseñador de gráficos TEN](https://github.com/TEN-framework/docs/blob/main/assets/gif/graph_designer.gif?raw=true)

<br>
<h2>Plataforma TEN</h2>
Expand Down Expand Up @@ -152,7 +152,7 @@ Ahora que has creado tu primer agente de IA, la creatividad no se detiene aquí.

Antes de continuar, ¡asegúrate de marcar nuestro repositorio como favorito y recibir notificaciones instantáneas sobre todas las nuevas versiones!

![TEN marcar repositorio gif](https://github.com/TEN-framework/docs/blob/main/assets/gifs/star-the-repo-confetti-higher-quality.gif?raw=true)
![TEN marcar repositorio gif](https://github.com/TEN-framework/docs/blob/main/assets/gif/star_the_repo_confetti_higher_quality.gif?raw=true)

<br>
<h2>Únete a la comunidad</h2>
Expand Down
10 changes: 5 additions & 5 deletions docs/readmes/README-FR.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Astra banner image](https://github.com/TEN-framework/docs/blob/main/assets/imgs/astra-banner.jpg?raw=true)
![Astra banner image](https://github.com/TEN-framework/docs/blob/main/assets/jpg/astra_banner.jpg?raw=true)
<div align="center">

[![Follow on X](https://img.shields.io/twitter/follow/AstraAIAgent?logo=X&color=%20%23f5f5f5)](https://twitter.com/intent/follow?screen_name=AstraAIAgent)
Expand Down Expand Up @@ -39,7 +39,7 @@

Astra est un agent multimodal alimenté par [TEN](https://doc.theten.ai), démontrant ses capacités en matière de parole, de vision et de raisonnement grâce à RAG à partir de la documentation locale.

[![Présentation de l'agent multimodal Astra](https://github.com/TEN-framework/docs/blob/main/assets/gifs/astra-voice-agent.gif?raw=true)](https://theastra.ai)
[![Présentation de l'agent multimodal Astra](https://github.com/TEN-framework/docs/blob/main/assets/gif/astra_voice_agent.gif?raw=true)](https://theastra.ai)
<br>
<h2>Comment construire Astra localement

Expand All @@ -61,7 +61,7 @@ Astra est un agent multimodal alimenté par [TEN](https://doc.theten.ai), démon
#### Paramètres Docker sur Apple Silicon
Si vous utilisez Apple Silicon, vous devrez décocher l'option "Utiliser Rosetta pour l'émulation x86_64/amd64 sur Apple Silicon" pour Docker, sinon le serveur ne fonctionnera pas.

![Paramètres Docker](https://github.com/TEN-framework/docs/blob/main/assets/gifs/docker-setting.gif?raw=true)
![Paramètres Docker](https://github.com/TEN-framework/docs/blob/main/assets/gif/docker_setting.gif?raw=true)

### Étape suivante

Expand Down Expand Up @@ -120,7 +120,7 @@ Ouvrez http://localhost:3000 dans votre navigateur pour tester l'agent multimoda
#### Concepteur de graphiques
Ouvrez un autre onglet et allez sur http://localhost:3001 pour utiliser le concepteur de graphiques et modifier le flux et les propriétés des extensions.

![Concepteur de graphiques TEN](https://github.com/TEN-framework/docs/blob/main/assets/gifs/graph-designer.gif?raw=true)
![Concepteur de graphiques TEN](https://github.com/TEN-framework/docs/blob/main/assets/gif/graph_designer.gif?raw=true)

<br>
<h2>Plateforme TEN</h2>
Expand Down Expand Up @@ -150,7 +150,7 @@ Maintenant que vous avez créé votre premier agent d'IA, la créativité ne s'a

Avant de continuer, assurez-vous de mettre une étoile à notre dépôt et recevez des notifications instantanées pour toutes les nouvelles versions !

![Animation étoile TEN](https://github.com/TEN-framework/docs/blob/main/assets/gifs/star-the-repo-confetti-higher-quality.gif?raw=true)
![Animation étoile TEN](https://github.com/TEN-framework/docs/blob/main/assets/gif/star_the_repo_confetti_higher_quality.gif?raw=true)

<br>
<h2>Rejoignez la communauté</h2>
Expand Down
10 changes: 5 additions & 5 deletions docs/readmes/README-IT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Astra banner image](https://github.com/TEN-framework/docs/blob/main/assets/imgs/astra-banner.jpg?raw=true)
![Astra banner image](https://github.com/TEN-framework/docs/blob/main/assets/jpg/astra_banner.jpg?raw=true)
<div align="center">

[![Follow on X](https://img.shields.io/twitter/follow/AstraAIAgent?logo=X&color=%20%23f5f5f5)](https://twitter.com/intent/follow?screen_name=AstraAIAgent)
Expand Down Expand Up @@ -39,7 +39,7 @@

Astra è un agente multimodale alimentato da [ TEN ](https://doc.theten.ai), che dimostra le sue capacità in termini di linguaggio, visione e ragionamento attraverso RAG dalla documentazione locale.

[![Mostra Astra agente multimodale](https://github.com/TEN-framework/docs/blob/main/assets/gifs/astra-voice-agent.gif?raw=true)](https://theastra.ai)
[![Mostra Astra agente multimodale](https://github.com/TEN-framework/docs/blob/main/assets/gif/astra_voice_agent.gif?raw=true)](https://theastra.ai)
<br>
<h2>Come costruire Astra localmente

Expand All @@ -61,7 +61,7 @@ Astra è un agente multimodale alimentato da [ TEN ](https://doc.theten.ai), che
#### Impostazione Docker su Apple Silicon
Se si utilizza Apple Silicon, è necessario deselezionare l'opzione "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" per Docker, altrimenti il server non funzionerà.

![Impostazione Docker](https://github.com/TEN-framework/docs/blob/main/assets/gifs/docker-setting.gif?raw=true)
![Impostazione Docker](https://github.com/TEN-framework/docs/blob/main/assets/gif/docker_setting.gif?raw=true)

### Prossimo passo

Expand Down Expand Up @@ -121,7 +121,7 @@ Apri http://localhost:3000 nel browser per testare Astra agente multimodale.

Apri un'altra scheda e vai su http://localhost:3001, utilizza il graph designer per modificare il flusso e le proprietà delle estensioni.

![TEN Graph Designer](https://github.com/TEN-framework/docs/blob/main/assets/gifs/graph-designer.gif?raw=true)
![TEN Graph Designer](https://github.com/TEN-framework/docs/blob/main/assets/gif/graph_designer.gif?raw=true)

<br>
<h2>La piattaforma TEN</h2>
Expand Down Expand Up @@ -151,7 +151,7 @@ Ora che hai creato il tuo primo agente di intelligenza artificiale, la creativit

Prima di continuare, assicurati di mettere una stella al nostro repository e ricevere notifiche istantanee per tutte le nuove versioni!

![TEN star us gif](https://github.com/TEN-framework/docs/blob/main/assets/gifs/star-the-repo-confetti-higher-quality.gif?raw=true)
![TEN star us gif](https://github.com/TEN-framework/docs/blob/main/assets/gif/star_the_repo_confetti_higher_quality.gif?raw=true)

<br>
<h2>Unisciti alla community</h2>
Expand Down
10 changes: 5 additions & 5 deletions docs/readmes/README-JP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Astra banner image](https://github.com/TEN-framework/docs/blob/main/assets/imgs/astra-banner.jpg?raw=true)
![Astra banner image](https://github.com/TEN-framework/docs/blob/main/assets/jpg/astra_banner.jpg?raw=true)
<div align="center">

[![Follow on X](https://img.shields.io/twitter/follow/AstraAIAgent?logo=X&color=%20%23f5f5f5)](https://twitter.com/intent/follow?screen_name=AstraAIAgent)
Expand Down Expand Up @@ -43,7 +43,7 @@

[Astra voice agent](https://theastra.ai) は、TEN を使用して構築された音声エージェントであり、マルチモーダルで低遅延の能力を示しています。

[![Showcase Astra voice agent](https://github.com/TEN-framework/docs/blob/main/assets/gifs/astra-voice-agent.gif?raw=true)](https://theastra.ai)
[![Showcase Astra voice agent](https://github.com/TEN-framework/docs/blob/main/assets/gif/astra_voice_agent.gif?raw=true)](https://theastra.ai)

<br>
<h2>グラフデザイナーを使用して音声エージェントを構成する方法</h2>
Expand All @@ -65,7 +65,7 @@ Apple Silicon Mac を使用している場合は、Docker の "Use Rosetta for x

<div align="center">

![Docker Setting](https://github.com/TEN-framework/docs/blob/main/assets/gifs/docker-setting.gif?raw=true)
![Docker Setting](https://github.com/TEN-framework/docs/blob/main/assets/gif/docker_setting.gif?raw=true)

</div>

Expand Down Expand Up @@ -128,14 +128,14 @@ make run-server

別のタブを開いて `localhost:3001` にアクセスし、TEN グラフデザイナー (ベータ版) を体験できます。簡単なドラッグアンドドロップと動的なノード接続で、Astra 音声エージェントを簡単にカスタマイズできます。

![TEN Graph Designer](https://github.com/TEN-framework/docs/blob/main/assets/gifs/graph-designer.gif?raw=true)
![TEN Graph Designer](https://github.com/TEN-framework/docs/blob/main/assets/gif/graph_designer.gif?raw=true)

<br>
<h2>スターを付ける</h2>

頻繁に更新されるため、最新情報を見逃さないように、リポジトリにスターを付けてください。

![TEN star us gif](https://github.com/TEN-framework/docs/blob/main/assets/gifs/star-the-repo-confetti-higher-quality.gif?raw=true)
![TEN star us gif](https://github.com/TEN-framework/docs/blob/main/assets/gif/star_the_repo_confetti_higher_quality.gif?raw=true)

<br>
<h2>コミュニティに参加する</h2>
Expand Down
Loading