dv-pipecat-ai 0.0.85.dev822__py3-none-any.whl → 0.0.85.dev823__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.85.dev822
3
+ Version: 0.0.85.dev823
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.85.dev822.dist-info/licenses/LICENSE,sha256=DWY2QGf2eMCFhuu2ChairtT6CB7BEFffNVhXWc4Od08,1301
1
+ dv_pipecat_ai-0.0.85.dev823.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
@@ -108,7 +108,7 @@ pipecat/processors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
108
108
  pipecat/processors/async_generator.py,sha256=qPOZxk5eOad_NrF_Z06vWZ6deXIxb9AKZKYO2e5pkJs,2385
109
109
  pipecat/processors/consumer_processor.py,sha256=DrWCKnfblknZJ0bLmR_unIeJ1axQw4IPUn2IB3KLGGA,3228
110
110
  pipecat/processors/dtmf_aggregator.py,sha256=mo_IXUlsnVl-_Xn8sbTGnRF4Lkts0h6E3uauGbeFyWs,10204
111
- pipecat/processors/frame_processor.py,sha256=Qf-EJCWlw2itvJTsFykKBfjcsXRQUDgSqJDF8gb60V0,33806
111
+ pipecat/processors/frame_processor.py,sha256=uBu6Waa0_diMXdQXMZ5V5a_KwaaPzcieyuv5gO9u-ME,33841
112
112
  pipecat/processors/idle_frame_processor.py,sha256=z8AuhGap61lA5K35P6XCaOpn4kkmK_9NZNppbpQxheU,3124
113
113
  pipecat/processors/logger.py,sha256=8xa4KKekXQIETlQR7zoGnwUpLNo8CeDVm7YjyXePN-w,2385
114
114
  pipecat/processors/producer_processor.py,sha256=iIIOHZd77APvUGP7JqFbznAHUnCULcq_qYiSEjwXHcc,3265
@@ -415,7 +415,7 @@ pipecat/utils/tracing/service_decorators.py,sha256=fwzxFpi8DJl6BJbK74G0UEB4ccMJg
415
415
  pipecat/utils/tracing/setup.py,sha256=7TEgPNpq6M8lww8OQvf0P9FzYc5A30xICGklVA-fua0,2892
416
416
  pipecat/utils/tracing/turn_context_provider.py,sha256=ikon3plFOx0XbMrH6DdeHttNpb-U0gzMZIm3bWLc9eI,2485
417
417
  pipecat/utils/tracing/turn_trace_observer.py,sha256=dma16SBJpYSOE58YDWy89QzHyQFc_9gQZszKeWixuwc,9725
418
- dv_pipecat_ai-0.0.85.dev822.dist-info/METADATA,sha256=32ww2Lem8OVrVN8fSto1BPjfW5dXjPi4fS9Me8Zz-YE,32924
419
- dv_pipecat_ai-0.0.85.dev822.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
420
- dv_pipecat_ai-0.0.85.dev822.dist-info/top_level.txt,sha256=kQzG20CxGf-nSsHmtXHx3hY2-8zHA3jYg8jk0TajqXc,8
421
- dv_pipecat_ai-0.0.85.dev822.dist-info/RECORD,,
418
+ dv_pipecat_ai-0.0.85.dev823.dist-info/METADATA,sha256=QzFZChlDc4joKwMeDE3JSyM7EQzpJLPuIyfsNhrVgzE,32924
419
+ dv_pipecat_ai-0.0.85.dev823.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
420
+ dv_pipecat_ai-0.0.85.dev823.dist-info/top_level.txt,sha256=kQzG20CxGf-nSsHmtXHx3hY2-8zHA3jYg8jk0TajqXc,8
421
+ dv_pipecat_ai-0.0.85.dev823.dist-info/RECORD,,
@@ -591,7 +591,7 @@ class FrameProcessor(BaseObject):
591
591
 
592
592
  async def pause_processing_system_frames(self):
593
593
  """Pause processing of queued system frames."""
594
- logger.trace(f"{self}: pausing system frame processing")
594
+ self.logger.trace(f"{self}: pausing system frame processing")
595
595
  self.__should_block_system_frames = True
596
596
  if self.__input_event:
597
597
  self.__input_event.clear()
@@ -812,7 +812,7 @@ class FrameProcessor(BaseObject):
812
812
  True if the processor has been started.
813
813
  """
814
814
  if not self.__started:
815
- logger.error(f"{self} Trying to process {frame} but StartFrame not received yet")
815
+ self.logger.error(f"{self} Trying to process {frame} but StartFrame not received yet")
816
816
  return self.__started
817
817
 
818
818
  def __create_input_task(self):
@@ -876,7 +876,7 @@ class FrameProcessor(BaseObject):
876
876
 
877
877
  await self._call_event_handler("on_after_process_frame", frame)
878
878
  except Exception as e:
879
- logger.exception(f"{self}: error processing frame: {e}")
879
+ self.logger.exception(f"{self}: error processing frame: {e}")
880
880
  await self.push_error(ErrorFrame(str(e)))
881
881
 
882
882
  async def __input_frame_task_handler(self):
@@ -890,11 +890,11 @@ class FrameProcessor(BaseObject):
890
890
  (frame, direction, callback) = await self.__input_queue.get()
891
891
 
892
892
  if self.__should_block_system_frames and self.__input_event:
893
- logger.trace(f"{self}: system frame processing paused")
893
+ self.logger.trace(f"{self}: system frame processing paused")
894
894
  await self.__input_event.wait()
895
895
  self.__input_event.clear()
896
896
  self.__should_block_system_frames = False
897
- logger.trace(f"{self}: system frame processing resumed")
897
+ self.logger.trace(f"{self}: system frame processing resumed")
898
898
 
899
899
  if isinstance(frame, SystemFrame):
900
900
  await self.__process_frame(frame, direction, callback)
@@ -913,11 +913,11 @@ class FrameProcessor(BaseObject):
913
913
  (frame, direction, callback) = await self.__process_queue.get()
914
914
 
915
915
  if self.__should_block_frames and self.__process_event:
916
- logger.trace(f"{self}: frame processing paused")
916
+ self.logger.trace(f"{self}: frame processing paused")
917
917
  await self.__process_event.wait()
918
918
  self.__process_event.clear()
919
919
  self.__should_block_frames = False
920
- logger.trace(f"{self}: frame processing resumed")
920
+ self.logger.trace(f"{self}: frame processing resumed")
921
921
 
922
922
  await self.__process_frame(frame, direction, callback)
923
923