<@U084APK40NS> how can I create my own Voice pipel...
# ask-ai
a
@millions-hair-24956 how can I create my own Voice pipeline agent
g
To create your own VoicePipelineAgent, you can use the LiveKit CLI to bootstrap a template application. This involves setting up a Python or Node.js application that uses the LiveKit Agents framework. Here's a brief overview: 1. Install LiveKit CLI: Ensure you have the LiveKit CLI installed and authenticated with your LiveKit project. 2. Bootstrap Application: Use the CLI to create a new application from the voice-pipeline-agent template. Run the command:
Copy code
lk app create --template voice-pipeline-agent-python my-app
This will set up a basic application structure with a VoicePipelineAgent. 3. Customize Agent: Modify the generated code to customize the agent's behavior. You can adjust the models and parameters used for VAD, STT, LLM, and TTS, and implement any specific logic you need. Would you like more detailed instructions or a code example? Sources: - Bootstrapping an application - VoicePipelineAgent 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.