Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

pipecat

Pipecat Flows is now part of Pipecat

As of pipecat-ai 1.5.0, Pipecat Flows ships inside the core pipecat-ai package under the pipecat.flows namespace. There is no longer a separate package to install or keep version-matched.

This pipecat-ai-flows package is deprecated and frozen at its final release — it will not receive further updates. New features and fixes land in pipecat.flows.

Migrate

Install Pipecat (Flows is included — nothing extra to add) and update your imports:

# Before
from pipecat_flows import ContextStrategyConfig, FlowManager, NodeConfig
from pipecat_flows.types import ActionConfig, ContextStrategy

# After
from pipecat.flows import ContextStrategyConfig, FlowManager, NodeConfig
from pipecat.flows.types import ActionConfig, ContextStrategy

That's the only change — the API is the same.

Where things moved

History

The release history of the standalone package remains here in CHANGELOG.md. Going forward, changes are tracked in Pipecat's changelog.

Getting help

➡️ Join our Discord

➡️ Pipecat Flows guide

➡️ Reach us on X

关于 About

Open source conversation framework for structured Pipecat dialogues
aiconversational-aireal-time

语言 Languages

Python99.6%
Jinja0.2%
Shell0.2%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
310
Total Commits
峰值: 43次/周
Less
More

核心贡献者 Contributors