Skip to main content

A pipeline runner for Pipecat

Project description

tail

PyPI Discord

ᓚᘏᗢ Tail: A terminal dashboard for Pipecat

Tail is a terminal dashboard for the Pipecat voice and multimodal conversational AI framework.

It lets you monitor your Pipecat sessions in real time with logs, conversations, metrics, and audio levels all in one place.

With Tail you can:

  • 📜 Follow system logs in real time
  • 💬 Track conversations as they happen
  • 🔊 Monitor user and agent audio levels
  • 📈 Keep an eye on service metrics and usage
  • 🖥️ Run locally as a pipeline runner or connect to a remote session

Tail

🧭 Getting started

Requirements

  • Python 3.10+

Install Tail for Python

uv pip install pipecat-ai-tail

and also install Pipecat CLI so you can run Tail as a standalone application:

uv tool install pipecat-ai-cli

⚡ Option A: Pipeline runner

Use TailRunner as a drop-in replacement for PipelineRunner. For example:

runner = PipelineRunner()

await runner.run(task)

becomes

from pipecat_tail.runner import TailRunner

runner = TailRunner()

await runner.run(task)

🏠 Option B: Standalone app

You can also start Tail as a standalone application. This lets you connect to a running session, whether local or remote. All you need to do is add the TailObserver to your pipeline task:

from pipecat_tail.observer import TailObserver

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

Then start the app:

pipecat tail [--url URL]

By default, it will connect to ws://localhost:9292.

📚 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_tail-0.0.2.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

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

pipecat_ai_tail-0.0.2-py3-none-any.whl (24.1 kB view details)

Uploaded Python 3

File details

Details for the file pipecat_ai_tail-0.0.2.tar.gz.

File metadata

  • Download URL: pipecat_ai_tail-0.0.2.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pipecat_ai_tail-0.0.2.tar.gz
Algorithm Hash digest
SHA256 25bb8a264b75e90e29c4b047cc008175b65f43f3821e766146211e585f7760b0
MD5 3d9b6dbc3a75f7d9157818240a8ce37e
BLAKE2b-256 27e9538fff3dade2c0f5001b5d63965f1cb18032d509b9e10b4d54d897c5e674

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipecat_ai_tail-0.0.2.tar.gz:

Publisher: publish.yaml on pipecat-ai/tail

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_tail-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for pipecat_ai_tail-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a802d49b6b64a106f225e041f10951853b22ffb8dafd96c3eceacc6973e49b6e
MD5 a8cd5065d664c53b85a76a8773a921a7
BLAKE2b-256 cc49668fd6e56aa28836c0ca7482e7040c4746b10c6d58896d0d6679233efca5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipecat_ai_tail-0.0.2-py3-none-any.whl:

Publisher: publish.yaml on pipecat-ai/tail

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