dv-pipecat-ai 0.0.59.dev85__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (850) hide show
  1. dv_pipecat_ai-0.0.59.dev85/.dockerignore +28 -0
  2. dv_pipecat_ai-0.0.59.dev85/.github/workflows/android.yaml +48 -0
  3. dv_pipecat_ai-0.0.59.dev85/.github/workflows/build.yaml +44 -0
  4. dv_pipecat_ai-0.0.59.dev85/.github/workflows/coverage.yaml +54 -0
  5. dv_pipecat_ai-0.0.59.dev85/.github/workflows/format.yaml +46 -0
  6. dv_pipecat_ai-0.0.59.dev85/.github/workflows/publish.yaml +84 -0
  7. dv_pipecat_ai-0.0.59.dev85/.github/workflows/publish_test.yaml +58 -0
  8. dv_pipecat_ai-0.0.59.dev85/.github/workflows/tests.yaml +52 -0
  9. dv_pipecat_ai-0.0.59.dev85/.gitignore +57 -0
  10. dv_pipecat_ai-0.0.59.dev85/.pre-commit-config.yaml +7 -0
  11. dv_pipecat_ai-0.0.59.dev85/.readthedocs.yaml +36 -0
  12. dv_pipecat_ai-0.0.59.dev85/CHANGELOG.md +2214 -0
  13. dv_pipecat_ai-0.0.59.dev85/CHANGELOG.md.template +62 -0
  14. dv_pipecat_ai-0.0.59.dev85/CONTRIBUTING.md +165 -0
  15. dv_pipecat_ai-0.0.59.dev85/Dockerfile +40 -0
  16. dv_pipecat_ai-0.0.59.dev85/LICENSE +24 -0
  17. dv_pipecat_ai-0.0.59.dev85/PKG-INFO +386 -0
  18. dv_pipecat_ai-0.0.59.dev85/README.md +266 -0
  19. dv_pipecat_ai-0.0.59.dev85/ansible.cfg +5 -0
  20. dv_pipecat_ai-0.0.59.dev85/ansible_deployment.sh +8 -0
  21. dv_pipecat_ai-0.0.59.dev85/cleanup_old_containers.yml +23 -0
  22. dv_pipecat_ai-0.0.59.dev85/codecov.yml +11 -0
  23. dv_pipecat_ai-0.0.59.dev85/create-new-machine/ansible.cfg +5 -0
  24. dv_pipecat_ai-0.0.59.dev85/create-new-machine/ansible_setup.sh +7 -0
  25. dv_pipecat_ai-0.0.59.dev85/create-new-machine/inventory.ini +11 -0
  26. dv_pipecat_ai-0.0.59.dev85/create-new-machine/replace_env.yml +20 -0
  27. dv_pipecat_ai-0.0.59.dev85/create-new-machine/setup_playbook.yml +104 -0
  28. dv_pipecat_ai-0.0.59.dev85/create_inventory.py +15 -0
  29. dv_pipecat_ai-0.0.59.dev85/delete_old_dockers.sh +17 -0
  30. dv_pipecat_ai-0.0.59.dev85/deploy.sh +35 -0
  31. dv_pipecat_ai-0.0.59.dev85/deploy_playbook.yml +23 -0
  32. dv_pipecat_ai-0.0.59.dev85/dev-requirements.txt +12 -0
  33. dv_pipecat_ai-0.0.59.dev85/docker-compose.dev.yml +13 -0
  34. dv_pipecat_ai-0.0.59.dev85/docs/ISSUE_TEMPLATE.md +22 -0
  35. dv_pipecat_ai-0.0.59.dev85/docs/PULL_REQUEST_TEMPLATE.md +1 -0
  36. dv_pipecat_ai-0.0.59.dev85/docs/README.md +10 -0
  37. dv_pipecat_ai-0.0.59.dev85/docs/api/Makefile +20 -0
  38. dv_pipecat_ai-0.0.59.dev85/docs/api/README.md +109 -0
  39. dv_pipecat_ai-0.0.59.dev85/docs/api/build-docs.sh +10 -0
  40. dv_pipecat_ai-0.0.59.dev85/docs/api/conf.py +252 -0
  41. dv_pipecat_ai-0.0.59.dev85/docs/api/index.rst +77 -0
  42. dv_pipecat_ai-0.0.59.dev85/docs/api/make.bat +35 -0
  43. dv_pipecat_ai-0.0.59.dev85/docs/api/requirements.txt +40 -0
  44. dv_pipecat_ai-0.0.59.dev85/docs/api/rtd-test.sh +38 -0
  45. dv_pipecat_ai-0.0.59.dev85/docs/architecture.md +17 -0
  46. dv_pipecat_ai-0.0.59.dev85/docs/frame-progress.md +46 -0
  47. dv_pipecat_ai-0.0.59.dev85/docs/frame.md +110 -0
  48. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-01.png +0 -0
  49. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-02.png +0 -0
  50. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-03.png +0 -0
  51. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-04.png +0 -0
  52. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-05.png +0 -0
  53. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-06.png +0 -0
  54. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-07.png +0 -0
  55. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-08.png +0 -0
  56. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-09.png +0 -0
  57. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-10.png +0 -0
  58. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-11.png +0 -0
  59. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-12.png +0 -0
  60. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-13.png +0 -0
  61. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-14.png +0 -0
  62. dv_pipecat_ai-0.0.59.dev85/docs/images/frame-progress-15.png +0 -0
  63. dv_pipecat_ai-0.0.59.dev85/dot-env.template +89 -0
  64. dv_pipecat_ai-0.0.59.dev85/dump_logs.yml +13 -0
  65. dv_pipecat_ai-0.0.59.dev85/examples/README.md +88 -0
  66. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/README.md +45 -0
  67. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/javascript/README.md +27 -0
  68. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/javascript/index.html +34 -0
  69. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/javascript/package-lock.json +1081 -0
  70. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/javascript/package.json +20 -0
  71. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/javascript/src/app.js +216 -0
  72. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/javascript/src/style.css +98 -0
  73. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/javascript/vite.config.js +13 -0
  74. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/.nvmrc +1 -0
  75. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/README.md +60 -0
  76. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/app.json +75 -0
  77. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/assets/adaptive-icon.png +0 -0
  78. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/assets/favicon.png +0 -0
  79. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/assets/icon.png +0 -0
  80. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/assets/splash.png +0 -0
  81. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/babel.config.js +7 -0
  82. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/env.example +1 -0
  83. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/index.js +7 -0
  84. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/metro.config.js +4 -0
  85. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/package-lock.json +10983 -0
  86. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/package.json +31 -0
  87. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/client/react-native/src/App.js +121 -0
  88. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/server/README.md +50 -0
  89. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/server/env.example +3 -0
  90. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/server/requirements.txt +4 -0
  91. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/server/runner.py +64 -0
  92. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/server/server.py +147 -0
  93. dv_pipecat_ai-0.0.59.dev85/examples/bot-ready-signalling/server/signalling_bot.py +95 -0
  94. dv_pipecat_ai-0.0.59.dev85/examples/canonical-metrics/.gitignore +161 -0
  95. dv_pipecat_ai-0.0.59.dev85/examples/canonical-metrics/Dockerfile +10 -0
  96. dv_pipecat_ai-0.0.59.dev85/examples/canonical-metrics/README.md +66 -0
  97. dv_pipecat_ai-0.0.59.dev85/examples/canonical-metrics/bot.py +148 -0
  98. dv_pipecat_ai-0.0.59.dev85/examples/canonical-metrics/env.example +6 -0
  99. dv_pipecat_ai-0.0.59.dev85/examples/canonical-metrics/requirements.txt +5 -0
  100. dv_pipecat_ai-0.0.59.dev85/examples/canonical-metrics/runner.py +55 -0
  101. dv_pipecat_ai-0.0.59.dev85/examples/canonical-metrics/server.py +139 -0
  102. dv_pipecat_ai-0.0.59.dev85/examples/chatbot-audio-recording/.gitignore +161 -0
  103. dv_pipecat_ai-0.0.59.dev85/examples/chatbot-audio-recording/Dockerfile +15 -0
  104. dv_pipecat_ai-0.0.59.dev85/examples/chatbot-audio-recording/README.md +37 -0
  105. dv_pipecat_ai-0.0.59.dev85/examples/chatbot-audio-recording/bot.py +150 -0
  106. dv_pipecat_ai-0.0.59.dev85/examples/chatbot-audio-recording/env.example +4 -0
  107. dv_pipecat_ai-0.0.59.dev85/examples/chatbot-audio-recording/requirements.txt +5 -0
  108. dv_pipecat_ai-0.0.59.dev85/examples/chatbot-audio-recording/runner.py +56 -0
  109. dv_pipecat_ai-0.0.59.dev85/examples/chatbot-audio-recording/server.py +139 -0
  110. dv_pipecat_ai-0.0.59.dev85/examples/deployment/flyio-example/Dockerfile +13 -0
  111. dv_pipecat_ai-0.0.59.dev85/examples/deployment/flyio-example/README.md +39 -0
  112. dv_pipecat_ai-0.0.59.dev85/examples/deployment/flyio-example/__init__.py +0 -0
  113. dv_pipecat_ai-0.0.59.dev85/examples/deployment/flyio-example/bot.py +102 -0
  114. dv_pipecat_ai-0.0.59.dev85/examples/deployment/flyio-example/bot_runner.py +209 -0
  115. dv_pipecat_ai-0.0.59.dev85/examples/deployment/flyio-example/env.example +8 -0
  116. dv_pipecat_ai-0.0.59.dev85/examples/deployment/flyio-example/example-fly.toml +25 -0
  117. dv_pipecat_ai-0.0.59.dev85/examples/deployment/flyio-example/requirements.txt +5 -0
  118. dv_pipecat_ai-0.0.59.dev85/examples/deployment/modal-example/.gitignore +91 -0
  119. dv_pipecat_ai-0.0.59.dev85/examples/deployment/modal-example/README.md +37 -0
  120. dv_pipecat_ai-0.0.59.dev85/examples/deployment/modal-example/__init__.py +0 -0
  121. dv_pipecat_ai-0.0.59.dev85/examples/deployment/modal-example/app.py +74 -0
  122. dv_pipecat_ai-0.0.59.dev85/examples/deployment/modal-example/bot.py +89 -0
  123. dv_pipecat_ai-0.0.59.dev85/examples/deployment/modal-example/env.example +3 -0
  124. dv_pipecat_ai-0.0.59.dev85/examples/deployment/modal-example/requirements.txt +5 -0
  125. dv_pipecat_ai-0.0.59.dev85/examples/foundational/01-say-one-thing.py +59 -0
  126. dv_pipecat_ai-0.0.59.dev85/examples/foundational/01a-local-audio.py +49 -0
  127. dv_pipecat_ai-0.0.59.dev85/examples/foundational/01b-livekit-audio.py +108 -0
  128. dv_pipecat_ai-0.0.59.dev85/examples/foundational/01c-fastpitch.py +54 -0
  129. dv_pipecat_ai-0.0.59.dev85/examples/foundational/02-llm-say-one-thing.py +64 -0
  130. dv_pipecat_ai-0.0.59.dev85/examples/foundational/03-still-frame.py +62 -0
  131. dv_pipecat_ai-0.0.59.dev85/examples/foundational/03a-local-still-frame.py +64 -0
  132. dv_pipecat_ai-0.0.59.dev85/examples/foundational/03b-still-frame-imagen.py +65 -0
  133. dv_pipecat_ai-0.0.59.dev85/examples/foundational/04-utterance-and-speech.py +86 -0
  134. dv_pipecat_ai-0.0.59.dev85/examples/foundational/05-sync-speech-and-image.py +157 -0
  135. dv_pipecat_ai-0.0.59.dev85/examples/foundational/05a-local-sync-speech-and-image.py +197 -0
  136. dv_pipecat_ai-0.0.59.dev85/examples/foundational/06-listen-and-respond.py +131 -0
  137. dv_pipecat_ai-0.0.59.dev85/examples/foundational/06a-image-sync.py +154 -0
  138. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07-interruptible-vad.py +104 -0
  139. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07-interruptible.py +102 -0
  140. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07a-interruptible-anthropic.py +106 -0
  141. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07b-interruptible-langchain.py +135 -0
  142. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07c-interruptible-deepgram-vad.py +116 -0
  143. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07c-interruptible-deepgram.py +101 -0
  144. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07d-interruptible-elevenlabs-http.py +103 -0
  145. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07d-interruptible-elevenlabs.py +102 -0
  146. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07e-interruptible-playht-http.py +103 -0
  147. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07e-interruptible-playht.py +105 -0
  148. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07f-interruptible-azure.py +111 -0
  149. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07g-interruptible-openai.py +109 -0
  150. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07h-interruptible-openpipe.py +109 -0
  151. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07i-interruptible-xtts.py +103 -0
  152. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07j-interruptible-gladia.py +109 -0
  153. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07k-interruptible-lmnt.py +99 -0
  154. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07l-interruptible-together.py +115 -0
  155. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07m-interruptible-polly.py +109 -0
  156. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07n-interruptible-google.py +107 -0
  157. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07o-interruptible-assemblyai.py +108 -0
  158. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07p-interruptible-krisp.py +103 -0
  159. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07q-interruptible-rime-http.py +103 -0
  160. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07q-interruptible-rime.py +102 -0
  161. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07r-interruptible-riva-nim.py +95 -0
  162. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07s-interruptible-google-audio-in.py +277 -0
  163. dv_pipecat_ai-0.0.59.dev85/examples/foundational/07t-interruptible-fish.py +102 -0
  164. dv_pipecat_ai-0.0.59.dev85/examples/foundational/08-bots-arguing.py +144 -0
  165. dv_pipecat_ai-0.0.59.dev85/examples/foundational/09-mirror.py +92 -0
  166. dv_pipecat_ai-0.0.59.dev85/examples/foundational/09a-local-mirror.py +104 -0
  167. dv_pipecat_ai-0.0.59.dev85/examples/foundational/10-wake-phrase.py +92 -0
  168. dv_pipecat_ai-0.0.59.dev85/examples/foundational/11-sound-effects.py +149 -0
  169. dv_pipecat_ai-0.0.59.dev85/examples/foundational/12-describe-video.py +110 -0
  170. dv_pipecat_ai-0.0.59.dev85/examples/foundational/12a-describe-video-gemini-flash.py +110 -0
  171. dv_pipecat_ai-0.0.59.dev85/examples/foundational/12b-describe-video-gpt-4o.py +109 -0
  172. dv_pipecat_ai-0.0.59.dev85/examples/foundational/12c-describe-video-anthropic.py +109 -0
  173. dv_pipecat_ai-0.0.59.dev85/examples/foundational/13-whisper-transcription.py +59 -0
  174. dv_pipecat_ai-0.0.59.dev85/examples/foundational/13a-whisper-local.py +52 -0
  175. dv_pipecat_ai-0.0.59.dev85/examples/foundational/13b-deepgram-transcription.py +63 -0
  176. dv_pipecat_ai-0.0.59.dev85/examples/foundational/13c-gladia-transcription.py +63 -0
  177. dv_pipecat_ai-0.0.59.dev85/examples/foundational/13d-assemblyai-transcription.py +62 -0
  178. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14-function-calling.py +135 -0
  179. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14a-function-calling-anthropic.py +122 -0
  180. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14b-function-calling-anthropic-video.py +178 -0
  181. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14c-function-calling-together.py +131 -0
  182. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14d-function-calling-video.py +164 -0
  183. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14e-function-calling-gemini.py +177 -0
  184. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14f-function-calling-groq.py +138 -0
  185. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14g-function-calling-grok.py +135 -0
  186. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14h-function-calling-azure.py +139 -0
  187. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14i-function-calling-fireworks.py +138 -0
  188. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14j-function-calling-nim.py +138 -0
  189. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14k-function-calling-cerebras.py +146 -0
  190. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14l-function-calling-deepseek.py +146 -0
  191. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14m-function-calling-openrouter.py +140 -0
  192. dv_pipecat_ai-0.0.59.dev85/examples/foundational/14n-function-calling-perplexity.py +106 -0
  193. dv_pipecat_ai-0.0.59.dev85/examples/foundational/15-switch-voices.py +156 -0
  194. dv_pipecat_ai-0.0.59.dev85/examples/foundational/15a-switch-languages.py +149 -0
  195. dv_pipecat_ai-0.0.59.dev85/examples/foundational/16-gpu-container-local-bot.py +142 -0
  196. dv_pipecat_ai-0.0.59.dev85/examples/foundational/17-detect-user-idle.py +131 -0
  197. dv_pipecat_ai-0.0.59.dev85/examples/foundational/18-gstreamer-filesrc.py +71 -0
  198. dv_pipecat_ai-0.0.59.dev85/examples/foundational/18a-gstreamer-videotestsrc.py +65 -0
  199. dv_pipecat_ai-0.0.59.dev85/examples/foundational/19-openai-realtime-beta.py +177 -0
  200. dv_pipecat_ai-0.0.59.dev85/examples/foundational/20a-persistent-context-openai.py +235 -0
  201. dv_pipecat_ai-0.0.59.dev85/examples/foundational/20b-persistent-context-openai-realtime.py +260 -0
  202. dv_pipecat_ai-0.0.59.dev85/examples/foundational/20c-persistent-context-anthropic.py +232 -0
  203. dv_pipecat_ai-0.0.59.dev85/examples/foundational/20d-persistent-context-gemini.py +289 -0
  204. dv_pipecat_ai-0.0.59.dev85/examples/foundational/21-tavus-layer.py +134 -0
  205. dv_pipecat_ai-0.0.59.dev85/examples/foundational/22-natural-conversation.py +169 -0
  206. dv_pipecat_ai-0.0.59.dev85/examples/foundational/22b-natural-conversation-proposal.py +394 -0
  207. dv_pipecat_ai-0.0.59.dev85/examples/foundational/22c-natural-conversation-mixed-llms.py +607 -0
  208. dv_pipecat_ai-0.0.59.dev85/examples/foundational/22d-natural-conversation-gemini-audio.py +779 -0
  209. dv_pipecat_ai-0.0.59.dev85/examples/foundational/23-bot-background-sound.py +119 -0
  210. dv_pipecat_ai-0.0.59.dev85/examples/foundational/24-stt-mute-filter.py +144 -0
  211. dv_pipecat_ai-0.0.59.dev85/examples/foundational/25-google-audio-in.py +375 -0
  212. dv_pipecat_ai-0.0.59.dev85/examples/foundational/26-gemini-multimodal-live.py +94 -0
  213. dv_pipecat_ai-0.0.59.dev85/examples/foundational/26a-gemini-multimodal-live-transcription.py +109 -0
  214. dv_pipecat_ai-0.0.59.dev85/examples/foundational/26b-gemini-multimodal-live-function-calling.py +140 -0
  215. dv_pipecat_ai-0.0.59.dev85/examples/foundational/26c-gemini-multimodal-live-video.py +111 -0
  216. dv_pipecat_ai-0.0.59.dev85/examples/foundational/26d-gemini-multimodal-live-text.py +132 -0
  217. dv_pipecat_ai-0.0.59.dev85/examples/foundational/26e-gemini-multimodal-google-search.py +108 -0
  218. dv_pipecat_ai-0.0.59.dev85/examples/foundational/27-simli-layer.py +102 -0
  219. dv_pipecat_ai-0.0.59.dev85/examples/foundational/28a-transcription-processor-openai.py +177 -0
  220. dv_pipecat_ai-0.0.59.dev85/examples/foundational/28b-transcript-processor-anthropic.py +177 -0
  221. dv_pipecat_ai-0.0.59.dev85/examples/foundational/28c-transcription-processor-gemini.py +210 -0
  222. dv_pipecat_ai-0.0.59.dev85/examples/foundational/29-livekit-audio-chat.py +207 -0
  223. dv_pipecat_ai-0.0.59.dev85/examples/foundational/30-observer.py +146 -0
  224. dv_pipecat_ai-0.0.59.dev85/examples/foundational/31-heartbeats.py +43 -0
  225. dv_pipecat_ai-0.0.59.dev85/examples/foundational/32-gemini-grounding-metadata.py +131 -0
  226. dv_pipecat_ai-0.0.59.dev85/examples/foundational/33-gemini-rag.py +254 -0
  227. dv_pipecat_ai-0.0.59.dev85/examples/foundational/34-audio-recording.py +186 -0
  228. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/ding1.wav +0 -0
  229. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/ding2.wav +0 -0
  230. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/rag-content.txt +1855 -0
  231. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/sc-default.png +0 -0
  232. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/sc-listen-1.png +0 -0
  233. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/sc-listen-2.png +0 -0
  234. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/sc-talk.png +0 -0
  235. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/sc-think-1.png +0 -0
  236. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/sc-think-2.png +0 -0
  237. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/sc-think-3.png +0 -0
  238. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/sc-think-4.png +0 -0
  239. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/speaking.png +0 -0
  240. dv_pipecat_ai-0.0.59.dev85/examples/foundational/assets/waiting.png +0 -0
  241. dv_pipecat_ai-0.0.59.dev85/examples/foundational/runner.py +64 -0
  242. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/.gitignore +7 -0
  243. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/README.md +55 -0
  244. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/client/javascript/README.md +27 -0
  245. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/client/javascript/index.html +37 -0
  246. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/client/javascript/package-lock.json +1449 -0
  247. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/client/javascript/package.json +24 -0
  248. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/client/javascript/src/app.ts +268 -0
  249. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/client/javascript/src/style.css +98 -0
  250. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/client/javascript/src/util/instantVoiceHelper.ts +39 -0
  251. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/client/javascript/src/util/soundUtils.ts +8 -0
  252. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/client/javascript/tsconfig.json +111 -0
  253. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/client/javascript/vite.config.js +15 -0
  254. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/client/javascript/yarn.lock +339 -0
  255. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/server/env.example +3 -0
  256. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/server/pyproject.toml +11 -0
  257. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/server/requirements.txt +4 -0
  258. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/server/src/server.py +200 -0
  259. dv_pipecat_ai-0.0.59.dev85/examples/instant-voice/server/src/single_bot.py +118 -0
  260. dv_pipecat_ai-0.0.59.dev85/examples/local-input-select-stt/README.md +88 -0
  261. dv_pipecat_ai-0.0.59.dev85/examples/local-input-select-stt/bot.py +65 -0
  262. dv_pipecat_ai-0.0.59.dev85/examples/local-input-select-stt/demo.gif +0 -0
  263. dv_pipecat_ai-0.0.59.dev85/examples/local-input-select-stt/requirements.txt +8 -0
  264. dv_pipecat_ai-0.0.59.dev85/examples/local-input-select-stt/select_audio_device.py +247 -0
  265. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/.dockerignore +163 -0
  266. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/.gitignore +161 -0
  267. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/Dockerfile +25 -0
  268. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/Dockerfile.intel +76 -0
  269. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/README.md +44 -0
  270. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot01.png +0 -0
  271. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot010.png +0 -0
  272. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot011.png +0 -0
  273. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot012.png +0 -0
  274. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot013.png +0 -0
  275. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot014.png +0 -0
  276. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot015.png +0 -0
  277. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot016.png +0 -0
  278. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot017.png +0 -0
  279. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot018.png +0 -0
  280. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot019.png +0 -0
  281. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot02.png +0 -0
  282. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot020.png +0 -0
  283. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot021.png +0 -0
  284. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot022.png +0 -0
  285. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot023.png +0 -0
  286. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot024.png +0 -0
  287. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot025.png +0 -0
  288. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot03.png +0 -0
  289. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot04.png +0 -0
  290. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot05.png +0 -0
  291. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot06.png +0 -0
  292. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot07.png +0 -0
  293. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot08.png +0 -0
  294. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/assets/robot09.png +0 -0
  295. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/bot.py +213 -0
  296. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/env.example +4 -0
  297. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/image.png +0 -0
  298. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/requirements.txt +4 -0
  299. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/runner.py +55 -0
  300. dv_pipecat_ai-0.0.59.dev85/examples/moondream-chatbot/server.py +136 -0
  301. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/.gitignore +51 -0
  302. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/README.md +48 -0
  303. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/client/javascript/README.md +27 -0
  304. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/client/javascript/index.html +40 -0
  305. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/client/javascript/package-lock.json +1156 -0
  306. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/client/javascript/package.json +21 -0
  307. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/client/javascript/src/app.js +341 -0
  308. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/client/javascript/src/style.css +134 -0
  309. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/client/javascript/vite.config.js +13 -0
  310. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/server/README.md +52 -0
  311. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/server/env.example +5 -0
  312. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/server/news_bot.py +165 -0
  313. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/server/requirements.txt +4 -0
  314. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/server/runner.py +64 -0
  315. dv_pipecat_ai-0.0.59.dev85/examples/news-chatbot/server/server.py +147 -0
  316. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/Dockerfile +16 -0
  317. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/README.md +95 -0
  318. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/assets/clack-short-quiet.wav +0 -0
  319. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/assets/clack-short.wav +0 -0
  320. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/assets/clack.wav +0 -0
  321. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/assets/ding.wav +0 -0
  322. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/assets/ding2.wav +0 -0
  323. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/assets/ding3.wav +0 -0
  324. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/bot.py +363 -0
  325. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/env.example +4 -0
  326. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/image.png +0 -0
  327. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/requirements.txt +4 -0
  328. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/runner.py +55 -0
  329. dv_pipecat_ai-0.0.59.dev85/examples/patient-intake/server.py +136 -0
  330. dv_pipecat_ai-0.0.59.dev85/examples/phone-chatbot/.dockerignore +3 -0
  331. dv_pipecat_ai-0.0.59.dev85/examples/phone-chatbot/.gitignore +165 -0
  332. dv_pipecat_ai-0.0.59.dev85/examples/phone-chatbot/Dockerfile +40 -0
  333. dv_pipecat_ai-0.0.59.dev85/examples/phone-chatbot/README.md +209 -0
  334. dv_pipecat_ai-0.0.59.dev85/examples/phone-chatbot/bot_daily.py +217 -0
  335. dv_pipecat_ai-0.0.59.dev85/examples/phone-chatbot/bot_daily_gemini.py +334 -0
  336. dv_pipecat_ai-0.0.59.dev85/examples/phone-chatbot/bot_runner.py +265 -0
  337. dv_pipecat_ai-0.0.59.dev85/examples/phone-chatbot/bot_twilio.py +117 -0
  338. dv_pipecat_ai-0.0.59.dev85/examples/phone-chatbot/env.example +8 -0
  339. dv_pipecat_ai-0.0.59.dev85/examples/phone-chatbot/fly.example.toml +19 -0
  340. dv_pipecat_ai-0.0.59.dev85/examples/phone-chatbot/image.png +0 -0
  341. dv_pipecat_ai-0.0.59.dev85/examples/phone-chatbot/requirements.txt +6 -0
  342. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/.gitignore +161 -0
  343. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/Dockerfile +23 -0
  344. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/README.md +108 -0
  345. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/backchannel.py +78 -0
  346. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/bot.py +503 -0
  347. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/cache.py +4 -0
  348. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/env.example +4 -0
  349. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/env_config.py +133 -0
  350. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/fillers/en-IN-RehaanNeural/en_got_it.pcm +0 -0
  351. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/hold_detector.py +25 -0
  352. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/rag/converted_data.py +376 -0
  353. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/rag/helpers.py +82 -0
  354. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/rag/weaviate_client.py +38 -0
  355. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/rag/weaviate_script.py +15 -0
  356. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/requirements.txt +24 -0
  357. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/server.py +933 -0
  358. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/templates/streams.xml +4 -0
  359. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/templates/uv-stream.xml +4 -0
  360. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/ultravox-server.py +273 -0
  361. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/api_calls.py +29 -0
  362. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/callbacks.py +84 -0
  363. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/frames_monitor.py +39 -0
  364. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/generic_functions/cleanup.py +100 -0
  365. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/generic_functions/common.py +220 -0
  366. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/generic_functions/response_handler.py +80 -0
  367. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/llm.py +27 -0
  368. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/llm_functions/end_call_handler.py +193 -0
  369. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/llm_functions/generic_function.py +138 -0
  370. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/llm_functions/query_kb.py +49 -0
  371. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/pipeline.py +81 -0
  372. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/stt.py +79 -0
  373. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/tools.py +46 -0
  374. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/transcript.py +274 -0
  375. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/utils/tts.py +373 -0
  376. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/voicemail_detector.py +77 -0
  377. dv_pipecat_ai-0.0.59.dev85/examples/plivo-chatbot/webcall_bot.py +449 -0
  378. dv_pipecat_ai-0.0.59.dev85/examples/sentry-metrics/.gitignore +161 -0
  379. dv_pipecat_ai-0.0.59.dev85/examples/sentry-metrics/Dockerfile +15 -0
  380. dv_pipecat_ai-0.0.59.dev85/examples/sentry-metrics/README.md +29 -0
  381. dv_pipecat_ai-0.0.59.dev85/examples/sentry-metrics/bot.py +112 -0
  382. dv_pipecat_ai-0.0.59.dev85/examples/sentry-metrics/env.example +4 -0
  383. dv_pipecat_ai-0.0.59.dev85/examples/sentry-metrics/requirements.txt +4 -0
  384. dv_pipecat_ai-0.0.59.dev85/examples/sentry-metrics/runner.py +56 -0
  385. dv_pipecat_ai-0.0.59.dev85/examples/sentry-metrics/server.py +139 -0
  386. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/.gitignore +51 -0
  387. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/README.md +111 -0
  388. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/.gitignore +10 -0
  389. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/LICENSE +24 -0
  390. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/README.md +20 -0
  391. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/build.gradle.kts +5 -0
  392. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/files/screenshot.jpg +0 -0
  393. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/gradle/libs.versions.toml +34 -0
  394. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  395. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/gradle/wrapper/gradle-wrapper.properties +6 -0
  396. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/gradle.properties +23 -0
  397. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/gradlew +185 -0
  398. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/gradlew.bat +89 -0
  399. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/settings.gradle.kts +23 -0
  400. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/.gitignore +1 -0
  401. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/build.gradle.kts +75 -0
  402. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/proguard-rules.pro +21 -0
  403. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/AndroidManifest.xml +36 -0
  404. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/MainActivity.kt +257 -0
  405. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/Preferences.kt +75 -0
  406. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/RTVIApplication.kt +10 -0
  407. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/VoiceClientManager.kt +193 -0
  408. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/ui/AudioIndicator.kt +70 -0
  409. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/ui/BotIndicator.kt +93 -0
  410. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/ui/InCallFooter.kt +89 -0
  411. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/ui/InCallHeader.kt +49 -0
  412. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/ui/InCallLayout.kt +70 -0
  413. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/ui/PermissionScreen.kt +99 -0
  414. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/ui/Timer.kt +72 -0
  415. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/ui/UserCamButton.kt +110 -0
  416. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/ui/UserMicButton.kt +114 -0
  417. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/ui/theme/Color.kt +22 -0
  418. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/ui/theme/Theme.kt +36 -0
  419. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/ui/theme/Type.kt +40 -0
  420. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/utils/RealTimeClock.kt +21 -0
  421. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/java/ai/pipecat/simple_chatbot_client/utils/TimeUtils.kt +64 -0
  422. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/drawable/ic_launcher_background.xml +170 -0
  423. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/drawable/ic_launcher_foreground.xml +30 -0
  424. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/drawable/microphone.xml +1 -0
  425. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/drawable/microphone_off.xml +1 -0
  426. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/drawable/phone_hangup.xml +1 -0
  427. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/drawable/timer_outline.xml +1 -0
  428. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/drawable/video.xml +1 -0
  429. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/drawable/video_off.xml +1 -0
  430. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/font/inter.ttf +0 -0
  431. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +6 -0
  432. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +6 -0
  433. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
  434. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
  435. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
  436. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
  437. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
  438. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
  439. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
  440. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
  441. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
  442. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
  443. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/values/strings.xml +3 -0
  444. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/android/simple-chatbot-client/src/main/res/values/themes.xml +5 -0
  445. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/.gitignore +2 -0
  446. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/README.md +18 -0
  447. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/Assets.xcassets/AppIcon.appiconset/Contents.json +14 -0
  448. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/Assets.xcassets/AppIcon.appiconset/appstore.png +0 -0
  449. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/Assets.xcassets/Contents.json +6 -0
  450. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/Assets.xcassets/pipecat.imageset/Contents.json +21 -0
  451. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/Assets.xcassets/pipecat.imageset/Square Black.svg +8 -0
  452. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/Info.plist +19 -0
  453. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/Preview Content/Preview Assets.xcassets/Contents.json +6 -0
  454. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/SimpleChatbotApp.swift +18 -0
  455. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/model/CallContainerModel.swift +230 -0
  456. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/model/MockCallContainerModel.swift +35 -0
  457. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/views/MeetingView.swift +107 -0
  458. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/views/PreJoinView.swift +42 -0
  459. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/views/components/MicrophoneView.swift +44 -0
  460. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/views/components/ToastModifier.swift +31 -0
  461. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/views/components/WaveformView.swift +93 -0
  462. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/views/extensions/CustomColors.swift +27 -0
  463. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/views/settings/SettingsManager.swift +21 -0
  464. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/views/settings/SettingsPreference.swift +8 -0
  465. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot/views/settings/SettingsView.swift +80 -0
  466. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot.xcodeproj/project.pbxproj +704 -0
  467. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  468. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  469. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +8 -0
  470. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +32 -0
  471. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbot.xcodeproj/xcshareddata/xcschemes/SimpleChatbot.xcscheme +78 -0
  472. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbotTests/SimpleChatbotTests.swift +29 -0
  473. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbotUITests/SimpleChatbotUITests.swift +34 -0
  474. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/ios/SimpleChatbotUITests/SimpleChatbotUITestsLaunchTests.swift +25 -0
  475. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/javascript/README.md +27 -0
  476. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/javascript/index.html +40 -0
  477. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/javascript/package-lock.json +1156 -0
  478. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/javascript/package.json +21 -0
  479. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/javascript/src/app.js +314 -0
  480. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/javascript/src/style.css +98 -0
  481. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/prebuilt/README.md +15 -0
  482. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/.gitignore +24 -0
  483. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/README.md +27 -0
  484. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/eslint.config.js +28 -0
  485. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/index.html +15 -0
  486. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/package-lock.json +3498 -0
  487. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/package.json +32 -0
  488. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/src/App.css +82 -0
  489. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/src/App.tsx +51 -0
  490. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/src/components/ConnectButton.tsx +40 -0
  491. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/src/components/DebugDisplay.css +26 -0
  492. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/src/components/DebugDisplay.tsx +144 -0
  493. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/src/components/StatusDisplay.tsx +11 -0
  494. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/src/main.tsx +9 -0
  495. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/src/providers/RTVIProvider.tsx +22 -0
  496. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/tsconfig.json +25 -0
  497. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/tsconfig.node.json +10 -0
  498. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/client/react/vite.config.ts +7 -0
  499. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/image.png +0 -0
  500. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/Dockerfile +16 -0
  501. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/README.md +72 -0
  502. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot01.png +0 -0
  503. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot010.png +0 -0
  504. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot011.png +0 -0
  505. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot012.png +0 -0
  506. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot013.png +0 -0
  507. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot014.png +0 -0
  508. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot015.png +0 -0
  509. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot016.png +0 -0
  510. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot017.png +0 -0
  511. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot018.png +0 -0
  512. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot019.png +0 -0
  513. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot02.png +0 -0
  514. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot020.png +0 -0
  515. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot021.png +0 -0
  516. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot022.png +0 -0
  517. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot023.png +0 -0
  518. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot024.png +0 -0
  519. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot025.png +0 -0
  520. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot03.png +0 -0
  521. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot04.png +0 -0
  522. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot05.png +0 -0
  523. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot06.png +0 -0
  524. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot07.png +0 -0
  525. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot08.png +0 -0
  526. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/assets/robot09.png +0 -0
  527. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/bot-gemini.py +204 -0
  528. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/bot-openai.py +230 -0
  529. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/env.example +6 -0
  530. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/requirements.txt +4 -0
  531. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/runner.py +56 -0
  532. dv_pipecat_ai-0.0.59.dev85/examples/simple-chatbot/server/server.py +242 -0
  533. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/.dockerignore +2 -0
  534. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/.gitignore +158 -0
  535. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/Dockerfile +54 -0
  536. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/README.md +84 -0
  537. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/env.example +6 -0
  538. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/.eslintrc.json +3 -0
  539. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/.gitignore +36 -0
  540. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/README.md +36 -0
  541. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/app/favicon.ico +0 -0
  542. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/app/globals.css +109 -0
  543. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/app/layout.tsx +46 -0
  544. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/app/opengraph-image.png +0 -0
  545. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/app/page.tsx +16 -0
  546. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/app/twitter-image.png +0 -0
  547. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/app/utils.ts +6 -0
  548. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/App.tsx +81 -0
  549. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/AudioIndicator/index.tsx +69 -0
  550. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/DevicePicker/index.tsx +139 -0
  551. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/MicToggle/index.tsx +34 -0
  552. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/Setup.tsx +94 -0
  553. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/Story.tsx +81 -0
  554. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/StoryTranscript/StoryTranscript.module.css +42 -0
  555. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/StoryTranscript/index.tsx +55 -0
  556. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/UserInputIndicator/UserInputIndicator.module.css +65 -0
  557. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/UserInputIndicator/index.tsx +67 -0
  558. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/VideoTile/VideoTile.module.css +34 -0
  559. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/VideoTile/index.tsx +27 -0
  560. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/WaveText/WaveText.module.css +68 -0
  561. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/WaveText/index.tsx +23 -0
  562. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/ui/button.tsx +56 -0
  563. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/ui/select.tsx +160 -0
  564. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components/ui/typewriter.tsx +61 -0
  565. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/components.json +17 -0
  566. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/env.example +1 -0
  567. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/next.config.mjs +15 -0
  568. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/package-lock.json +5952 -0
  569. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/package.json +38 -0
  570. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/postcss.config.js +6 -0
  571. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/public/alpha-mask.gif +0 -0
  572. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/public/bg.jpg +0 -0
  573. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/tailwind.config.ts +86 -0
  574. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/frontend/tsconfig.json +40 -0
  575. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/image.png +0 -0
  576. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/requirements.txt +5 -0
  577. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/src/assets/book1.png +0 -0
  578. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/src/assets/book2.png +0 -0
  579. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/src/assets/ding.wav +0 -0
  580. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/src/assets/listening.wav +0 -0
  581. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/src/assets/talking.wav +0 -0
  582. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/src/bot.py +148 -0
  583. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/src/bot_runner.py +239 -0
  584. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/src/processors.py +195 -0
  585. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/src/prompts.py +68 -0
  586. dv_pipecat_ai-0.0.59.dev85/examples/storytelling-chatbot/src/utils/helpers.py +42 -0
  587. dv_pipecat_ai-0.0.59.dev85/examples/studypal/README.md +13 -0
  588. dv_pipecat_ai-0.0.59.dev85/examples/studypal/env.example +5 -0
  589. dv_pipecat_ai-0.0.59.dev85/examples/studypal/requirements.txt +5 -0
  590. dv_pipecat_ai-0.0.59.dev85/examples/studypal/runner.py +64 -0
  591. dv_pipecat_ai-0.0.59.dev85/examples/studypal/studypal.py +186 -0
  592. dv_pipecat_ai-0.0.59.dev85/examples/telnyx-chatbot/.gitignore +161 -0
  593. dv_pipecat_ai-0.0.59.dev85/examples/telnyx-chatbot/Dockerfile +20 -0
  594. dv_pipecat_ai-0.0.59.dev85/examples/telnyx-chatbot/README.md +112 -0
  595. dv_pipecat_ai-0.0.59.dev85/examples/telnyx-chatbot/bot.py +103 -0
  596. dv_pipecat_ai-0.0.59.dev85/examples/telnyx-chatbot/env.example +3 -0
  597. dv_pipecat_ai-0.0.59.dev85/examples/telnyx-chatbot/requirements.txt +5 -0
  598. dv_pipecat_ai-0.0.59.dev85/examples/telnyx-chatbot/server.py +46 -0
  599. dv_pipecat_ai-0.0.59.dev85/examples/telnyx-chatbot/templates/streams.xml.template +7 -0
  600. dv_pipecat_ai-0.0.59.dev85/examples/translation-chatbot/.gitignore +161 -0
  601. dv_pipecat_ai-0.0.59.dev85/examples/translation-chatbot/Dockerfile +14 -0
  602. dv_pipecat_ai-0.0.59.dev85/examples/translation-chatbot/README.md +33 -0
  603. dv_pipecat_ai-0.0.59.dev85/examples/translation-chatbot/bot.py +208 -0
  604. dv_pipecat_ai-0.0.59.dev85/examples/translation-chatbot/env.example +5 -0
  605. dv_pipecat_ai-0.0.59.dev85/examples/translation-chatbot/image.png +0 -0
  606. dv_pipecat_ai-0.0.59.dev85/examples/translation-chatbot/requirements.txt +4 -0
  607. dv_pipecat_ai-0.0.59.dev85/examples/translation-chatbot/runner.py +55 -0
  608. dv_pipecat_ai-0.0.59.dev85/examples/translation-chatbot/server.py +136 -0
  609. dv_pipecat_ai-0.0.59.dev85/examples/twilio-chatbot/.gitignore +161 -0
  610. dv_pipecat_ai-0.0.59.dev85/examples/twilio-chatbot/Dockerfile +20 -0
  611. dv_pipecat_ai-0.0.59.dev85/examples/twilio-chatbot/README.md +140 -0
  612. dv_pipecat_ai-0.0.59.dev85/examples/twilio-chatbot/bot.py +140 -0
  613. dv_pipecat_ai-0.0.59.dev85/examples/twilio-chatbot/client.py +201 -0
  614. dv_pipecat_ai-0.0.59.dev85/examples/twilio-chatbot/env.example +3 -0
  615. dv_pipecat_ai-0.0.59.dev85/examples/twilio-chatbot/requirements.txt +5 -0
  616. dv_pipecat_ai-0.0.59.dev85/examples/twilio-chatbot/server.py +54 -0
  617. dv_pipecat_ai-0.0.59.dev85/examples/twilio-chatbot/templates/streams.xml.template +7 -0
  618. dv_pipecat_ai-0.0.59.dev85/examples/websocket-server/Dockerfile +15 -0
  619. dv_pipecat_ai-0.0.59.dev85/examples/websocket-server/README.md +28 -0
  620. dv_pipecat_ai-0.0.59.dev85/examples/websocket-server/bot.py +154 -0
  621. dv_pipecat_ai-0.0.59.dev85/examples/websocket-server/env.example +8 -0
  622. dv_pipecat_ai-0.0.59.dev85/examples/websocket-server/frames.proto +44 -0
  623. dv_pipecat_ai-0.0.59.dev85/examples/websocket-server/index.html +211 -0
  624. dv_pipecat_ai-0.0.59.dev85/examples/websocket-server/requirements.txt +2 -0
  625. dv_pipecat_ai-0.0.59.dev85/fetch_logs.yml +16 -0
  626. dv_pipecat_ai-0.0.59.dev85/inventory.ini +11 -0
  627. dv_pipecat_ai-0.0.59.dev85/k8s/dv-pipecat/.helmignore +23 -0
  628. dv_pipecat_ai-0.0.59.dev85/k8s/dv-pipecat/Chart.yaml +6 -0
  629. dv_pipecat_ai-0.0.59.dev85/k8s/dv-pipecat/templates/_helpers.tpl +63 -0
  630. dv_pipecat_ai-0.0.59.dev85/k8s/dv-pipecat/templates/deployment.yaml +79 -0
  631. dv_pipecat_ai-0.0.59.dev85/k8s/dv-pipecat/templates/hpa.yaml +32 -0
  632. dv_pipecat_ai-0.0.59.dev85/k8s/dv-pipecat/templates/ingress.yaml +41 -0
  633. dv_pipecat_ai-0.0.59.dev85/k8s/dv-pipecat/templates/service.yaml +15 -0
  634. dv_pipecat_ai-0.0.59.dev85/k8s/dv-pipecat/values-prod.yaml +57 -0
  635. dv_pipecat_ai-0.0.59.dev85/k8s/dv-pipecat/values-stage.yaml +56 -0
  636. dv_pipecat_ai-0.0.59.dev85/k8s/dv-pipecat/values.yaml +113 -0
  637. dv_pipecat_ai-0.0.59.dev85/merge-code-into-single-file.sh +86 -0
  638. dv_pipecat_ai-0.0.59.dev85/pipecat.png +0 -0
  639. dv_pipecat_ai-0.0.59.dev85/pyproject.toml +119 -0
  640. dv_pipecat_ai-0.0.59.dev85/restart.sh +20 -0
  641. dv_pipecat_ai-0.0.59.dev85/restart_playbook.yml +16 -0
  642. dv_pipecat_ai-0.0.59.dev85/scripts/pre-commit.sh +3 -0
  643. dv_pipecat_ai-0.0.59.dev85/setup.cfg +4 -0
  644. dv_pipecat_ai-0.0.59.dev85/src/dv_pipecat_ai.egg-info/PKG-INFO +386 -0
  645. dv_pipecat_ai-0.0.59.dev85/src/dv_pipecat_ai.egg-info/SOURCES.txt +848 -0
  646. dv_pipecat_ai-0.0.59.dev85/src/dv_pipecat_ai.egg-info/dependency_links.txt +1 -0
  647. dv_pipecat_ai-0.0.59.dev85/src/dv_pipecat_ai.egg-info/requires.txt +144 -0
  648. dv_pipecat_ai-0.0.59.dev85/src/dv_pipecat_ai.egg-info/top_level.txt +1 -0
  649. dv_pipecat_ai-0.0.59.dev85/src/pipecat/__init__.py +13 -0
  650. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/__init__.py +0 -0
  651. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/filters/__init__.py +0 -0
  652. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/filters/base_audio_filter.py +47 -0
  653. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/filters/koala_filter.py +75 -0
  654. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/filters/krisp_filter.py +94 -0
  655. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/filters/noisereduce_filter.py +52 -0
  656. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/mixers/__init__.py +0 -0
  657. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/mixers/base_audio_mixer.py +53 -0
  658. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/mixers/soundfile_mixer.py +146 -0
  659. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/resamplers/__init__.py +1 -0
  660. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/resamplers/base_audio_resampler.py +30 -0
  661. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/resamplers/resampy_resampler.py +25 -0
  662. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/resamplers/soxr_resampler.py +25 -0
  663. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/utils.py +135 -0
  664. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/vad/__init__.py +0 -0
  665. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/vad/data/__init__.py +0 -0
  666. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/vad/data/silero_vad.onnx +0 -0
  667. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/vad/silero.py +167 -0
  668. dv_pipecat_ai-0.0.59.dev85/src/pipecat/audio/vad/vad_analyzer.py +143 -0
  669. dv_pipecat_ai-0.0.59.dev85/src/pipecat/clocks/__init__.py +0 -0
  670. dv_pipecat_ai-0.0.59.dev85/src/pipecat/clocks/base_clock.py +17 -0
  671. dv_pipecat_ai-0.0.59.dev85/src/pipecat/clocks/system_clock.py +20 -0
  672. dv_pipecat_ai-0.0.59.dev85/src/pipecat/frames/__init__.py +0 -0
  673. dv_pipecat_ai-0.0.59.dev85/src/pipecat/frames/frames.proto +44 -0
  674. dv_pipecat_ai-0.0.59.dev85/src/pipecat/frames/frames.py +842 -0
  675. dv_pipecat_ai-0.0.59.dev85/src/pipecat/frames/protobufs/frames_pb2.py +32 -0
  676. dv_pipecat_ai-0.0.59.dev85/src/pipecat/metrics/__init__.py +0 -0
  677. dv_pipecat_ai-0.0.59.dev85/src/pipecat/metrics/metrics.py +32 -0
  678. dv_pipecat_ai-0.0.59.dev85/src/pipecat/observers/__init__.py +0 -0
  679. dv_pipecat_ai-0.0.59.dev85/src/pipecat/observers/base_observer.py +44 -0
  680. dv_pipecat_ai-0.0.59.dev85/src/pipecat/observers/loggers/__init__.py +0 -0
  681. dv_pipecat_ai-0.0.59.dev85/src/pipecat/observers/loggers/llm_log_observer.py +85 -0
  682. dv_pipecat_ai-0.0.59.dev85/src/pipecat/observers/loggers/transcription_log_observer.py +54 -0
  683. dv_pipecat_ai-0.0.59.dev85/src/pipecat/pipeline/__init__.py +0 -0
  684. dv_pipecat_ai-0.0.59.dev85/src/pipecat/pipeline/base_pipeline.py +19 -0
  685. dv_pipecat_ai-0.0.59.dev85/src/pipecat/pipeline/base_task.py +66 -0
  686. dv_pipecat_ai-0.0.59.dev85/src/pipecat/pipeline/parallel_pipeline.py +220 -0
  687. dv_pipecat_ai-0.0.59.dev85/src/pipecat/pipeline/pipeline.py +95 -0
  688. dv_pipecat_ai-0.0.59.dev85/src/pipecat/pipeline/runner.py +79 -0
  689. dv_pipecat_ai-0.0.59.dev85/src/pipecat/pipeline/sync_parallel_pipeline.py +171 -0
  690. dv_pipecat_ai-0.0.59.dev85/src/pipecat/pipeline/task.py +439 -0
  691. dv_pipecat_ai-0.0.59.dev85/src/pipecat/pipeline/task_observer.py +117 -0
  692. dv_pipecat_ai-0.0.59.dev85/src/pipecat/pipeline/to_be_updated/merge_pipeline.py +23 -0
  693. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/__init__.py +0 -0
  694. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/aggregators/__init__.py +0 -0
  695. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/aggregators/gated.py +87 -0
  696. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/aggregators/gated_openai_llm_context.py +58 -0
  697. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/aggregators/llm_response.py +500 -0
  698. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/aggregators/openai_llm_context.py +271 -0
  699. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/aggregators/sentence.py +52 -0
  700. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/aggregators/user_response.py +26 -0
  701. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/aggregators/vision_image_frame.py +49 -0
  702. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/async_generator.py +43 -0
  703. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/audio/__init__.py +0 -0
  704. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/audio/audio_buffer_processor.py +248 -0
  705. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/audio/vad/__init__.py +0 -0
  706. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/audio/vad/silero.py +97 -0
  707. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/dtmf_aggregator.py +109 -0
  708. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/filters/__init__.py +0 -0
  709. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/filters/frame_filter.py +32 -0
  710. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/filters/function_filter.py +38 -0
  711. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/filters/identity_filter.py +30 -0
  712. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/filters/null_filter.py +25 -0
  713. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/filters/stt_mute_filter.py +205 -0
  714. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/filters/wake_check_filter.py +87 -0
  715. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/filters/wake_notifier_filter.py +40 -0
  716. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/frame_processor.py +404 -0
  717. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/frameworks/__init__.py +0 -0
  718. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/frameworks/langchain.py +75 -0
  719. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/frameworks/rtvi.py +1157 -0
  720. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/gstreamer/__init__.py +0 -0
  721. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/gstreamer/pipeline_source.py +211 -0
  722. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/idle_frame_processor.py +68 -0
  723. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/logger.py +43 -0
  724. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/metrics/__init__.py +0 -0
  725. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/metrics/frame_processor_metrics.py +86 -0
  726. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/metrics/sentry.py +62 -0
  727. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/text_transformer.py +38 -0
  728. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/transcript_processor.py +243 -0
  729. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/two_stage_user_idle_processor.py +67 -0
  730. dv_pipecat_ai-0.0.59.dev85/src/pipecat/processors/user_idle_processor.py +188 -0
  731. dv_pipecat_ai-0.0.59.dev85/src/pipecat/serializers/__init__.py +0 -0
  732. dv_pipecat_ai-0.0.59.dev85/src/pipecat/serializers/base_serializer.py +33 -0
  733. dv_pipecat_ai-0.0.59.dev85/src/pipecat/serializers/exotel.py +80 -0
  734. dv_pipecat_ai-0.0.59.dev85/src/pipecat/serializers/livekit.py +45 -0
  735. dv_pipecat_ai-0.0.59.dev85/src/pipecat/serializers/plivo.py +97 -0
  736. dv_pipecat_ai-0.0.59.dev85/src/pipecat/serializers/protobuf.py +95 -0
  737. dv_pipecat_ai-0.0.59.dev85/src/pipecat/serializers/telnyx.py +129 -0
  738. dv_pipecat_ai-0.0.59.dev85/src/pipecat/serializers/twilio.py +95 -0
  739. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/__init__.py +0 -0
  740. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/ai_services.py +934 -0
  741. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/anthropic.py +816 -0
  742. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/assemblyai.py +156 -0
  743. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/aws.py +263 -0
  744. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/azure.py +958 -0
  745. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/azure_old.py +812 -0
  746. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/base_whisper.py +175 -0
  747. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/canonical.py +206 -0
  748. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/cartesia.py +399 -0
  749. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/cerebras.py +75 -0
  750. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/deepgram.py +285 -0
  751. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/deepseek.py +78 -0
  752. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/elevenlabs.py +591 -0
  753. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/fal.py +86 -0
  754. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/fireworks.py +68 -0
  755. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/fish.py +214 -0
  756. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/gemini_multimodal_live/__init__.py +1 -0
  757. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/gemini_multimodal_live/audio_transcriber.py +100 -0
  758. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/gemini_multimodal_live/events.py +151 -0
  759. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/gemini_multimodal_live/gemini.py +711 -0
  760. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/gladia.py +252 -0
  761. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/google/__init__.py +3 -0
  762. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/google/frames.py +33 -0
  763. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/google/google.py +1999 -0
  764. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/google/rtvi.py +54 -0
  765. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/grok.py +217 -0
  766. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/groq.py +100 -0
  767. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/lmnt.py +224 -0
  768. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/moondream.py +85 -0
  769. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/nim.py +97 -0
  770. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/ollama.py +12 -0
  771. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/openai.py +698 -0
  772. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/openai_realtime_beta/__init__.py +2 -0
  773. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/openai_realtime_beta/context.py +240 -0
  774. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/openai_realtime_beta/events.py +433 -0
  775. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/openai_realtime_beta/frames.py +19 -0
  776. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/openai_realtime_beta/openai.py +581 -0
  777. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/openpipe.py +67 -0
  778. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/openrouter.py +44 -0
  779. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/perplexity.py +130 -0
  780. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/playht.py +437 -0
  781. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/rime.py +422 -0
  782. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/riva.py +292 -0
  783. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/simli.py +130 -0
  784. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/tavus.py +143 -0
  785. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/to_be_updated/__init__.py +0 -0
  786. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/to_be_updated/cloudflare_ai_service.py +69 -0
  787. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/to_be_updated/google_ai_service.py +30 -0
  788. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/to_be_updated/huggingface_ai_service.py +33 -0
  789. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/to_be_updated/mock_ai_service.py +28 -0
  790. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/together.py +39 -0
  791. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/websocket_service.py +124 -0
  792. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/whisper.py +347 -0
  793. dv_pipecat_ai-0.0.59.dev85/src/pipecat/services/xtts.py +187 -0
  794. dv_pipecat_ai-0.0.59.dev85/src/pipecat/sync/__init__.py +0 -0
  795. dv_pipecat_ai-0.0.59.dev85/src/pipecat/sync/base_notifier.py +17 -0
  796. dv_pipecat_ai-0.0.59.dev85/src/pipecat/sync/event_notifier.py +21 -0
  797. dv_pipecat_ai-0.0.59.dev85/src/pipecat/tests/__init__.py +0 -0
  798. dv_pipecat_ai-0.0.59.dev85/src/pipecat/tests/utils.py +154 -0
  799. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transcriptions/__init__.py +0 -0
  800. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transcriptions/language.py +437 -0
  801. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/__init__.py +0 -0
  802. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/base_input.py +222 -0
  803. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/base_output.py +433 -0
  804. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/base_transport.py +104 -0
  805. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/local/__init__.py +0 -0
  806. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/local/audio.py +149 -0
  807. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/local/tk.py +177 -0
  808. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/network/__init__.py +0 -0
  809. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/network/fastapi_websocket.py +306 -0
  810. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/network/websocket_client.py +269 -0
  811. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/network/websocket_server.py +313 -0
  812. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/services/__init__.py +0 -0
  813. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/services/daily.py +1356 -0
  814. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/services/helpers/__init__.py +0 -0
  815. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/services/helpers/daily_rest.py +404 -0
  816. dv_pipecat_ai-0.0.59.dev85/src/pipecat/transports/services/livekit.py +600 -0
  817. dv_pipecat_ai-0.0.59.dev85/src/pipecat/utils/__init__.py +0 -0
  818. dv_pipecat_ai-0.0.59.dev85/src/pipecat/utils/asyncio.py +194 -0
  819. dv_pipecat_ai-0.0.59.dev85/src/pipecat/utils/logger_config.py +165 -0
  820. dv_pipecat_ai-0.0.59.dev85/src/pipecat/utils/network.py +27 -0
  821. dv_pipecat_ai-0.0.59.dev85/src/pipecat/utils/string.py +25 -0
  822. dv_pipecat_ai-0.0.59.dev85/src/pipecat/utils/test_frame_processor.py +46 -0
  823. dv_pipecat_ai-0.0.59.dev85/src/pipecat/utils/text/__init__.py +0 -0
  824. dv_pipecat_ai-0.0.59.dev85/src/pipecat/utils/text/base_text_filter.py +26 -0
  825. dv_pipecat_ai-0.0.59.dev85/src/pipecat/utils/text/markdown_text_filter.py +210 -0
  826. dv_pipecat_ai-0.0.59.dev85/src/pipecat/utils/time.py +28 -0
  827. dv_pipecat_ai-0.0.59.dev85/src/pipecat/utils/utils.py +83 -0
  828. dv_pipecat_ai-0.0.59.dev85/src/pipecat/vad/__init__.py +0 -0
  829. dv_pipecat_ai-0.0.59.dev85/src/pipecat/vad/silero.py +16 -0
  830. dv_pipecat_ai-0.0.59.dev85/src/pipecat/vad/vad_analyzer.py +15 -0
  831. dv_pipecat_ai-0.0.59.dev85/stop_container.yml +13 -0
  832. dv_pipecat_ai-0.0.59.dev85/test-requirements.txt +1 -0
  833. dv_pipecat_ai-0.0.59.dev85/tests/__init__.py +0 -0
  834. dv_pipecat_ai-0.0.59.dev85/tests/integration/integration_azure_llm.py +33 -0
  835. dv_pipecat_ai-0.0.59.dev85/tests/integration/integration_ollama_llm.py +28 -0
  836. dv_pipecat_ai-0.0.59.dev85/tests/integration/integration_openai_llm.py +128 -0
  837. dv_pipecat_ai-0.0.59.dev85/tests/test_aggregators.py +76 -0
  838. dv_pipecat_ai-0.0.59.dev85/tests/test_context_aggregators.py +671 -0
  839. dv_pipecat_ai-0.0.59.dev85/tests/test_daily_transport_service.py +92 -0
  840. dv_pipecat_ai-0.0.59.dev85/tests/test_filters.py +120 -0
  841. dv_pipecat_ai-0.0.59.dev85/tests/test_langchain.py +88 -0
  842. dv_pipecat_ai-0.0.59.dev85/tests/test_markdown_text_filter.py +230 -0
  843. dv_pipecat_ai-0.0.59.dev85/tests/test_pipeline.py +126 -0
  844. dv_pipecat_ai-0.0.59.dev85/tests/test_protobuf_serializer.py +38 -0
  845. dv_pipecat_ai-0.0.59.dev85/tests/test_stt_mute_filter.py +248 -0
  846. dv_pipecat_ai-0.0.59.dev85/tests/test_transcript_processor.py +428 -0
  847. dv_pipecat_ai-0.0.59.dev85/tests/test_user_idle_processor.py +216 -0
  848. dv_pipecat_ai-0.0.59.dev85/tests/test_utils_network.py +34 -0
  849. dv_pipecat_ai-0.0.59.dev85/tests/test_utils_string.py +52 -0
  850. dv_pipecat_ai-0.0.59.dev85/tests/test_websocket_transport.py +119 -0
