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

docs: adding new images for readme #34

Merged
merged 1 commit into from
Sep 22, 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TEN Framework
[![TEN Framework Banner Image](https://github.com/TEN-framework/docs/blob/main/assets/jpg/ten-banner.jpg?raw=true)](https://theten.ai)

<div align="center">

Expand Down
39 changes: 34 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,42 @@
# 🌟 Welcome to TEN

Welcome to TEN! TEN stands for Transformative Extensions Network, [ **an open-source framework** ](https://github.com/TEN-framework/ten_framework) for quickly creating multimodal AI agents. It features the all-in-one TEN Manager, written in Rust, supports multimodal protocols, includes the TEN Runtime, offers the Graph Designer, and has an Extension Store to share in community.
[![TEN Framework Banner Image](https://github.com/TEN-framework/docs/blob/main/assets/jpg/ten-banner.jpg?raw=true)](https://theten.ai)

Here, you’ll get an overview of all the incredible features TEN offers to help you build engaging and interactive experiences.
Welcome to TEN! TEN stands for Transformative Extensions Network and represents the **Next-Gen AI-Agent Framework**, the **world's first truly real-time multimodal AI agent framework**.

<figure><img src="https://github.com/TEN-framework/docs/raw/main/assets/gif/star_ten_w_confetti.gif" alt=""><figcaption><p>Give us a star to stay updated with TEN</p></figcaption></figure>

Before we get started, please click the [**star button on our GitHub repo**](https://github.com/TEN-framework/ten_framework) to stay updated with TEN.
TEN framework offers the following advantages:

TEN’s capabilities are immense, and we’ve harnessed its power to create a real-time multimodal agent that we actively maintain and support. You can explore this agent in our dedicated repository of [ **TEN Agent** ](https://github.com/ten-framework/TEN-Agent) We’d love to have your support, don’t forget to give it a star as well!
1. **Native Support for High-Performance, Real-Time Multimodal Interactions**

If your AI applications involve complex audio-visual scenarios, TEN is your go-to solution. It offers high performance and low latency, with extensive optimization of interactions between various extensions to ensure efficient development of AI applications.

<figure><img src="assets/gif/star_the_repo_confetti.gif" alt=""><figcaption><p>Star us to stay updated with TEN Agent</p></figcaption></figure>
2. **Supports Multiple Languages and Platforms**

Developers can create modular and reusable extensions using various programming languages, such as C++, Go, and Python (with future support for JavaScript/TypeScript). Moreover, the TEN framework runs seamlessly across platforms, including Windows, Mac, Linux, and mobile devices.

3. **Edge-Cloud Integration**

Through the TEN framework, extensions deployed across edge and cloud environments can be easily combined to create diverse applications and scenarios. For privacy-sensitive edge deployments, small models leverage local compute power for reduced costs and lower latency, while cloud-based large models can be integrated for an optimal balance of cost and performance.

4. **Flexibility Beyond Model Limitations**

The TEN framework allows for the creation of complex AI applications that transcend the limitations of large models alone. Agents can be easily constructed to meet a wide range of needs using a simple drag-and-drop, responsive programming approach. TEN also facilitates the integration of AI with audio-visual tools, databases, monitoring systems, RAG, and more.

5. **Real-Time Agent State Management**

TEN has the ability to manage real-time agent states, enabling dynamic responsiveness and adjustment of agent behavior in real time.

---

<figure>
<img src="https://github.com/TEN-framework/docs/raw/main/assets/gif/features.gif?raw=true" alt="TEN Framework Features">
<figcaption>Experience Voice, Vision, and RAG capabilities with TEN</figcaption>
</figure>

Ready to see TEN in action? Experience a real-world AI Agent powered by the TEN framework at **[agent.theten.ai](https://agent.theten.ai)**.

To kickstart your AI agent development journey, explore our dedicated [**TEN Agent**](https://github.com/ten-framework/TEN-Agent) repository. It's packed with resources to help you get started quickly and efficiently.

We'd be thrilled if you could show your support by starring the TEN Agent repository. Your star helps us grow and improve! 🌟
Loading