Skip to main content
Pipecat is a realtime communication platform that allows you to create voice and video chat applications. Pipecat has it’s own documentation for Simli, but we’ve included a guide below to get you started.

Build your AI video agent with Pipecat

We recommend using Pipecat to run your Simli agent. below is a guide to set up your environment and dependencies.
  1. Create a new project:
  2. Install dependencies:
  3. Set up your .env file: Create a .env file in your project directory and add your api keys for Simli and other AI services. For example:
    .env
  4. Fill in your Pipecat runner code: Here’s a simple example of a Pipecat runner file. Ensure your .env file is in the same directory as this file.
pipecat-simli.py
  1. Run your bot:
    and visit http://localhost:7860 to talk to your agent in the Pipecat sandbox.
  2. Learn more: For detailed documentation, visit Pipecat’s guide to Simli or keep exploring Simli docs for more insights.