rasa-pro 3.14.0a14__py3-none-any.whl → 3.14.0a15__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/builder/main.py +5 -1
- rasa/version.py +1 -1
- {rasa_pro-3.14.0a14.dist-info → rasa_pro-3.14.0a15.dist-info}/METADATA +1 -1
- {rasa_pro-3.14.0a14.dist-info → rasa_pro-3.14.0a15.dist-info}/RECORD +7 -7
- {rasa_pro-3.14.0a14.dist-info → rasa_pro-3.14.0a15.dist-info}/NOTICE +0 -0
- {rasa_pro-3.14.0a14.dist-info → rasa_pro-3.14.0a15.dist-info}/WHEEL +0 -0
- {rasa_pro-3.14.0a14.dist-info → rasa_pro-3.14.0a15.dist-info}/entry_points.txt +0 -0
rasa/builder/main.py
CHANGED
|
@@ -24,6 +24,7 @@ from rasa.builder.logging_utils import (
|
|
|
24
24
|
from rasa.builder.service import bp, setup_project_generator
|
|
25
25
|
from rasa.builder.training_service import try_load_existing_agent, update_agent
|
|
26
26
|
from rasa.core.channels.studio_chat import StudioChatInput
|
|
27
|
+
from rasa.model_manager.warm_rasa_process import warmup
|
|
27
28
|
from rasa.server import configure_cors
|
|
28
29
|
from rasa.utils.common import configure_logging_and_warnings
|
|
29
30
|
from rasa.utils.log_utils import configure_structlog
|
|
@@ -187,9 +188,12 @@ def main(project_folder: Optional[str] = None) -> None:
|
|
|
187
188
|
rasa.telemetry.initialize_telemetry()
|
|
188
189
|
rasa.telemetry.initialize_error_reporting(private_mode=False)
|
|
189
190
|
|
|
190
|
-
# TODO: don't do this when running locally
|
|
191
191
|
_apply_llm_overrides_from_builder_env()
|
|
192
192
|
|
|
193
|
+
if config.HELLO_RASA_PROJECT_ID:
|
|
194
|
+
# ensures long import times for modules are ahead of time
|
|
195
|
+
warmup()
|
|
196
|
+
|
|
193
197
|
# working directory needs to be the project folder, e.g.
|
|
194
198
|
# for relative paths (./docs) in a projects config to work
|
|
195
199
|
if not project_folder:
|
rasa/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: rasa-pro
|
|
3
|
-
Version: 3.14.
|
|
3
|
+
Version: 3.14.0a15
|
|
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
|
|
@@ -37,7 +37,7 @@ rasa/builder/job_manager.py,sha256=eQ5HRff-U4Cj3joHKqpjDcfCMWj4nz4D_oQmoozpwPM,2
|
|
|
37
37
|
rasa/builder/jobs.py,sha256=KgqWNW5e8Nh5kYBm3Fm0wZWspbPRe5Qr1cRfrVKnYlM,9346
|
|
38
38
|
rasa/builder/llm_service.py,sha256=y3CPQS0qHGFhe6Z4lbs2HkEVztYYVZtnWiTNjghlBdE,8859
|
|
39
39
|
rasa/builder/logging_utils.py,sha256=E1YZs5BdHT9TrnoA2758sFMD1Xw7e5mnAtqWSAZs1gk,9296
|
|
40
|
-
rasa/builder/main.py,sha256=
|
|
40
|
+
rasa/builder/main.py,sha256=hSDkcaV_gCYss9rfXjqM1QeBjEIhmRrACycoFDHKHEE,7597
|
|
41
41
|
rasa/builder/models.py,sha256=UWMN1Z20Btrc2fBK4y4eAyRmx3RVyQiqiUHYQTJfyIE,5937
|
|
42
42
|
rasa/builder/project_generator.py,sha256=d7ZAMX1NIR-lzznBtEV_S0MODRGJ-kmzVyHI0HtYCcs,13914
|
|
43
43
|
rasa/builder/project_info.py,sha256=ZBwFCigZLSo1RBMhlZDYBoVl2G-9OnhRrYxdMWHn6S4,2093
|
|
@@ -1123,9 +1123,9 @@ rasa/utils/train_utils.py,sha256=ClJx-6x3-h3Vt6mskacgkcCUJTMXjFPe3zAcy_DfmaU,212
|
|
|
1123
1123
|
rasa/utils/url_tools.py,sha256=dZ1HGkVdWTJB7zYEdwoDIrEuyX9HE5WsxKKFVsXBLE0,1218
|
|
1124
1124
|
rasa/utils/yaml.py,sha256=KjbZq5C94ZP7Jdsw8bYYF7HASI6K4-C_kdHfrnPLpSI,2000
|
|
1125
1125
|
rasa/validator.py,sha256=_5IjhhzG-_LM5_Bpa09siEQATgFRYEsPp9FbOwXzVmM,83275
|
|
1126
|
-
rasa/version.py,sha256=
|
|
1127
|
-
rasa_pro-3.14.
|
|
1128
|
-
rasa_pro-3.14.
|
|
1129
|
-
rasa_pro-3.14.
|
|
1130
|
-
rasa_pro-3.14.
|
|
1131
|
-
rasa_pro-3.14.
|
|
1126
|
+
rasa/version.py,sha256=_AKlXwLMSnw_23a0bzSCc6K0-bVC9iwn6Ww-WGIZWng,120
|
|
1127
|
+
rasa_pro-3.14.0a15.dist-info/METADATA,sha256=VWaN9xDkS16tRkpD403AmgpeqLGI24tGWEh599s5nec,10191
|
|
1128
|
+
rasa_pro-3.14.0a15.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
|
|
1129
|
+
rasa_pro-3.14.0a15.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
1130
|
+
rasa_pro-3.14.0a15.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
|
|
1131
|
+
rasa_pro-3.14.0a15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|