From b2317f8a964d6bc14262e4da8f2e783701c07d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=9D=E5=90=89=E5=A1=94=E5=A4=A7=E7=8E=8B?= Date: Thu, 12 Sep 2024 22:40:15 +0800 Subject: [PATCH 1/2] docs: updating banner feature gif and star us --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index deeb641e..13360b17 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![TEN Agent banner](https://github.com/TEN-framework/docs/blob/main/assets/jpg/banner.jpg?raw=true) +
[![Follow on X](https://img.shields.io/twitter/follow/TenFramework?logo=X&color=%20%23f5f5f5)](https://twitter.com/intent/follow?screen_name=TenFramework) @@ -22,38 +24,38 @@ README en Français README in Italiano - -[Documentation](https://doc.theten.ai) +[Getting Started](https://doc.theten.ai/ten-agent/getting_started)   •   -[Getting Started](https://doc.theten.ai/getting-started/quickstart) +[Create Extensions](https://doc.theten.ai/ten-agent/create_a_hello_world_extension)   •   -[Tutorials](https://doc.theten.ai/getting-started/create-a-hello-world-extension) +[TEN Documentation](https://doc.theten.ai/) +
TEN Agent, powered by the world’s first real-time multimodal framework. It is open-source, with the ability to speak, see, and access a knowledge base. By taking advantage of TEN Framework, TEN Agent has the following features: -1. **High-Performance Real-Time Multimodal Interactions** +1. **High-Performance Real-Time Multimodal Interactions**: Offers high-performance, low-latency solutions for complex audio-visual AI applications. -2. **Multi-Language and Multi-Platform Support** +2. **Multi-Language and Multi-Platform Support** : Supports extension development in C++, Go, Python, etc. Runs on Windows, Mac, Linux, and mobile devices. -3. **Edge-Cloud Integration** +3. **Edge-Cloud Integration**: Flexibly combines edge and cloud-deployed extensions, balancing privacy, cost, and performance. -4. **Flexibility Beyond Model Limitations** +4. **Flexibility Beyond Model Limitations**: Easily build complex AI applications through simple drag-and-drop programming, integrating audio-visual tools, databases, RAG, and more. -5. **Real-Time Agent State Management** +5. **Real-Time Agent State Management**: Manages and adjusts agent behavior in real-time for dynamic responsiveness.

Stay Tuned

-Before we dive further, be sure to star our repository and get instant notifications for all new releases! +Before we get started, 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/gif/star_the_repo_confetti_higher_quality.gif?raw=true) +![TEN star us gif](https://github.com/TEN-framework/docs/blob/main/assets/gif/star_us_2.gif?raw=true)

TEN Agent

@@ -62,7 +64,7 @@ Before we dive further, be sure to star our repository and get instant notificat TEN Agent is a multimodal agent powered by [ TEN ](https://theten.ai), demonstrating its capabilities in speech, vision, and reasoning through RAG from local documentation. -[![Showcase TEN multimodal agent](https://github.com/TEN-framework/docs/blob/main/assets/gif/astra_voice_agent.gif?raw=true)](https://agent.theten.ai) +[![Showcase TEN multimodal agent](https://github.com/TEN-framework/docs/blob/main/assets/gif/features.gif?raw=true)](https://agent.theten.ai)

How to build TEN Agent locally @@ -84,7 +86,7 @@ TEN Agent is a multimodal agent powered by [ TEN ](https://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/gif/docker_setting.gif?raw=true) + ### Next step From dc62f4408d981f3fa088b9a262faba10f82bfb76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=9D=E5=90=89=E5=A1=94=E5=A4=A7=E7=8E=8B?= Date: Thu, 12 Sep 2024 22:41:44 +0800 Subject: [PATCH 2/2] docs: uncomment out docker gif --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13360b17..dc5aa45b 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ TEN Agent is a multimodal agent powered by [ TEN ](https://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/gif/docker_setting.gif?raw=true) ### Next step