dv-pipecat-ai 0.0.82.dev58__py3-none-any.whl → 0.0.82.dev59__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.
- {dv_pipecat_ai-0.0.82.dev58.dist-info → dv_pipecat_ai-0.0.82.dev59.dist-info}/METADATA +1 -1
- {dv_pipecat_ai-0.0.82.dev58.dist-info → dv_pipecat_ai-0.0.82.dev59.dist-info}/RECORD +6 -6
- pipecat/processors/aggregators/llm_response.py +2 -0
- {dv_pipecat_ai-0.0.82.dev58.dist-info → dv_pipecat_ai-0.0.82.dev59.dist-info}/WHEEL +0 -0
- {dv_pipecat_ai-0.0.82.dev58.dist-info → dv_pipecat_ai-0.0.82.dev59.dist-info}/licenses/LICENSE +0 -0
- {dv_pipecat_ai-0.0.82.dev58.dist-info → dv_pipecat_ai-0.0.82.dev59.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dv_pipecat_ai-0.0.82.
|
|
1
|
+
dv_pipecat_ai-0.0.82.dev59.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
|
|
@@ -116,7 +116,7 @@ pipecat/processors/aggregators/dtmf_aggregator.py,sha256=nngjLiaOtcZtuCNpYPyfUVL
|
|
|
116
116
|
pipecat/processors/aggregators/gated.py,sha256=tii0sRrBkRW6y9Xq5iTWPnqlOEejU4VqPIPtdOa61pc,3073
|
|
117
117
|
pipecat/processors/aggregators/gated_openai_llm_context.py,sha256=cr6MT8J6SpPzZbppKPOKe3_pt_5qXC9g6a4wvZDyrec,3005
|
|
118
118
|
pipecat/processors/aggregators/llm_context.py,sha256=eDf1cQElcISLx3onaA9LCWuepzb2G_JGszLzpNXggXo,9723
|
|
119
|
-
pipecat/processors/aggregators/llm_response.py,sha256=
|
|
119
|
+
pipecat/processors/aggregators/llm_response.py,sha256=P7DwrbzMQx6HUFmvc-9h65YPoGEU9JOpEYLwaUzkB_o,47671
|
|
120
120
|
pipecat/processors/aggregators/llm_response_universal.py,sha256=fBnB3rZVdxj4iEKIWcnR7yTpqyKupbcg7IUv6XVxrDQ,34287
|
|
121
121
|
pipecat/processors/aggregators/openai_llm_context.py,sha256=cC8DXdVPERRN04i0i-1Ys6kusvnbMALeH-Z8Pu5K684,12999
|
|
122
122
|
pipecat/processors/aggregators/sentence.py,sha256=E7e3knfQl6HEGpYMKPklF1aO_gOn-rr7SnynErwfkQk,2235
|
|
@@ -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.
|
|
381
|
-
dv_pipecat_ai-0.0.82.
|
|
382
|
-
dv_pipecat_ai-0.0.82.
|
|
383
|
-
dv_pipecat_ai-0.0.82.
|
|
380
|
+
dv_pipecat_ai-0.0.82.dev59.dist-info/METADATA,sha256=ZODkP5vN-bSrbzDLUxL3PUT7uXeOmuRsH1PLz6d6tww,32638
|
|
381
|
+
dv_pipecat_ai-0.0.82.dev59.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
382
|
+
dv_pipecat_ai-0.0.82.dev59.dist-info/top_level.txt,sha256=kQzG20CxGf-nSsHmtXHx3hY2-8zHA3jYg8jk0TajqXc,8
|
|
383
|
+
dv_pipecat_ai-0.0.82.dev59.dist-info/RECORD,,
|
|
@@ -518,6 +518,7 @@ class LLMUserContextAggregator(LLMContextResponseAggregator):
|
|
|
518
518
|
self.set_tool_choice(frame.tool_choice)
|
|
519
519
|
elif isinstance(frame, LLMFullResponseStartFrame):
|
|
520
520
|
self._last_llm_response_start_time = time.time()
|
|
521
|
+
self.logger.debug(f"Received LLMFullResponseStartFrame")
|
|
521
522
|
self._latest_final_transcript = ""
|
|
522
523
|
elif isinstance(frame, SpeechControlParamsFrame):
|
|
523
524
|
self._vad_params = frame.vad_params
|
|
@@ -621,6 +622,7 @@ class LLMUserContextAggregator(LLMContextResponseAggregator):
|
|
|
621
622
|
if len(self._aggregation) > 0:
|
|
622
623
|
self.logger.debug(f"Dropping {self._aggregation}")
|
|
623
624
|
self._aggregation = ""
|
|
625
|
+
self._latest_final_transcript = ""
|
|
624
626
|
self._last_user_speaking_time = time.time()
|
|
625
627
|
self._user_speaking = True
|
|
626
628
|
self._waiting_for_aggregation = True
|
|
File without changes
|
{dv_pipecat_ai-0.0.82.dev58.dist-info → dv_pipecat_ai-0.0.82.dev59.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|