Public
Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
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, ContextStrategyThat's the only change — the API is the same.
Where things moved
- Framework →
pipecat/flows - Examples →
examples/flows - Documentation → Pipecat Flows guide
History
The release history of the standalone package remains here in CHANGELOG.md. Going forward, changes are tracked in Pipecat's changelog.