iiRecord
Agentic AI Atlas · Pipecat
framework:pipecata5c.ai
II.
Framework JSON

framework:pipecat

Structured · live

Pipecat json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/frameworks/realtime-voice-frameworks.yamlCluster · domain
Record JSON
{
  "id": "framework:pipecat",
  "_kind": "Framework",
  "_file": "domain/frameworks/realtime-voice-frameworks.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Pipecat",
    "homepageUrl": "https://github.com/pipecat-ai/pipecat",
    "belongsToLanguageId": "language:python",
    "category": "realtime-voice",
    "license": "BSD-2-Clause",
    "selfHostable": true,
    "transports": [
      "webrtc",
      "websocket",
      "sip"
    ],
    "description": "BSD-licensed, self-hostable Python realtime voice pipeline framework. Pluggable\nSTT/TTS/LLM; tool calls default synchronous, cancel_on_interruption=False makes\nthem async/non-blocking with streaming is_final=False updates; the\nFunctionCallParams.result_callback is a per-call interception seam; tool calls\ninstrumented as discrete OpenTelemetry spans (observation-only). Strong\nalternative to LiveKit Agents. See docs/research/realtime-voice-agent-stack.md.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:pipecat",
      "to": "language:python",
      "kind": "belongs_to_language",
      "attributes": {}
    },
    {
      "from": "framework:pipecat",
      "to": "skill-area:ai-agent-development",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:pipecat",
      "to": "framework:livekit-agents",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Pipecat's result_callback gives finer per-call interception; LiveKit gives an integrated WebRTC+SIP+MCP stack."
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:livekit-agents",
      "to": "framework:pipecat",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "LiveKit bundles WebRTC media server + SIP + native MCP in one Apache-2.0 self-hostable stack; Pipecat is a more granular Python pipeline with FunctionCallParams interception."
      }
    }
  ]
}