Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Pipecat CLI

> [!IMPORTANT]
> **This repository is archived.** The Pipecat CLI now ships with
> [Pipecat](https://github.com/pipecat-ai/pipecat): `pipecat init` has moved into
> the `pipecat-ai` package as the optional `[cli]` extra. This is the final
> release of `pipecat-ai-cli`, and the repository is no longer maintained.
>
> Install the CLI from Pipecat instead:
>
> ```bash
> uv tool install "pipecat-ai[cli]"
> ```
>
> Your `pipecat init` / `pc init` commands are unchanged. `pipecat cloud` and
> `pipecat tail` still work as co-installed plugins, e.g.
> `uv tool install "pipecat-ai[cli]" --with pipecatcloud`.

A complete toolkit for building, deploying, and monitoring [Pipecat](https://github.com/pipecat-ai/pipecat) AI voice agents.

- **Scaffold** new projects with `pipecat init`
Expand Down
Loading