rasa-pro 3.13.1a12__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/service.py CHANGED
@@ -207,7 +207,6 @@ class BotBuilderService:
207
207
  event="done",
208
208
  data={
209
209
  "status": "done",
210
- "bot_data": bot_files,
211
210
  },
212
211
  ),
213
212
  )
@@ -328,7 +327,6 @@ class BotBuilderService:
328
327
  event="done",
329
328
  data={
330
329
  "status": "done",
331
- "bot_data": bot_files,
332
330
  },
333
331
  ),
334
332
  )
@@ -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,3 +1,3 @@
1
1
  # this file will automatically be changed,
2
2
  # do not add anything but the version number here!
3
- __version__ = "3.13.1a12"
3
+ __version__ = "3.13.1a14"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: rasa-pro
3
- Version: 3.13.1a12
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
@@ -15,9 +15,9 @@ rasa/builder/main.py,sha256=1UUaBf9SUbuxDmS_bLgF5vxsiRNr_N1EOtZGYYzss1I,1601
15
15
  rasa/builder/models.py,sha256=IFsVCTIE3cUeuwxZ0MHgB9jD8T354fPPh86bZ0QrGBg,4494
16
16
  rasa/builder/project_generator.py,sha256=ZWsL3oqAIYIqJBJ8GJsLmMotgbF0ZOOMO1dQSz4xlYs,10868
17
17
  rasa/builder/scrape_rasa_docs.py,sha256=HukkTCIh1rMCE8D_EtXGHy0aHtFBVrVTT_6Wpex3XQM,2428
18
- rasa/builder/service.py,sha256=YpVhK8HQxK9l8MFf70hK9U5cYp8GGMYvvLr4Lq0Co8I,19252
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=YSVaf6x9WuddrOruJ5BmacnRoypQVVuKZbvZq_c6xEE,3849
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=EOvwRH_ZdAavpBA4bcQ7NwBtPoPX4LPPjQhA6ru8y8Y,120
1068
- rasa_pro-3.13.1a12.dist-info/METADATA,sha256=KkHYzwkHiQwJnCHPOw_BJCS86TogyDwj03j6sJqXn4c,10556
1069
- rasa_pro-3.13.1a12.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
1070
- rasa_pro-3.13.1a12.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
1071
- rasa_pro-3.13.1a12.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
1072
- rasa_pro-3.13.1a12.dist-info/RECORD,,
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,,