TEN Agent is a conversational voice AI agent powered by TEN, integrating Deepseek, Gemini, OpenAI, RTC, and hardware like ESP32. It enables realtime AI capabilities like seeing, hearing, and speaking, and is fully compatible with platforms like Dify and Coze.
TEN is a collection of open-source projects for building real-time, multimodal conversational voice agents, including TEN Framework, TEN VAD, TEN Turn Detection, TEN Agent, TMAN Designer, TEN Portal, and more.
[!IMPORTANT]
Star TEN Repositories ⭐️
Get instant notifications for new releases and updates. Your support helps us grow and improve TEN!
TMAN Designer is a low/no-code option to create voice agents with an easy-to-use workflow UI. It can load apps and graphs, and includes an online editor, log viewer, and much more.
Check out this blog for more details.
Build engaging AI avatars with TEN Agent using Trulience’s diverse collection of free avatar options. To get it up and running, you only need 2 steps:
TEN Agent now integrates seamlessly with MCP servers, expanding its LLM capabilities. To get started:
This integration allows you to leverage MCP’s diverse servers offerings while maintaining TEN Agent’s powerful conversational abilities.
https://github.com/user-attachments/assets/78647eef-2d66-44e6-99a8-1918a940fb9f
TEN Agent is now running on the Espressif ESP32-S3 Korvo V3 development board, an excellent way to integrate realtime communication with LLM on hardware.
Check out the integration guide for more details.
Try Google Gemini Multimodal Live API with realtime vision and realtime screenshare detection capabilities, it is a ready-to-use extension, along with powerful tools like Weather Check and Web Search integrated perfectly into TEN Agent.
TEN offers a great support to make the realtime interactive experience even better on other LLM platform as well, check out docs for more.
Category | Requirements |
---|---|
Keys | • Agora App ID and App Certificate (free minutes every month) • OpenAI API key (any LLM that is compatible with OpenAI) • Deepgram ASR (free credits available with signup) • Elevenlabs TTS (free credits available with signup) |
Installation | • Docker / Docker Compose • Node.js(LTS) v18 |
Minimum System Requirements | • CPU >= 2 Core • RAM >= 4 GB |
[!NOTE]
macOS: Docker setting on Apple Silicon
Uncheck “Use Rosetta for x86/amd64 emulation” in Docker settings, it may result in slower build times on ARM, but performance will be normal when deployed to x64 servers.
cd
to ai-agents
and create .env
file from .env.example
cd ai_agent
cp ./.env.example ./.env
.env
AGORA_APP_ID=
AGORA_APP_CERTIFICATE=
docker compose up -d
docker exec -it ten_agent_dev bash
graph
( ~5min - ~8min)check the /examples
folder for more examples
# use the default agent
task use
# or use the demo agent
task use AGENT=agents/examples/demo
task run
GitHub offers free Codespace for each repository, you can run the playground in Codespace without using Docker.Also, the speed of Codespace is much faster than localhost.
Check out this guide for more details.
Once you have customized your agent (either by using the TMAN Manager, Playground, or editing property.json
directly), you can deploy it by creating a release Docker image for your service.
Read the Deployment Guide for detailed information about deployment.
coming soon
Project | Preview |
---|---|
🏚️ TEN Framework TEN is an open-source framework for real-time, multimodal conversational AI. |
|
TEN VAD TEN VAD is a low-latency, lightweight and high-performance streaming voice activity detector (VAD). |
|
️TEN Turn Detection TEN is for full-duplex dialogue communication. |
|
🎙️ TEN Agent TEN Agent is a showcase of TEN Framewrok. |
![]() |
🎨 TMAN Designer beta TMAN Designer is low/no code option to make a voice agent with easy to use workflow UI. |
![]() |
📒 TEN Portal The official site of TEN framework, it has documentation and blog. |
![]() |
We welcome all forms of open-source collaboration! Whether you’re fixing bugs, adding features, improving documentation, or sharing ideas - your contributions help advance personalized AI tools. Check out our GitHub Issues and Projects to find ways to contribute and show your skills. Together, we can build something amazing!
[!TIP]
Welcome all kinds of contributions 🙏
Join us in building TEN better! Every contribution makes a difference, from code to documentation. Share your TEN Agent projects on social media with to inspire others!
Connect with one of the TEN maintainers @elliotchen100 on 𝕏 or @cyfyifanchen on GitHub for project updates, discussions and collaboration opportunities.
Contributions are welcome! Please read the contribution guidelines first.
The entire TEN framework (except for the folders explicitly listed below) is released under the Apache License, Version 2.0, with additional restrictions. For details, please refer to the LICENSE file located in the root directory of the TEN framework.
The components within the packages
directory are released under the Apache License, Version 2.0. For details, please refer to the LICENSE
file located in each package’s root directory.
The third-party libraries used by the TEN framework are listed and described in detail. For more information, please refer to the third_party folder.