@@ -0,0 +1,28 @@
1
+ # flyctl launch added from .gitignore
2
+ **/.vscode
3
+ **/env
4
+ **/__pycache__
5
+ **/*~
6
+ **/venv
7
+ #*#
8
+
9
+ # Distribution / packaging
10
+ **/.Python
11
+ **/build
12
+ **/develop-eggs
13
+ **/downloads
14
+ **/eggs
15
+ **/.eggs
16
+ **/lib
17
+ **/lib64
18
+ **/parts
19
+ **/sdist
20
+ **/var
21
+ **/wheels
22
+ **/share/python-wheels
23
+ **/*.egg-info
24
+ **/.installed.cfg
25
+ **/*.egg
26
+ **/MANIFEST
27
+ **/.DS_Store
28
+ fly.toml
@@ -0,0 +1,48 @@
1
+ name: android
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - main
7
+ paths:
8
+ - "examples/simple-chatbot/client/android/**"
9
+ pull_request:
10
+ branches:
11
+ - "**"
12
+ paths:
13
+ - "examples/simple-chatbot/client/android/**"
14
+ workflow_dispatch:
15
+ inputs:
16
+ sdk_git_ref:
17
+ type: string
18
+ description: "Which git ref of the app to build"
19
+
20
+ concurrency:
21
+ group: build-android-${{ github.event.pull_request.number || github.ref }}
22
+ cancel-in-progress: true
23
+
24
+ jobs:
25
+ sdk:
26
+ name: "Simple chatbot demo"
27
+ runs-on: ubuntu-latest
28
+ steps:
29
+ - name: Checkout repo
30
+ uses: actions/checkout@v4
31
+ with:
32
+ ref: ${{ github.event.inputs.sdk_git_ref || github.ref }}
33
+
34
+ - name: "Install Java"
35
+ uses: actions/setup-java@v4
36
+ with:
37
+ distribution: 'temurin'
38
+ java-version: '17'
39
+
40
+ - name: Build demo app
41
+ working-directory: examples/simple-chatbot/client/android
42
+ run: ./gradlew :simple-chatbot-client:assembleDebug
43
+
44
+ - name: Upload demo APK
45
+ uses: actions/upload-artifact@v4
46
+ with:
47
+ name: Simple Chatbot Android Client
48
+ path: examples/simple-chatbot/client/android/simple-chatbot-client/build/outputs/apk/debug/simple-chatbot-client-debug.apk
@@ -0,0 +1,44 @@
1
+ name: build
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - main
8
+ pull_request:
9
+ branches:
10
+ - "**"
11
+ paths-ignore:
12
+ - "docs/**"
13
+
14
+ concurrency:
15
+ group: build-${{ github.event.pull_request.number || github.ref }}
16
+ cancel-in-progress: true
17
+
18
+ jobs:
19
+ build:
20
+ name: "Build and Install"
21
+ runs-on: ubuntu-latest
22
+ steps:
23
+ - uses: actions/checkout@v4
24
+ - name: Set up Python
25
+ id: setup_python
26
+ uses: actions/setup-python@v4
27
+ with:
28
+ python-version: '3.10'
29
+ - name: Setup virtual environment
30
+ run: |
31
+ python -m venv .venv
32
+ - name: Install basic Python dependencies
33
+ run: |
34
+ source .venv/bin/activate
35
+ python -m pip install --upgrade pip
36
+ pip install -r dev-requirements.txt
37
+ - name: Build project
38
+ run: |
39
+ source .venv/bin/activate
40
+ python -m build
41
+ - name: Install project and other Python dependencies
42
+ run: |
43
+ source .venv/bin/activate
44
+ pip install --editable .
@@ -0,0 +1,54 @@
1
+ name: coverage
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - main
8
+ pull_request:
9
+ branches:
10
+ - "**"
11
+ paths-ignore:
12
+ - "docs/**"
13
+
14
+ jobs:
15
+ coverage:
16
+ name: "Coverage"
17
+ runs-on: ubuntu-latest
18
+ steps:
19
+ - name: Checkout repo
20
+ uses: actions/checkout@v4
21
+ - name: Set up Python
22
+ id: setup_python
23
+ uses: actions/setup-python@v4
24
+ with:
25
+ python-version: "3.10"
26
+ - name: Cache virtual environment
27
+ uses: actions/cache@v3
28
+ with:
29
+ # We are hashing dev-requirements.txt and test-requirements.txt which
30
+ # contain all dependencies needed to run the tests.
31
+ key: venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version}}-${{ hashFiles('dev-requirements.txt') }}-${{ hashFiles('test-requirements.txt') }}
32
+ path: .venv
33
+ - name: Install system packages
34
+ id: install_system_packages
35
+ run: |
36
+ sudo apt-get install -y portaudio19-dev
37
+ - name: Setup virtual environment
38
+ run: |
39
+ python -m venv .venv
40
+ - name: Install basic Python dependencies
41
+ run: |
42
+ source .venv/bin/activate
43
+ python -m pip install --upgrade pip
44
+ pip install -r dev-requirements.txt -r test-requirements.txt
45
+ - name: Run tests with coverage
46
+ run: |
47
+ source .venv/bin/activate
48
+ coverage run
49
+ coverage xml
50
+ - name: Upload coverage to Codecov
51
+ uses: codecov/codecov-action@v5
52
+ with:
53
+ token: ${{ secrets.CODECOV_TOKEN }}
54
+ slug: pipecat-ai/pipecat
@@ -0,0 +1,46 @@
1
+ name: format
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - main
8
+ pull_request:
9
+ branches:
10
+ - "**"
11
+ paths-ignore:
12
+ - "docs/**"
13
+
14
+ concurrency:
15
+ group: build-format-${{ github.event.pull_request.number || github.ref }}
16
+ cancel-in-progress: true
17
+
18
+ jobs:
19
+ ruff-format:
20
+ name: "Formatting checker"
21
+ runs-on: ubuntu-latest
22
+ steps:
23
+ - name: Checkout repo
24
+ uses: actions/checkout@v4
25
+ - name: Set up Python
26
+ uses: actions/setup-python@v4
27
+ with:
28
+ python-version: "3.10"
29
+ - name: Setup virtual environment
30
+ run: |
31
+ python -m venv .venv
32
+ - name: Install development Python dependencies
33
+ run: |
34
+ source .venv/bin/activate
35
+ python -m pip install --upgrade pip
36
+ pip install -r dev-requirements.txt
37
+ - name: Ruff formatter
38
+ id: ruff-format
39
+ run: |
40
+ source .venv/bin/activate
41
+ ruff format --diff
42
+ - name: Ruff import linter
43
+ id: ruff-check
44
+ run: |
45
+ source .venv/bin/activate
46
+ ruff check --select I
@@ -0,0 +1,84 @@
1
+ name: publish
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ gitref:
7
+ type: string
8
+ description: "what git ref to build"
9
+ required: true
10
+
11
+ jobs:
12
+ build:
13
+ name: "Build and upload wheels"
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - name: Checkout repo
17
+ uses: actions/checkout@v4
18
+ with:
19
+ ref: ${{ github.event.inputs.gitref }}
20
+ - name: Set up Python
21
+ id: setup_python
22
+ uses: actions/setup-python@v4
23
+ with:
24
+ python-version: '3.10'
25
+ - name: Setup virtual environment
26
+ run: |
27
+ python -m venv .venv
28
+ - name: Install basic Python dependencies
29
+ run: |
30
+ source .venv/bin/activate
31
+ python -m pip install --upgrade pip
32
+ pip install -r dev-requirements.txt
33
+ - name: Build project
34
+ run: |
35
+ source .venv/bin/activate
36
+ python -m build
37
+ - name: Upload wheels
38
+ uses: actions/upload-artifact@v4
39
+ with:
40
+ name: wheels
41
+ path: ./dist
42
+
43
+ publish-to-pypi:
44
+ name: "Publish to PyPI"
45
+ runs-on: ubuntu-latest
46
+ needs: [ build ]
47
+ environment:
48
+ name: pypi
49
+ url: https://pypi.org/p/pipecat-ai
50
+ permissions:
51
+ id-token: write
52
+ steps:
53
+ - name: Download wheels
54
+ uses: actions/download-artifact@v4
55
+ with:
56
+ name: wheels
57
+ path: ./dist
58
+ - name: Publish to PyPI
59
+ uses: pypa/gh-action-pypi-publish@release/v1
60
+ with:
61
+ verbose: true
62
+ print-hash: true
63
+
64
+ publish-to-test-pypi:
65
+ name: "Publish to Test PyPI"
66
+ runs-on: ubuntu-latest
67
+ needs: [ build ]
68
+ environment:
69
+ name: testpypi
70
+ url: https://pypi.org/p/pipecat-ai
71
+ permissions:
72
+ id-token: write
73
+ steps:
74
+ - name: Download wheels
75
+ uses: actions/download-artifact@v4
76
+ with:
77
+ name: wheels
78
+ path: ./dist
79
+ - name: Publish to PyPI
80
+ uses: pypa/gh-action-pypi-publish@release/v1
81
+ with:
82
+ verbose: true
83
+ print-hash: true
84
+ repository-url: https://test.pypi.org/legacy/
@@ -0,0 +1,58 @@
1
+ name: publish-test
2
+
3
+ on: workflow_dispatch
4
+
5
+ jobs:
6
+ build:
7
+ name: "Build and upload wheels"
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Checkout repo
11
+ uses: actions/checkout@v4
12
+ with:
13
+ fetch-tags: true
14
+ fetch-depth: 100
15
+ - name: Set up Python
16
+ id: setup_python
17
+ uses: actions/setup-python@v4
18
+ with:
19
+ python-version: '3.10'
20
+ - name: Setup virtual environment
21
+ run: |
22
+ python -m venv .venv
23
+ - name: Install basic Python dependencies
24
+ run: |
25
+ source .venv/bin/activate
26
+ python -m pip install --upgrade pip
27
+ pip install -r dev-requirements.txt
28
+ - name: Build project
29
+ run: |
30
+ source .venv/bin/activate
31
+ python -m build
32
+ - name: Upload wheels
33
+ uses: actions/upload-artifact@v4
34
+ with:
35
+ name: wheels
36
+ path: ./dist
37
+
38
+ publish-to-test-pypi:
39
+ name: "Publish to Test PyPI"
40
+ runs-on: ubuntu-latest
41
+ needs: [ build ]
42
+ environment:
43
+ name: testpypi
44
+ url: https://pypi.org/p/pipecat-ai
45
+ permissions:
46
+ id-token: write
47
+ steps:
48
+ - name: Download wheels
49
+ uses: actions/download-artifact@v4
50
+ with:
51
+ name: wheels
52
+ path: ./dist
53
+ - name: Publish to PyPI
54
+ uses: pypa/gh-action-pypi-publish@release/v1
55
+ with:
56
+ verbose: true
57
+ print-hash: true
58
+ repository-url: https://test.pypi.org/legacy/
@@ -0,0 +1,52 @@
1
+ name: tests
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - main
8
+ pull_request:
9
+ branches:
10
+ - "**"
11
+ paths-ignore:
12
+ - "docs/**"
13
+
14
+ concurrency:
15
+ group: build-test-${{ github.event.pull_request.number || github.ref }}
16
+ cancel-in-progress: true
17
+
18
+ jobs:
19
+ test:
20
+ name: "Unit and Integration Tests"
21
+ runs-on: ubuntu-latest
22
+ steps:
23
+ - name: Checkout repo
24
+ uses: actions/checkout@v4
25
+ - name: Set up Python
26
+ id: setup_python
27
+ uses: actions/setup-python@v4
28
+ with:
29
+ python-version: "3.10"
30
+ - name: Cache virtual environment
31
+ uses: actions/cache@v3
32
+ with:
33
+ # We are hashing dev-requirements.txt and test-requirements.txt which
34
+ # contain all dependencies needed to run the tests.
35
+ key: venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version}}-${{ hashFiles('dev-requirements.txt') }}-${{ hashFiles('test-requirements.txt') }}
36
+ path: .venv
37
+ - name: Install system packages
38
+ id: install_system_packages
39
+ run: |
40
+ sudo apt-get install -y portaudio19-dev
41
+ - name: Setup virtual environment
42
+ run: |
43
+ python -m venv .venv
44
+ - name: Install basic Python dependencies
45
+ run: |
46
+ source .venv/bin/activate
47
+ python -m pip install --upgrade pip
48
+ pip install -r dev-requirements.txt -r test-requirements.txt
49
+ - name: Test with pytest
50
+ run: |
51
+ source .venv/bin/activate
52
+ pytest
@@ -0,0 +1,57 @@
1
+ .vscode
2
+ env/
3
+ __pycache__/
4
+ *~
5
+ venv
6
+ .venv
7
+ /.idea
8
+ #*#
9
+ data/
10
+ # Distribution / packaging
11
+ .Python
12
+ build/
13
+ develop-eggs/
14
+ dist/
15
+ downloads/
16
+ eggs/
17
+ .eggs/
18
+ lib/
19
+ lib64/
20
+ parts/
21
+ sdist/
22
+ var/
23
+ wheels/
24
+ share/python-wheels/
25
+ *.egg-info/
26
+ .installed.cfg
27
+ *.egg
28
+ MANIFEST
29
+ .DS_Store
30
+ .env
31
+ fly.toml
32
+
33
+ # Example files
34
+ pipecat/examples/twilio-chatbot/templates/streams.xml
35
+ pipecat/examples/bot-ready-signalling/client/react-native/node_modules/
36
+ pipecat/examples/bot-ready-signalling/client/react-native/.expo/
37
+ pipecat/examples/bot-ready-signalling/client/react-native/dist/
38
+ pipecat/examples/bot-ready-signalling/client/react-native/npm-debug.*
39
+ pipecat/examples/bot-ready-signalling/client/react-native/*.jks
40
+ pipecat/examples/bot-ready-signalling/client/react-native/*.p8
41
+ pipecat/examples/bot-ready-signalling/client/react-native/*.p12
42
+ pipecat/examples/bot-ready-signalling/client/react-native/*.key
43
+ pipecat/examples/bot-ready-signalling/client/react-native/*.mobileprovision
44
+ pipecat/examples/bot-ready-signalling/client/react-native/*.orig.*
45
+ pipecat/examples/bot-ready-signalling/client/react-native/web-build/
46
+
47
+ # macOS
48
+ .DS_Store
49
+
50
+
51
+ # Documentation
52
+ docs/api/_build/
53
+ docs/api/api
54
+ memory-bank/
55
+
56
+ # Logs
57
+ logs/*
@@ -0,0 +1,7 @@
1
+ repos:
2
+ - repo: local
3
+ hooks:
4
+ - id: ruff-format-hook
5
+ name: Check ruff formatting
6
+ entry: sh scripts/pre-commit.sh
7
+ language: system
@@ -0,0 +1,36 @@
1
+ version: 2
2
+
3
+ build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: '3.12'
7
+ apt_packages:
8
+ - portaudio19-dev
9
+ - python3-dev
10
+ - libasound2-dev
11
+ jobs:
12
+ pre_build:
13
+ - python -m pip install --upgrade pip
14
+ - pip install wheel setuptools
15
+ post_build:
16
+ - echo "Build completed"
17
+
18
+ sphinx:
19
+ configuration: docs/api/conf.py
20
+ fail_on_warning: false
21
+
22
+ python:
23
+ install:
24
+ - requirements: docs/api/requirements.txt
25
+ - method: pip
26
+ path: .
27
+
28
+ search:
29
+ ranking:
30
+ api/*: 5
31
+ getting-started/*: 4
32
+ guides/*: 3
33
+
34
+ submodules:
35
+ include: all
36
+ recursive: true