Configure Modules
This guide will help you to configure modules in the TEN-Agent Playground.
Configure Modules
Open the playground at localhost:3000 to configure your agent.
Select a graph type (e.g. Voice Agent, Realtime Agent).
Click on the Button to the right of the graph selection to open the module selection.
Depending on the graph type, you can select available modules from the dropdown list.
Click on
Save Change
to apply the module to the graph.If you see the success toast, the module is successfully applied to the graph.
Available Modules
The following module types are available for the TEN-Agent Playground:
Speech Recognition (STT)
The Speech Recognition module converts spoken language into text.
Text-to-Speech (TTS)
The Text-to-Speech module converts text into spoken language.
Large Language Model (LLM)
The Large Language Model module generates text based on the input text with influence.
Voide to Voice Model (V2V)
The Voice to Voice Model module generates voice based on the input voice with influence.
Tool (TOOL)
The Tool module provides a set of tools for the agent to use. The tools can be binded to LLM
module or V2V
module.
Bind Tool Modules
You can bind tool modules to LLM
or V2V
modules in the TEN-Agent Playground. Tool can provide additional capabilities to the agent, such as weather check, news update, etc. You can also write your own tool extension if needed.
Open the playground at localhost:3000 to configure your agent.
Select a graph type (e.g. Voice Agent, Realtime Agent).
Click on the Button to the right of the graph selection to open the module selection.
Depending on the graph type, you will see
LLM
orV2V
module in the Module Picker.Click on the button to the right of the module to open the tool selection.
Select a tool available to bind to the module.
Click on
Save Change
to apply the tool to the module.If you see the success toast, the tool is successfully applied to the module.
Last updated