dv-pipecat-ai 0.0.82.dev65__py3-none-any.whl → 0.0.82.dev66__py3-none-any.whl

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.

Potentially problematic release.


This version of dv-pipecat-ai might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dv-pipecat-ai
3
- Version: 0.0.82.dev65
3
+ Version: 0.0.82.dev66
4
4
  Summary: An open source framework for voice (and multimodal) assistants
5
5
  License-Expression: BSD-2-Clause
6
6
  Project-URL: Source, https://github.com/pipecat-ai/pipecat
@@ -1,4 +1,4 @@
1
- dv_pipecat_ai-0.0.82.dev65.dist-info/licenses/LICENSE,sha256=DWY2QGf2eMCFhuu2ChairtT6CB7BEFffNVhXWc4Od08,1301
1
+ dv_pipecat_ai-0.0.82.dev66.dist-info/licenses/LICENSE,sha256=DWY2QGf2eMCFhuu2ChairtT6CB7BEFffNVhXWc4Od08,1301
2
2
  pipecat/__init__.py,sha256=j0Xm6adxHhd7D06dIyyPV_GlBYLlBnTAERVvD_jAARQ,861
3
3
  pipecat/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  pipecat/adapters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -304,7 +304,7 @@ pipecat/services/together/llm.py,sha256=VSayO-U6g9Ld0xK9CXRQPUsd5gWJKtiA8qDAyXgs
304
304
  pipecat/services/ultravox/__init__.py,sha256=EoHCSXI2o0DFQslELgkhAGZtxDj63gZi-9ZEhXljaKE,259
305
305
  pipecat/services/ultravox/stt.py,sha256=uCQm_-LbycXdXRV6IE1a6Mymis6tyww7V8PnPzAQtx8,16586
306
306
  pipecat/services/vistaar/__init__.py,sha256=UFfSWFN5rbzl6NN-E_OH_MFaSYodZWNlenAU0wk-rAI,110
307
- pipecat/services/vistaar/llm.py,sha256=pzuAM7NTQ9buo5cX4hqKT-FbPI0cBP0pR2C2XM8zEdw,19032
307
+ pipecat/services/vistaar/llm.py,sha256=QMDQk94BEjORFVORNLGD7UjhQXz61yNLPm0kQreORRs,19028
308
308
  pipecat/services/whisper/__init__.py,sha256=smADmw0Fv98k7cGRuHTEcljKTO2WdZqLpJd0qsTCwH8,281
309
309
  pipecat/services/whisper/base_stt.py,sha256=VhslESPnYIeVbmnQTzmlZPV35TH49duxYTvJe0epNnE,7850
310
310
  pipecat/services/whisper/stt.py,sha256=9Qd56vWMzg3LtHikQnfgyMtl4odE6BCHDbpAn3HSWjw,17480
@@ -377,7 +377,7 @@ pipecat/utils/tracing/service_decorators.py,sha256=HwDCqLGijhYD3F8nxDuQmEw-YkRw0
377
377
  pipecat/utils/tracing/setup.py,sha256=7TEgPNpq6M8lww8OQvf0P9FzYc5A30xICGklVA-fua0,2892
378
378
  pipecat/utils/tracing/turn_context_provider.py,sha256=ikon3plFOx0XbMrH6DdeHttNpb-U0gzMZIm3bWLc9eI,2485
379
379
  pipecat/utils/tracing/turn_trace_observer.py,sha256=dma16SBJpYSOE58YDWy89QzHyQFc_9gQZszKeWixuwc,9725
380
- dv_pipecat_ai-0.0.82.dev65.dist-info/METADATA,sha256=FnUfphMoh0BZj4x2f0FFvnopkeS_PvmqkZ1GLUpzebg,32638
381
- dv_pipecat_ai-0.0.82.dev65.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
382
- dv_pipecat_ai-0.0.82.dev65.dist-info/top_level.txt,sha256=kQzG20CxGf-nSsHmtXHx3hY2-8zHA3jYg8jk0TajqXc,8
383
- dv_pipecat_ai-0.0.82.dev65.dist-info/RECORD,,
380
+ dv_pipecat_ai-0.0.82.dev66.dist-info/METADATA,sha256=OUeNoNbjWXThxhuUxYZDETh4EazGWA77xvOm1pPU5wA,32638
381
+ dv_pipecat_ai-0.0.82.dev66.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
382
+ dv_pipecat_ai-0.0.82.dev66.dist-info/top_level.txt,sha256=kQzG20CxGf-nSsHmtXHx3hY2-8zHA3jYg8jk0TajqXc,8
383
+ dv_pipecat_ai-0.0.82.dev66.dist-info/RECORD,,
@@ -215,7 +215,6 @@ class VistaarLLMService(LLMService):
215
215
  estimated_tts_duration = max(2.0, len(message) * 0.08) # ~80ms per character
216
216
  logger.info(f"Waiting {estimated_tts_duration:.2f}s for interim TTS completion")
217
217
  await asyncio.sleep(estimated_tts_duration)
218
- self._interim_in_progress = False
219
218
  except asyncio.CancelledError:
220
219
  logger.debug("Interim message task cancelled")
221
220
  except Exception as e:
@@ -223,6 +222,7 @@ class VistaarLLMService(LLMService):
223
222
  finally:
224
223
  # Signal that interim message handling is complete
225
224
  self._interim_completion_event.set()
225
+ self._interim_in_progress = False
226
226
 
227
227
  async def _stream_response(self, query: str) -> AsyncGenerator[str, None]:
228
228
  """Stream response from Vistaar API using Server-Sent Events.