A Pipecat example demonstrating the simplest way to create a voice agent using WebsocketTransport.
-
Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
-
Configure environment variables:
- Copy
env.exampleto.env
cp env.example .env
- Add your API keys
- Choose what do you wish to use, 'fast_api' or 'websocket_server'
- Copy
python server/server.pyFor client-side setup, refer to the:
Ensure the bot server is running before using any client implementations.
- Python 3.10+
- Node.js 16+ (for JavaScript components)
- Google API Key
- Ensure all dependencies are installed before running the server.
- Check the
.envfile for missing configurations.
Happy coding! 🎉