Skip to main content

A real-time debugger for Pipecat

Project description

whisker

PyPI Discord

ᓚᘏᗢ Whisker: A Pipecat Debugger

Whisker is a live graphical debugger for the Pipecat voice and multimodal conversational AI framework.

It lets you visualize pipelines and debug frames in real time — so you can see exactly what your bot is thinking and doing.

With Whisker you can:

  • 🗺️ View a live graph of your pipeline
  • ⚡ Watch frame processors flash in real time as frames pass through them
  • 📌 Select a processor to inspect the frames it has handled (both pushed and processed)
  • 🔍 Filter frames by name to quickly find the ones you care about
  • 🧵 Select a frame to trace its full path through the pipeline
  • 💾 Save and load previous sessions for review, collaboration, or troubleshooting

Think of Whisker as trace logging with batteries.

Whisker

🧭 Getting started

Requirements:

  • Python 3.10+
  • Pipecat installed
  • Node.js 20+ (for the UI)

1. Install Whisker for Python

uv pip install pipecat-ai-whisker

2. Add Whisker to your Pipecat pipeline

from pipecat_whisker import WhiskerObserver

pipeline = Pipeline(...)

whisker = WhiskerObserver(pipeline)

task = PipelineTask(..., observers=[whisker])

This starts the Whisker server that the graphical UI will connect to. By default, the Whisker server runs at:

ws://localhost:9090

💾 Saving sessions

You can also save your sessions to a file, which is helpful for debugging later or sharing with someone for assistance:

whisker = WhiskerObserver(pipeline, file_name="whisker.bin")

Load the file using the Whisker client.

🚀 Running the client

Clone the repository:

git clone https://github.com/pipecat-ai/whisker.git

Then, start Whisker with:

cd ui
npm install
npm run dev

and connect to http://localhost:5173.

📚 Next steps

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipecat_ai_whisker-0.0.8.tar.gz (142.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pipecat_ai_whisker-0.0.8-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file pipecat_ai_whisker-0.0.8.tar.gz.

File metadata

  • Download URL: pipecat_ai_whisker-0.0.8.tar.gz
  • Upload date:
  • Size: 142.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pipecat_ai_whisker-0.0.8.tar.gz
Algorithm Hash digest
SHA256 ba4f3fc44026645b88ca113fd700ff572cba047f411d19a65bf20ac0d19b5049
MD5 f79d599b0c2ea9a6877b4fd6a251cc66
BLAKE2b-256 9f358d291f09de563a007c1bca3f8a80c5d84c82d53919b5048ef34284cf3328

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipecat_ai_whisker-0.0.8.tar.gz:

Publisher: publish.yaml on pipecat-ai/whisker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pipecat_ai_whisker-0.0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for pipecat_ai_whisker-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 06671b7af3b3d317ac36b9beb904120b8d65a8057b1a35939eeda5325045fa6b
MD5 af8b047e9ee750c9ed94b5ef9bfbbe31
BLAKE2b-256 e338dc9cdaae7a2fbd0bb3c5f840093fbb48c8e863b1d1eb889ce3aef37f1873

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipecat_ai_whisker-0.0.8-py3-none-any.whl:

Publisher: publish.yaml on pipecat-ai/whisker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page