How Pipecat’s scores are calculated
The full audit trail, recomputed from the verdict data at build time through the same code that produced the leaderboard: verdict × quality × story weight per cell, cells sum to dimension scores, dimensions blend into the PA Score. Every number on the product page is reproducible from this page alone; for why the formula looks like this, see the methodology.
verdict factors: full ×1.0 · partial ×0.6 · disputed ×0.3 · none ×0.0 · n/a excluded from both sides · cell points = weight × quality × factor · cell max = weight × 10
PA Score29/100
Agent-ready 40.3 × 0.30 = 12.09
API quality 4.3 × 0.20 = 0.86
Openness 55.8 × 0.20 = 11.16
Built-in AI 13.3 × 0.15 = 2.00
Automation 18.0 × 0.15 = 2.70
(12.09 + 0.86 + 11.16 + 2.00 + 2.70) ÷ (0.30 + 0.20 + 0.20 + 0.15 + 0.15) = 28.80 ÷ 1.00 = 28.8
Scores are stored to 1 decimal; the product page’s pills round to whole numbers for display. Each dimension below shows the stories, verdicts, and cited evidence behind its number.
Agent-ready40.3/100×0.30 of the PA blend
Outside-in: can YOUR agent reach and drive this product — API, MCP, CLI, headless runs, agent docs.
Point an agent at llms.txt or agent-oriented docsweight 2
2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max
- [probe] https://docs.pipecat.ai/llms.txt“PROBE llms.txt: HTTP 200 at https://docs.pipecat.ai/llms.txt # Pipecat > Pipecat is an open source ecosystem for building voice and multimodal AI > agents. Build with the Python fr”
- [claimed-docs] https://docs.pipecat.ai/api-reference/cli/context-hub.md“pipecat context-hub install registers the hub as an MCP server with your coding agent and builds the local index”
- [claimed-docs] https://docs.pipecat.ai/api-reference/cli/context-hub.md“pipecat context-hub install` registers the hub as an MCP server with your coding agent and builds the local index”
- [probe] https://docs.pipecat.ai/api-reference/cli/overview.md“PROBE runtime (recorded 2026-09-05): the official Pipecat CLI (pypi pipecat-ai[cli]) ran keylessly via uvx — `pipecat --help` lists init (project scaffolding), cloud (deploy to Pipecat Cloud), eval (behavioral evals), and context-hub (local docs/examples/API index built for coding agents).”
Run the product headlessly / in CI for automationweight 2
2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max
- [claimed-docs] https://docs.pipecat.ai/pipecat/evals/overview.md“Pipecat Evals is the framework's built-in system for testing agent behavior. You describe a conversation and the behavior you expect, and Pipecat runs it against your real agent”
- [claimed-docs] https://docs.pipecat.ai/pipecat/evals/overview.md“You describe a conversation and the behavior you expect, and Pipecat runs it against your real agent (the same pipeline, the same services, the same code) and tells you whether the expectation still holds.”
- [probe] https://docs.pipecat.ai/api-reference/cli/overview.md“PROBE runtime (recorded 2026-09-05): the official Pipecat CLI (pypi pipecat-ai[cli]) ran keylessly via uvx — `pipecat --help` lists init (project scaffolding), cloud (deploy to Pipecat Cloud), eval (behavioral evals), and context-hub (local docs/examples/API index built for coding agents).”
- [probe] https://docs.pipecat.ai/pipecat/get-started/quickstart.md“PROBE runtime (recorded 2026-09-05): pypi pipecat-ai 1.8.1 (BSD-2 OSS) installs and `import pipecat` succeeds with no key, printing its startup banner — the open-source voice-agent framework is real, pip-installable, and self-hostable.”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/running-bots-locally.md“Pipecat ships a built-in development runner (pipecat.runner.run) that handles the server-side glue most bots need during development: creating Daily rooms, accepting WebRTC offers, terminating telephony WebSockets, and serving a prebuilt UI”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/telephony-in-production.md“python bot.py -t twilio -x your-name.ngrok.io”
Plug MCP servers into this product so it can use their toolsweight 3
3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max
- [claimed-docs] https://docs.pipecat.ai/api-reference/cli/context-hub.md“pipecat context-hub install registers the hub as an MCP server with your coding agent and builds the local index”
- [claimed-docs] https://docs.pipecat.ai/api-reference/cli/context-hub.md“pipecat context-hub install` registers the hub as an MCP server with your coding agent and builds the local index”
Connect an agent via an official MCP serverweight 3
3 (weight) × 6 (quality) × 0.6 (partial) = 10.8 of 30 max
- [claimed-docs] https://docs.pipecat.ai/api-reference/cli/context-hub.md“pipecat context-hub install registers the hub as an MCP server with your coding agent and builds the local index”
- [claimed-docs] https://docs.pipecat.ai/api-reference/cli/context-hub.md“pipecat context-hub install` registers the hub as an MCP server with your coding agent and builds the local index”
- [probe] https://docs.pipecat.ai/api-reference/cli/overview.md“PROBE runtime (recorded 2026-09-05): the official Pipecat CLI (pypi pipecat-ai[cli]) ran keylessly via uvx — `pipecat --help` lists init (project scaffolding), cloud (deploy to Pipecat Cloud), eval (behavioral evals), and context-hub (local docs/examples/API index built for coding agents).”
Use an official CLIweight 2
2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max
- [probe] https://docs.pipecat.ai/api-reference/cli/overview.md“PROBE runtime (recorded 2026-09-05): the official Pipecat CLI (pypi pipecat-ai[cli]) ran keylessly via uvx — `pipecat --help` lists init (project scaffolding), cloud (deploy to Pipecat Cloud), eval (behavioral evals), and context-hub (local docs/examples/API index built for coding agents).”
- [probe] https://docs.pipecat.ai/api-reference/cli/overview“official CLI documented at https://docs.pipecat.ai/api-reference/cli/overview”
- [claimed-docs] https://docs.pipecat.ai/api-reference/cli/context-hub.md“pipecat context-hub install registers the hub as an MCP server with your coding agent and builds the local index”
- [claimed-docs] https://docs.pipecat.ai/pipecat/get-started/quickstart.md“Install the Pipecat CLI and scaffold the quickstart project (also writes AGENTS.md + CLAUDE.md)”
- [claimed-docs] https://docs.pipecat.ai/api-reference/cli/context-hub.md“pipecat context-hub install` registers the hub as an MCP server with your coding agent and builds the local index”
Drive the product through a documented public APIweight 3
3 (weight) × 7 (quality) × 0.6 (partial) = 12.6 of 30 max
- [claimed-docs] https://docs.pipecat.ai/pipecat/flows/functions.md“Functions in Pipecat Flows serve two key purposes: 1. Process data ... 2. Progress the conversation by transitioning between nodes”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/running-bots-locally.md“Pipecat ships a built-in development runner (\`pipecat.runner.run\`) that handles the server-side glue most bots need during development”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/running-bots-locally.md“Pipecat ships a built-in development runner (pipecat.runner.run) that handles the server-side glue most bots need during development: creating Daily rooms, accepting WebRTC offers, terminating telephony WebSockets, and serving a prebuilt UI”
- [claimed-docs] https://docs.pipecat.ai/pipecat/flows/functions.md“Flows auto-derives the function's metadata — name, description, parameter properties (with their descriptions), and which parameters are required — from the function's signature and docstring.”
- [probe] https://docs.pipecat.ai/openapi.json“PROBE openapi: all candidate paths 404 (https://docs.pipecat.ai/openapi.json, https://docs.pipecat.ai/swagger.json, https://docs.pipecat.ai/api/openapi.json, https://docs.pipecat.ai/.well-known/openapi.json)”
- [probe] https://docs.pipecat.ai/api-reference/cli/overview“official CLI documented at https://docs.pipecat.ai/api-reference/cli/overview”
- [probe] https://docs.pipecat.ai/api-reference/cli/overview.md“PROBE runtime (recorded 2026-09-05): the official Pipecat CLI (pypi pipecat-ai[cli]) ran keylessly via uvx — `pipecat --help` lists init (project scaffolding), cloud (deploy to Pipecat Cloud), eval (behavioral evals), and context-hub (local docs/examples/API index built for coding agents).”
Issue scoped/least-privilege API credentials for an agentweight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Build against official SDKsweight 2
2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max
- [claimed-docs] https://docs.pipecat.ai/overview/clients.md“Pipecat Clients are a family of SDKs that connect users to your Pipecat agents through web and mobile applications.”
- [claimed-docs] https://docs.pipecat.ai/overview/clients.md“Pipecat Clients are a family of SDKs that connect users to your Pipecat agents through web and mobile applications. They handle real-time audio/video transport, session management, and provide messaging and events for building responsive voice AI interfaces.”
- [claimed-docs] https://docs.pipecat.ai/overview/clients.md“Pre-built React components for voice AI interfaces.”
- [claimed-docs] https://docs.pipecat.ai“Open source Python framework for building voice and multimodal AI pipelines. Orchestrate 150+ AI services with ultra-low latency.”
- [probe] https://docs.pipecat.ai/pipecat/get-started/quickstart.md“PROBE runtime (recorded 2026-09-05): pypi pipecat-ai 1.8.1 (BSD-2 OSS) installs and `import pipecat` succeeds with no key, printing its startup banner — the open-source voice-agent framework is real, pip-installable, and self-hostable.”
- [github] https://github.com/pipecat-ai/pipecat“Build a single voice agent or a full multi-agent system where specialists hand off, fan out in parallel, and coordinate over a shared bus, locally or distributed across processes and machines.”
Subscribe to events via webhooksweight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/telephony-in-production.md“Telephony bots have a different shape than WebRTC bots. The session doesn't start because a client sent your dispatcher an HTTP request — it starts because the carrier ... is calling your webhook”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/telephony-in-production.md“the carrier (Twilio, Telnyx, Plivo, Exotel, or your SIP provider) is calling your webhook to tell you there's an inbound call”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/telephony-in-production.md“python bot.py -t twilio -x your-name.ngrok.io”
Agent-ready = 84.6 ÷ 210 × 100 = 40.3
API quality4.3/100×0.20 of the PA blend
The programmable surface once an agent is there — machine-readable spec, interactive docs, sandbox, versioning discipline.
Explore an interactive API reference with runnable examplesweight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
- [probe] https://docs.pipecat.ai/openapi.json“PROBE openapi: all candidate paths 404 (https://docs.pipecat.ai/openapi.json, https://docs.pipecat.ai/swagger.json, https://docs.pipecat.ai/api/openapi.json, https://docs.pipecat.ai/.well-known/openapi.json)”
- [probe] https://docs.pipecat.ai/api-reference/cli/overview“official CLI documented at https://docs.pipecat.ai/api-reference/cli/overview”
Download a machine-readable API spec (OpenAPI or equivalent)weight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
- [probe] https://docs.pipecat.ai/openapi.json“PROBE openapi: all candidate paths 404 (https://docs.pipecat.ai/openapi.json, https://docs.pipecat.ai/swagger.json, https://docs.pipecat.ai/api/openapi.json, https://docs.pipecat.ai/.well-known/openapi.json)”
Test against a sandbox environment without touching production dataweight 1
1 (weight) × 5 (quality) × 0.6 (partial) = 3.0 of 10 max
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/running-bots-locally.md“Pipecat ships a built-in development runner (\`pipecat.runner.run\`) that handles the server-side glue most bots need during development”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/running-bots-locally.md“Pipecat ships a built-in development runner (pipecat.runner.run) that handles the server-side glue most bots need during development: creating Daily rooms, accepting WebRTC offers, terminating telephony WebSockets, and serving a prebuilt UI”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/running-bots-locally.md“Pipecat ships a built-in development runner (`pipecat.runner.run`) that handles the server-side glue most bots need during development: creating Daily rooms, accepting WebRTC offers, terminating telephony WebSockets, and serving a prebuilt UI to talk to your bot.”
- [claimed-docs] https://docs.pipecat.ai/pipecat/evals/overview.md“Pipecat Evals is the framework's built-in system for testing agent behavior. You describe a conversation and the behavior you expect, and Pipecat runs it against your real agent”
- [claimed-docs] https://docs.pipecat.ai/pipecat/evals/overview.md“You describe a conversation and the behavior you expect, and Pipecat runs it against your real agent (the same pipeline, the same services, the same code) and tells you whether the expectation still holds.”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/running-bots-locally.md“This is the property that makes the same bot file portable across the development runner, Pipecat Cloud, and most production self-hosting setups.”
Rely on versioned APIs with a documented deprecation policyweight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
API quality = 3.0 ÷ 70 × 100 = 4.3
Openness55.8/100×0.20 of the PA blend
Can you leave, inspect, or self-host — data export, open source, portability.
Do everything through the API that I can do in the UIweight 2
2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max
- [probe] https://docs.pipecat.ai/api-reference/cli/overview.md“PROBE runtime (recorded 2026-09-05): the official Pipecat CLI (pypi pipecat-ai[cli]) ran keylessly via uvx — `pipecat --help` lists init (project scaffolding), cloud (deploy to Pipecat Cloud), eval (behavioral evals), and context-hub (local docs/examples/API index built for coding agents).”
- [claimed-docs] https://docs.pipecat.ai/pipecat/get-started/quickstart.md“Install the Pipecat CLI and scaffold the quickstart project (also writes AGENTS.md + CLAUDE.md)”
- [claimed-docs] https://docs.pipecat.ai/pipecat/get-started/quickstart.md“pipecat init quickstart # Change to the project directory cd pipecat-quickstart”
- [claimed-docs] https://www.daily.co/pricing/pipecat-cloud/“Pipecat Cloud offers different agent profiles, to best support your use case and compute needs.”
- [probe] https://docs.pipecat.ai/openapi.json“PROBE openapi: all candidate paths 404 (https://docs.pipecat.ai/openapi.json, https://docs.pipecat.ai/swagger.json, https://docs.pipecat.ai/api/openapi.json, https://docs.pipecat.ai/.well-known/openapi.json)”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/running-bots-locally.md“Pipecat ships a built-in development runner (pipecat.runner.run) that handles the server-side glue most bots need during development: creating Daily rooms, accepting WebRTC offers, terminating telephony WebSockets, and serving a prebuilt UI”
Export all of my data in open formats and leaveweight 3
3 (weight) × 5 (quality) × 0.6 (partial) = 9.0 of 30 max
- [claimed-docs] https://docs.pipecat.ai/pipecat/fundamentals/recording-audio.md“Pipecat's \`AudioBufferProcessor\` makes it easy to capture high-quality audio recordings of both the user and bot during interactions.”
- [claimed-docs] https://docs.pipecat.ai/pipecat/fundamentals/saving-transcripts.md“Pipecat's turn events make it easy to collect both user and assistant messages as they occur.”
- [probe] https://docs.pipecat.ai/pipecat/get-started/quickstart.md“PROBE runtime (recorded 2026-09-05): pypi pipecat-ai 1.8.1 (BSD-2 OSS) installs and `import pipecat` succeeds with no key, printing its startup banner — the open-source voice-agent framework is real, pip-installable, and self-hostable.”
- [claimed-docs] https://docs.pipecat.ai“Open source Python framework for building voice and multimodal AI pipelines. Orchestrate 150+ AI services with ultra-low latency.”
Read the product's source under an open licenseweight 2
2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max
- [claimed-docs] https://docs.pipecat.ai“Open source Python framework for building voice and multimodal AI pipelines. Orchestrate 150+ AI services with ultra-low latency.”
- [github] https://github.com/pipecat-ai/pipecat“Build a single voice agent or a full multi-agent system where specialists hand off, fan out in parallel, and coordinate over a shared bus, locally or distributed across processes and machines.”
- [probe] https://docs.pipecat.ai/pipecat/get-started/quickstart.md“PROBE runtime (recorded 2026-09-05): pypi pipecat-ai 1.8.1 (BSD-2 OSS) installs and `import pipecat` succeeds with no key, printing its startup banner — the open-source voice-agent framework is real, pip-installable, and self-hostable.”
Self-host the core productweight 3
3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max
- [probe] https://docs.pipecat.ai/pipecat/get-started/quickstart.md“PROBE runtime (recorded 2026-09-05): pypi pipecat-ai 1.8.1 (BSD-2 OSS) installs and `import pipecat` succeeds with no key, printing its startup banner — the open-source voice-agent framework is real, pip-installable, and self-hostable.”
- [probe] https://docs.pipecat.ai/api-reference/cli/overview.md“PROBE runtime (recorded 2026-09-05): the official Pipecat CLI (pypi pipecat-ai[cli]) ran keylessly via uvx — `pipecat --help` lists init (project scaffolding), cloud (deploy to Pipecat Cloud), eval (behavioral evals), and context-hub (local docs/examples/API index built for coding agents).”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/running-bots-locally.md“This is the property that makes the same bot file portable across the development runner, Pipecat Cloud, and most production self-hosting setups.”
- [community] https://news.ycombinator.com/item?id=46264158“Local inference is already supported via Pipecat, you can use ollama or any custom OpenAI endpoint. Local STT is also supported via whisper, which pipecat will download and manage for you.”
- [community] https://news.ycombinator.com/item?id=46264158“Yes, Pipecat already supports that natively, so this can be done easily with ollama... Also, check out any provider they support, and it can be easily onboarded in a few lines of code.”
Openness = 55.8 ÷ 100 × 100 = 55.8
Built-in AI13.3/100×0.15 of the PA blend
Inside-out: how agentic the product itself is for its users — built-in assistants, autonomous features.
Get AI-generated insights and suggestions from my data inside the productweight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Set up automations that run autonomously in the backgroundweight 2
2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max
- [github] https://github.com/pipecat-ai/pipecat“Build a single voice agent or a full multi-agent system where specialists hand off, fan out in parallel, and coordinate over a shared bus, locally or distributed across processes and machines.”
- [claimed-docs] https://www.pipecat.ai“Hand off to subagents for long-running tools and complex tasks, and use Pipecat Flows when a conversation needs to follow a defined path.”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/telephony-in-production.md“Telephony bots have a different shape than WebRTC bots. The session doesn't start because a client sent your dispatcher an HTTP request — it starts because the carrier ... is calling your webhook”
- [claimed-docs] https://docs.pipecat.ai/pipecat/deployment/telephony-in-production.md“the carrier (Twilio, Telnyx, Plivo, Exotel, or your SIP provider) is calling your webhook to tell you there's an inbound call”
Delegate tasks to a built-in AI assistant inside the productweight 3
3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max
- [claimed-docs] https://docs.pipecat.ai/api-reference/cli/context-hub.md“pipecat context-hub install` registers the hub as an MCP server with your coding agent and builds the local index”
- [claimed-docs] https://docs.pipecat.ai/api-reference/cli/context-hub.md“pipecat context-hub install registers the hub as an MCP server with your coding agent and builds the local index”
- [probe] https://docs.pipecat.ai/api-reference/cli/overview.md“PROBE runtime (recorded 2026-09-05): the official Pipecat CLI (pypi pipecat-ai[cli]) ran keylessly via uvx — `pipecat --help` lists init (project scaffolding), cloud (deploy to Pipecat Cloud), eval (behavioral evals), and context-hub (local docs/examples/API index built for coding agents).”
Operate the product with natural-language commandsweight 2
2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max
- [claimed-docs] https://docs.pipecat.ai/pipecat-cloud/guides/smart-turn.md“Smart Turn Detection uses an advanced machine learning model to determine when a user has finished speaking and your bot should respond.”
- [claimed-docs] https://docs.pipecat.ai/pipecat/fundamentals/interruptions.md“Interruptions (also called barge-in) let the user talk over the bot. When the user starts speaking while the bot is talking, the bot stops immediately, in-flight work is cancelled”
- [claimed-docs] https://docs.pipecat.ai/pipecat/flows/functions.md“Functions in Pipecat Flows serve two key purposes: 1. Process data ... 2. Progress the conversation by transitioning between nodes”
- [claimed-docs] https://docs.pipecat.ai/pipecat/flows/functions.md“Functions in Pipecat Flows serve two key purposes: Process data by interfacing with external systems and APIs...Progress the conversation by transitioning between nodes”
- [claimed-docs] https://docs.pipecat.ai/pipecat/flows/functions.md“Functions in Pipecat Flows serve two key purposes: 1. Process data by interfacing with external systems and APIs... 2. Progress the conversation by transitioning between nodes”
- [probe] https://docs.pipecat.ai/api-reference/cli/overview.md“PROBE runtime (recorded 2026-09-05): the official Pipecat CLI (pypi pipecat-ai[cli]) ran keylessly via uvx — `pipecat --help` lists init (project scaffolding), cloud (deploy to Pipecat Cloud), eval (behavioral evals), and context-hub (local docs/examples/API index built for coding agents).”
- [claimed-docs] https://docs.pipecat.ai/pipecat/get-started/quickstart.md“pipecat init quickstart # Change to the project directory cd pipecat-quickstart”
Built-in AI = 12.0 ÷ 90 × 100 = 13.3
Automation18.0/100×0.15 of the PA blend
Depth of automation primitives — rules, scheduling, bulk operations, webhooks.
Perform bulk operations across many items at onceweight 2
2 (weight) × 3 (quality) × 0.6 (partial) = 3.6 of 20 max
- [claimed-docs] https://www.daily.co/pricing/pipecat-cloud/“Pipecat Cloud supports unlimited concurrency.”
- [github] https://github.com/pipecat-ai/pipecat“Build a single voice agent or a full multi-agent system where specialists hand off, fan out in parallel, and coordinate over a shared bus, locally or distributed across processes and machines.”
Define rules that trigger actions automatically on eventsweight 3
3 (weight) × 6 (quality) × 0.6 (partial) = 10.8 of 30 max
- [claimed-docs] https://docs.pipecat.ai/pipecat/fundamentals/interruptions.md“When the user starts speaking while the bot is talking, the bot stops immediately, in-flight work is cancelled, and the pipeline is ready for the new user input.”
- [claimed-docs] https://docs.pipecat.ai/pipecat/fundamentals/interruptions.md“Interruptions (also called barge-in) let the user talk over the bot. When the user starts speaking while the bot is talking, the bot stops immediately, in-flight work is cancelled”
- [claimed-docs] https://docs.pipecat.ai/pipecat/flows/functions.md“Functions in Pipecat Flows serve two key purposes: 1. Process data ... 2. Progress the conversation by transitioning between nodes”
- [claimed-docs] https://docs.pipecat.ai/pipecat/flows/functions.md“Functions in Pipecat Flows serve two key purposes: Process data by interfacing with external systems and APIs...Progress the conversation by transitioning between nodes”
- [claimed-docs] https://docs.pipecat.ai/pipecat/flows/functions.md“Functions in Pipecat Flows serve two key purposes: 1. Process data by interfacing with external systems and APIs... 2. Progress the conversation by transitioning between nodes”
- [claimed-docs] https://docs.pipecat.ai/pipecat/fundamentals/saving-transcripts.md“Pipecat's turn events make it easy to collect both user and assistant messages as they occur.”
Schedule recurring jobs or workflowsweight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Version, review, and roll back my automationsweight 1
1 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 10 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Automation = 14.4 ÷ 80 × 100 = 18.0