rasa-pro 3.13.9__py3-none-any.whl → 3.13.10__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 rasa-pro might be problematic. Click here for more details.
- rasa/core/channels/voice_stream/audiocodes.py +1 -0
- rasa/version.py +1 -1
- {rasa_pro-3.13.9.dist-info → rasa_pro-3.13.10.dist-info}/METADATA +3 -3
- {rasa_pro-3.13.9.dist-info → rasa_pro-3.13.10.dist-info}/RECORD +7 -7
- {rasa_pro-3.13.9.dist-info → rasa_pro-3.13.10.dist-info}/NOTICE +0 -0
- {rasa_pro-3.13.9.dist-info → rasa_pro-3.13.10.dist-info}/WHEEL +0 -0
- {rasa_pro-3.13.9.dist-info → rasa_pro-3.13.10.dist-info}/entry_points.txt +0 -0
|
@@ -86,6 +86,7 @@ class AudiocodesVoiceOutputChannel(VoiceOutputChannel):
|
|
|
86
86
|
# This is an approximation, as the bot will be sent the audio chunks next
|
|
87
87
|
# which are played to the user immediately.
|
|
88
88
|
call_state.is_bot_speaking = True # type: ignore[attr-defined]
|
|
89
|
+
VoiceInputChannel._cancel_silence_timeout_watcher()
|
|
89
90
|
|
|
90
91
|
async def send_intermediate_marker(self, recipient_id: str) -> None:
|
|
91
92
|
"""Audiocodes doesn't need intermediate markers, so do nothing."""
|
rasa/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: rasa-pro
|
|
3
|
-
Version: 3.13.
|
|
3
|
+
Version: 3.13.10
|
|
4
4
|
Summary: State-of-the-art open-core Conversational AI framework for Enterprises that natively leverages generative AI for effortless assistant development.
|
|
5
5
|
Keywords: nlp,machine-learning,machine-learning-library,bot,bots,botkit,rasa conversational-agents,conversational-ai,chatbot,chatbot-framework,bot-framework
|
|
6
6
|
Author: Rasa Technologies GmbH
|
|
@@ -61,8 +61,8 @@ Requires-Dist: jsonpatch (>=1.33,<2.0)
|
|
|
61
61
|
Requires-Dist: jsonpickle (>=3.3.0,<3.4)
|
|
62
62
|
Requires-Dist: jsonschema (>=4.22)
|
|
63
63
|
Requires-Dist: keras (==2.14.0)
|
|
64
|
-
Requires-Dist: langchain (>=0.
|
|
65
|
-
Requires-Dist: langchain-community (>=0.
|
|
64
|
+
Requires-Dist: langchain (>=0.3.27,<0.4.0)
|
|
65
|
+
Requires-Dist: langchain-community (>=0.3.29,<0.4.0)
|
|
66
66
|
Requires-Dist: langcodes (>=3.5.0,<4.0.0)
|
|
67
67
|
Requires-Dist: litellm (>=1.69.0,<1.70.0)
|
|
68
68
|
Requires-Dist: matplotlib (>=3.7,<3.8)
|
|
@@ -270,7 +270,7 @@ rasa/core/channels/voice_stream/asr/asr_event.py,sha256=skPwrkRrcsptmeWXu9q68i4B
|
|
|
270
270
|
rasa/core/channels/voice_stream/asr/azure.py,sha256=dUFxtNVVwGM2D1VyqQ5FWeSpKwUQekMXUxWZv6tPJ7w,6114
|
|
271
271
|
rasa/core/channels/voice_stream/asr/deepgram.py,sha256=VeVMWg05uL_epGGOZbUHXeIIhoBf0bxiWMp6QwNFe0A,5920
|
|
272
272
|
rasa/core/channels/voice_stream/audio_bytes.py,sha256=3V0QQplPD-kVfebaaeVcKgV7pwIJyjnTenujVD3y3sY,340
|
|
273
|
-
rasa/core/channels/voice_stream/audiocodes.py,sha256=
|
|
273
|
+
rasa/core/channels/voice_stream/audiocodes.py,sha256=RG2UfOMiOgFXBknKpL9SXofRVM4jRI-8N-cw_HIq5x8,12767
|
|
274
274
|
rasa/core/channels/voice_stream/browser_audio.py,sha256=KDUexINUh1gElQ_2ccpAWltlH-pdakm-x1L6bvKffUY,3931
|
|
275
275
|
rasa/core/channels/voice_stream/call_state.py,sha256=fbwVbT0ddE7AjTYjx-Mq5jBMEGXanbug5wlBwstaews,899
|
|
276
276
|
rasa/core/channels/voice_stream/genesys.py,sha256=-PL1y0b2dJClM-S000loaDUWbm8qwcFSYwYaNaPG_9c,17708
|
|
@@ -846,9 +846,9 @@ rasa/utils/train_utils.py,sha256=ClJx-6x3-h3Vt6mskacgkcCUJTMXjFPe3zAcy_DfmaU,212
|
|
|
846
846
|
rasa/utils/url_tools.py,sha256=dZ1HGkVdWTJB7zYEdwoDIrEuyX9HE5WsxKKFVsXBLE0,1218
|
|
847
847
|
rasa/utils/yaml.py,sha256=KjbZq5C94ZP7Jdsw8bYYF7HASI6K4-C_kdHfrnPLpSI,2000
|
|
848
848
|
rasa/validator.py,sha256=fhRlHQvuBkiup0FnNYmwRmqQwC3QpdCJt0TuvW4jMaI,83125
|
|
849
|
-
rasa/version.py,sha256=
|
|
850
|
-
rasa_pro-3.13.
|
|
851
|
-
rasa_pro-3.13.
|
|
852
|
-
rasa_pro-3.13.
|
|
853
|
-
rasa_pro-3.13.
|
|
854
|
-
rasa_pro-3.13.
|
|
849
|
+
rasa/version.py,sha256=WRK6GACO6AlXaiHTxVjAWo1wLqHGJ6Dzw1dGJLacmYU,118
|
|
850
|
+
rasa_pro-3.13.10.dist-info/METADATA,sha256=Ti8gWcTC_Afu5BhHWzQ6KbPB8yI_7IGZUX6XRZXn8bM,10551
|
|
851
|
+
rasa_pro-3.13.10.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
|
|
852
|
+
rasa_pro-3.13.10.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
853
|
+
rasa_pro-3.13.10.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
|
|
854
|
+
rasa_pro-3.13.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|