rasa-pro 3.13.1a13__py3-none-any.whl → 3.13.1a14__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/training_service.py +7 -0
- rasa/cli/project_templates/telco/actions/__init__.py +0 -0
- rasa/version.py +1 -1
- {rasa_pro-3.13.1a13.dist-info → rasa_pro-3.13.1a14.dist-info}/METADATA +1 -1
- {rasa_pro-3.13.1a13.dist-info → rasa_pro-3.13.1a14.dist-info}/RECORD +8 -7
- {rasa_pro-3.13.1a13.dist-info → rasa_pro-3.13.1a14.dist-info}/NOTICE +0 -0
- {rasa_pro-3.13.1a13.dist-info → rasa_pro-3.13.1a14.dist-info}/WHEEL +0 -0
- {rasa_pro-3.13.1a13.dist-info → rasa_pro-3.13.1a14.dist-info}/entry_points.txt +0 -0
rasa/builder/training_service.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"""Functions for training and loading Rasa models."""
|
|
2
2
|
|
|
3
|
+
import os
|
|
3
4
|
import tempfile
|
|
4
5
|
|
|
5
6
|
import structlog
|
|
@@ -106,6 +107,12 @@ async def _load_agent(model_path: str) -> agent.Agent:
|
|
|
106
107
|
if available_endpoints is None:
|
|
107
108
|
raise AgentLoadError("No endpoints available for agent loading")
|
|
108
109
|
|
|
110
|
+
structlogger.debug(
|
|
111
|
+
"training.loading_agent.cwd",
|
|
112
|
+
cwd=os.getcwd(),
|
|
113
|
+
model_path=model_path,
|
|
114
|
+
)
|
|
115
|
+
|
|
109
116
|
agent_instance = await agent.load_agent(
|
|
110
117
|
model_path=model_path,
|
|
111
118
|
remote_storage=None,
|
|
File without changes
|
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.1a14
|
|
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
|
|
@@ -17,7 +17,7 @@ rasa/builder/project_generator.py,sha256=ZWsL3oqAIYIqJBJ8GJsLmMotgbF0ZOOMO1dQSz4
|
|
|
17
17
|
rasa/builder/scrape_rasa_docs.py,sha256=HukkTCIh1rMCE8D_EtXGHy0aHtFBVrVTT_6Wpex3XQM,2428
|
|
18
18
|
rasa/builder/service.py,sha256=uuiBjyMp1iRsGexL-xJP9vfRxmRjJPKruOC5oMxIXd8,19158
|
|
19
19
|
rasa/builder/skill_to_bot_prompt.jinja2,sha256=h2Fgoh9k3XinN0blEEqMuOWuvwXxJifP3GJs-GczgBU,5530
|
|
20
|
-
rasa/builder/training_service.py,sha256=
|
|
20
|
+
rasa/builder/training_service.py,sha256=WlXugsBsOgBEhlt63l1V_LPc_q6Y13D7WlsQNQyUKyQ,4004
|
|
21
21
|
rasa/builder/validation_service.py,sha256=rKMgbG8Jyv8WMnTIXOMd7VuGWAYicrL9wDJ22BJXZHE,2765
|
|
22
22
|
rasa/cli/__init__.py,sha256=eO5vp9rFCANtbTVU-pxN3iMBKw4p9WRcgzytt9MzinY,115
|
|
23
23
|
rasa/cli/arguments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -232,6 +232,7 @@ rasa/cli/project_templates/plain/credentials.yml,sha256=h_hZQaVP_GqG58xAbXtQ0uOD
|
|
|
232
232
|
rasa/cli/project_templates/plain/data/patterns/pattern_session_start.yml,sha256=m7Kyo738_25JeGM_HbvjOrNMQXCdGpaSlSVCicD1S28,175
|
|
233
233
|
rasa/cli/project_templates/plain/domain.yml,sha256=6Jm8AbB3LD2KBWPKfpiW03sSFBCEW9iJfLw3Zx3msAs,171
|
|
234
234
|
rasa/cli/project_templates/plain/endpoints.yml,sha256=YHMIzpxM7xyfhNOQLpZs1V-RgQvRdR8uc2SZsnKZDxg,1999
|
|
235
|
+
rasa/cli/project_templates/telco/actions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
235
236
|
rasa/cli/project_templates/telco/actions/actions_billing.py,sha256=ug75b3shRrYXE1j7SDDJpe9xLx3Vo9QQ1Hku_10-NlY,7152
|
|
236
237
|
rasa/cli/project_templates/telco/actions/actions_get_data_from_db.py,sha256=4stTMHLLOMYhzYAqHxoneedg2xOeaiO0Fi5sQZJc5Sw,1401
|
|
237
238
|
rasa/cli/project_templates/telco/actions/actions_run_diagnostics.py,sha256=V1QqtTPZTWlkqExOqmLBqvzm-yIPPx-T9pc950SLvdk,739
|
|
@@ -1064,9 +1065,9 @@ rasa/utils/train_utils.py,sha256=ClJx-6x3-h3Vt6mskacgkcCUJTMXjFPe3zAcy_DfmaU,212
|
|
|
1064
1065
|
rasa/utils/url_tools.py,sha256=dZ1HGkVdWTJB7zYEdwoDIrEuyX9HE5WsxKKFVsXBLE0,1218
|
|
1065
1066
|
rasa/utils/yaml.py,sha256=KjbZq5C94ZP7Jdsw8bYYF7HASI6K4-C_kdHfrnPLpSI,2000
|
|
1066
1067
|
rasa/validator.py,sha256=IRhLfcgCpps0wSpokOvUGNaY8t8GsmeSmPOUVRKeOeE,83087
|
|
1067
|
-
rasa/version.py,sha256=
|
|
1068
|
-
rasa_pro-3.13.
|
|
1069
|
-
rasa_pro-3.13.
|
|
1070
|
-
rasa_pro-3.13.
|
|
1071
|
-
rasa_pro-3.13.
|
|
1072
|
-
rasa_pro-3.13.
|
|
1068
|
+
rasa/version.py,sha256=90RCpk6ZvTyGNhQNNtirTAP4kRNEOYRuRtqrqWiEHlQ,120
|
|
1069
|
+
rasa_pro-3.13.1a14.dist-info/METADATA,sha256=XvAhRBslNJmqhFn1RjKOaQXKVNSOK820j18-XbK8M2E,10556
|
|
1070
|
+
rasa_pro-3.13.1a14.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
|
|
1071
|
+
rasa_pro-3.13.1a14.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
1072
|
+
rasa_pro-3.13.1a14.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
|
|
1073
|
+
rasa_pro-3.13.1a14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|