rasa-pro 3.13.1a6__py3-none-any.whl → 3.13.1a8__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.

Files changed (32) hide show
  1. rasa/builder/project_generator.py +20 -8
  2. rasa/builder/service.py +32 -19
  3. rasa/cli/project_templates/finance/actions/database.py +108 -65
  4. rasa/cli/project_templates/finance/tests/conversation_repair/cancellations.yml +12 -0
  5. rasa/cli/project_templates/finance/tests/conversation_repair/cannot_handle.yml +7 -0
  6. rasa/cli/project_templates/finance/tests/conversation_repair/chitchat.yml +7 -0
  7. rasa/cli/project_templates/finance/tests/conversation_repair/clarification.yml +9 -0
  8. rasa/cli/project_templates/finance/tests/conversation_repair/completion.yml +18 -0
  9. rasa/cli/project_templates/finance/tests/conversation_repair/corrections.yml +17 -0
  10. rasa/cli/project_templates/finance/tests/conversation_repair/digressions.yml +32 -0
  11. rasa/cli/project_templates/finance/tests/conversation_repair/human_handoff.yml +21 -0
  12. rasa/cli/project_templates/finance/tests/conversation_repair/skipping_collect_steps.yml +16 -0
  13. rasa/cli/project_templates/finance/tests/demo_scripts/main.yml +16 -0
  14. rasa/cli/project_templates/finance/tests/happy_paths/balance_verification.yml +15 -0
  15. rasa/cli/project_templates/finance/tests/happy_paths/banking_questions.yml +12 -0
  16. rasa/cli/project_templates/finance/tests/happy_paths/card_blocking.yml +52 -0
  17. rasa/cli/project_templates/finance/tests/happy_paths/money_transfer.yml +136 -0
  18. rasa/cli/project_templates/finance/tests/happy_paths/payee_management.yml +27 -0
  19. rasa/cli/project_templates/finance/tests/happy_paths/user_greeted.yml +5 -0
  20. rasa/cli/project_templates/plain/domain.yml +1 -1
  21. rasa/cli/project_templates/telco/actions/actions_billing.py +115 -70
  22. rasa/cli/project_templates/telco/actions/actions_get_data_from_db.py +26 -11
  23. rasa/core/channels/studio_chat.py +4 -2
  24. rasa/core/policies/enterprise_search_policy.py +1 -1
  25. rasa/dialogue_understanding/generator/flow_retrieval.py +10 -9
  26. rasa/version.py +1 -1
  27. {rasa_pro-3.13.1a6.dist-info → rasa_pro-3.13.1a8.dist-info}/METADATA +1 -1
  28. {rasa_pro-3.13.1a6.dist-info → rasa_pro-3.13.1a8.dist-info}/RECORD +31 -16
  29. rasa/cli/project_templates/finance/requirements.txt +0 -1
  30. {rasa_pro-3.13.1a6.dist-info → rasa_pro-3.13.1a8.dist-info}/NOTICE +0 -0
  31. {rasa_pro-3.13.1a6.dist-info → rasa_pro-3.13.1a8.dist-info}/WHEEL +0 -0
  32. {rasa_pro-3.13.1a6.dist-info → rasa_pro-3.13.1a8.dist-info}/entry_points.txt +0 -0
@@ -13,9 +13,9 @@ rasa/builder/llm_service.py,sha256=tFtIno9V5Fq2idJ2uJt8K9b3GeO9ic2ZWWYg3rKdufw,1
13
13
  rasa/builder/logging_utils.py,sha256=iPJoN2HhNlS14SKyZv0s0iIljrmP6A8s8C5btoDVOXM,1383
14
14
  rasa/builder/main.py,sha256=M_c751NEnl14jI97WSZfL7M8BKydS1Uqzdkk20DEJsk,1587
15
15
  rasa/builder/models.py,sha256=IFsVCTIE3cUeuwxZ0MHgB9jD8T354fPPh86bZ0QrGBg,4494
16
- rasa/builder/project_generator.py,sha256=jZ56FgwsPNJIAvd2Q8aRCgKd02xn4KlH6j2BRHWOOfQ,10351
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=7PPZL-nAurjSrDmmuAXCjjjl19lPysC4zpTbzr15qfc,15955
18
+ rasa/builder/service.py,sha256=692nyowd3RkZfrKqfmw_MGorDU6F5tsTFxGDO8768A4,16512
19
19
  rasa/builder/skill_to_bot_prompt.jinja2,sha256=h2Fgoh9k3XinN0blEEqMuOWuvwXxJifP3GJs-GczgBU,5530
20
20
  rasa/builder/training_service.py,sha256=B5miGx0rcDWFVfS_SWmrpMQBJ9fYov0BBbckznstQvM,3757
21
21
  rasa/builder/validation_service.py,sha256=1QWGROFyblTPznYwjMnA-nRABDb8UQpDywZ11MHBThI,2292
@@ -85,7 +85,7 @@ rasa/cli/project_templates/finance/actions/action_schedule_payment.py,sha256=DRX
85
85
  rasa/cli/project_templates/finance/actions/action_session_start.py,sha256=Pp6AHDNMxiocGGfGRS5g9Ls_tP2GV4KgKkzdvyNRe8Y,2398
86
86
  rasa/cli/project_templates/finance/actions/action_update_card_status.py,sha256=5uIWwyjy1LhNA7jP8Qr43t4sPsEBfzAMXWVatEQEVTM,1482
87
87
  rasa/cli/project_templates/finance/actions/action_validate_payment_date.py,sha256=7591cJicv4SukK4Xwf-GsHFJ9GyPA0lqIeWVPeyQcaw,1230
88
- rasa/cli/project_templates/finance/actions/database.py,sha256=akGbezRl09QC5zZoVIcn4Gmim31JcoxBGeIN9BsTaSw,8843
88
+ rasa/cli/project_templates/finance/actions/database.py,sha256=JDLWzYs9BocjxJ345GCXrUwwd-IHe3glfjtwbcfV06I,9955
89
89
  rasa/cli/project_templates/finance/config.yml,sha256=6G3gaVEGYszM71a_lShgxV334Awcclw7vOEcyBr1q9c,790
90
90
  rasa/cli/project_templates/finance/credentials.yml,sha256=h_hZQaVP_GqG58xAbXtQ0uOD5J63M-my0__nvyBLYF0,1014
91
91
  rasa/cli/project_templates/finance/csvs/accounts.csv,sha256=DcFXLw_ji2cO8uXxGTycvCiGY0WEpS8gGXA9dpVE7PI,470
@@ -210,15 +210,30 @@ rasa/cli/project_templates/finance/domain/transfer_money.yml,sha256=RUyNU3qiJBk5
210
210
  rasa/cli/project_templates/finance/endpoints.yml,sha256=ltcxb1Cj2S4BFRVtzIfW1eyd4WBgMPoe3DrNphleUcw,2115
211
211
  rasa/cli/project_templates/finance/prompts/command-generator.jinja2,sha256=3_vP1QthoteyHZpdGgc2Rz0Nd7PTHvH3lxbBz2WD3HQ,3529
212
212
  rasa/cli/project_templates/finance/prompts/rephraser_demo_personality_prompt.jinja2,sha256=ZVlS0Cc-jTfWjbL4_Pi3_7cH6TbbMurdG519ECSE53s,707
213
- rasa/cli/project_templates/finance/requirements.txt,sha256=6XrSUBleE3IYDEkKov8kyNmgBtPPjMzPPGQFxENOg5o,14
213
+ rasa/cli/project_templates/finance/tests/conversation_repair/cancellations.yml,sha256=KF6p7c2NfEHYRxbNxf8mac0-L1Cq3qF1QmQGWSltYgM,477
214
+ rasa/cli/project_templates/finance/tests/conversation_repair/cannot_handle.yml,sha256=zwlynIt5ChHza4Kt4dxP4kXT_Kp-atjLYwAb7GAQsnE,197
215
+ rasa/cli/project_templates/finance/tests/conversation_repair/chitchat.yml,sha256=9jRIFd0hO6f4XYLrBSeLH4uTZm9DzxT7KpoCqqY7XdM,441
216
+ rasa/cli/project_templates/finance/tests/conversation_repair/clarification.yml,sha256=Sti3D7vZUsx7PJka2TBOxVu1WU3_GYrZkTnZPICt76Q,296
217
+ rasa/cli/project_templates/finance/tests/conversation_repair/completion.yml,sha256=n5ZfVPuxyOwXyqzuY2a1vck6Dg9qLZnKS0K3skswsz8,636
218
+ rasa/cli/project_templates/finance/tests/conversation_repair/corrections.yml,sha256=g52IPCSmpaKtWNao3tFFLNILmEQYbIVBRmDnsiQFv-0,676
219
+ rasa/cli/project_templates/finance/tests/conversation_repair/digressions.yml,sha256=fhfKuSej2MUoEtOVmhaA3iOwCJDK9ww3wfxz_9V2VyY,1240
220
+ rasa/cli/project_templates/finance/tests/conversation_repair/human_handoff.yml,sha256=7HIA6pVcIMws1AajwPqoYp10GDcTiLQhDe-hanGiAD8,764
221
+ rasa/cli/project_templates/finance/tests/conversation_repair/skipping_collect_steps.yml,sha256=L2Oa-aptctOpGYLtyXzjq4-PYNxptKCg8yAPlX9QPsA,614
222
+ rasa/cli/project_templates/finance/tests/demo_scripts/main.yml,sha256=SZfBe8EdEkJFRpaoE8VALSRi7lmV_xicU-ugG2SkpCc,574
223
+ rasa/cli/project_templates/finance/tests/happy_paths/balance_verification.yml,sha256=19OhXzHIqMRkGC6Oqf9HsolUojGDgO-A4UPhMltTQIU,603
224
+ rasa/cli/project_templates/finance/tests/happy_paths/banking_questions.yml,sha256=8o8q9T8FNj1Llns50RbJL224JFtD8j50i8971JEtqaY,812
225
+ rasa/cli/project_templates/finance/tests/happy_paths/card_blocking.yml,sha256=lnwiqvzVp5im6fsWlINBca3r3z_jF_eZuxCU2DZae4U,2419
226
+ rasa/cli/project_templates/finance/tests/happy_paths/money_transfer.yml,sha256=is5nKqzLs8EU2_SebnHiQ6i-RGfz2oAgnjtPq8Yppxg,4818
227
+ rasa/cli/project_templates/finance/tests/happy_paths/payee_management.yml,sha256=JtAgVO0-qvbuVELpKPDV64HG8TEkIIz8S5we37A1J-g,914
228
+ rasa/cli/project_templates/finance/tests/happy_paths/user_greeted.yml,sha256=op9TrCV_0E1xfMelNvx9bWP1xPtKDQeAbtD-EXSPEq8,126
214
229
  rasa/cli/project_templates/plain/actions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
215
230
  rasa/cli/project_templates/plain/config.yml,sha256=bmJ5X9nnuD2knwClniM9EFh11wstAbVvMvFR7nv-U2g,390
216
231
  rasa/cli/project_templates/plain/credentials.yml,sha256=h_hZQaVP_GqG58xAbXtQ0uOD5J63M-my0__nvyBLYF0,1014
217
232
  rasa/cli/project_templates/plain/data/patterns/pattern_session_start.yml,sha256=m7Kyo738_25JeGM_HbvjOrNMQXCdGpaSlSVCicD1S28,175
218
- rasa/cli/project_templates/plain/domain.yml,sha256=fbHtsIff5tlBZ7bwj2NYDJ9_IAHvdKua1mKbiPIWjJE,124
233
+ rasa/cli/project_templates/plain/domain.yml,sha256=6Jm8AbB3LD2KBWPKfpiW03sSFBCEW9iJfLw3Zx3msAs,171
219
234
  rasa/cli/project_templates/plain/endpoints.yml,sha256=YHMIzpxM7xyfhNOQLpZs1V-RgQvRdR8uc2SZsnKZDxg,1999
220
- rasa/cli/project_templates/telco/actions/actions_billing.py,sha256=zUxN7mIbwnSNfGvmM-mr2b7vKDLibeYka72gbpu3hlU,5290
221
- rasa/cli/project_templates/telco/actions/actions_get_data_from_db.py,sha256=THI-VZKBw1uYF7YeqGdoFv5ME7jjGYDzPE-kah2DX2M,861
235
+ rasa/cli/project_templates/telco/actions/actions_billing.py,sha256=ug75b3shRrYXE1j7SDDJpe9xLx3Vo9QQ1Hku_10-NlY,7152
236
+ rasa/cli/project_templates/telco/actions/actions_get_data_from_db.py,sha256=4stTMHLLOMYhzYAqHxoneedg2xOeaiO0Fi5sQZJc5Sw,1401
222
237
  rasa/cli/project_templates/telco/actions/actions_run_diagnostics.py,sha256=V1QqtTPZTWlkqExOqmLBqvzm-yIPPx-T9pc950SLvdk,739
223
238
  rasa/cli/project_templates/telco/actions/actions_session_start.py,sha256=j14ItwzwQt_qQcEAcDD1Xh_MxKXTCI0v3bP0q2RjyjY,309
224
239
  rasa/cli/project_templates/telco/config.yml,sha256=W52rQO0RxWLarRcZXtdT8RdAuWxxkQ0zio1XKiw9HTQ,577
@@ -455,7 +470,7 @@ rasa/core/channels/rest.py,sha256=LWBYBdVzOz5Vv5tZCkB1QA7LxXJFTeC87CQLAi_ZGeI,73
455
470
  rasa/core/channels/rocketchat.py,sha256=hajaH6549CjEYFM5jSapw1DQKBPKTXbn7cVSuZzknmI,5999
456
471
  rasa/core/channels/slack.py,sha256=jVsTTUu9wUjukPoIsAhbee9o0QFUMCNlQHbR8LTcMBc,24406
457
472
  rasa/core/channels/socketio.py,sha256=ZEavmx2on9AH73cuIFSGMKn1LHJhzcQVaqrFz7SH-CE,11348
458
- rasa/core/channels/studio_chat.py,sha256=-CXmv-XDndanmO1xvOY06eUOJBBzBop5-Glf33FIpSc,20070
473
+ rasa/core/channels/studio_chat.py,sha256=MGwvZ-CmtJD6OrDtmLmFs4au1rys3J3Dv_jYqJEie30,20073
459
474
  rasa/core/channels/telegram.py,sha256=TKVknsk3U9tYeY1a8bzlhqkltWmZfGSOvrcmwa9qozc,12499
460
475
  rasa/core/channels/twilio.py,sha256=2BTQpyx0b0yPpc0A2BHYfxLPgodrLGLs8nq6i3lVGAM,5906
461
476
  rasa/core/channels/vier_cvg.py,sha256=5O4yx0TDQIMppvlCxTOzmPB60CA-vqQXqWQ7upfrTO0,13496
@@ -522,7 +537,7 @@ rasa/core/nlg/translate.py,sha256=PBMTbIgdkhx8rhzqv6h0u5r9jqdfiVIh7u0qb363sJA,18
522
537
  rasa/core/persistor.py,sha256=7LCZHAwCM-xrUI38aaJ5dkxJvLdJXWI1TEUKsBo4_EE,21295
523
538
  rasa/core/policies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
524
539
  rasa/core/policies/ensemble.py,sha256=XoHxU0jcb_io_LBOpjJffylzqtGEB7CH9ivhRyO8pDc,12960
525
- rasa/core/policies/enterprise_search_policy.py,sha256=QmphxTTLWKaKrVCwBYWuVhw4TraW1aCbugNrg2Qrbcg,46869
540
+ rasa/core/policies/enterprise_search_policy.py,sha256=6o4KiqK_r6nNR5nJEltc0MSXemJcGqV2Dli6bxtCd2U,46872
526
541
  rasa/core/policies/enterprise_search_policy_config.py,sha256=rTIGBrfGfe_lvsYQW1cU20tza07p_-oxFfjXhw7-phc,8644
527
542
  rasa/core/policies/enterprise_search_prompt_template.jinja2,sha256=dCS_seyBGxMQoMsOjjvPp0dd31OSzZCJSZeev1FJK5Q,1187
528
543
  rasa/core/policies/enterprise_search_prompt_with_citation_template.jinja2,sha256=va9rpP97dN3PKoJZOVfyuISt3cPBlb10Pqyz25RwO_Q,3294
@@ -603,7 +618,7 @@ rasa/dialogue_understanding/generator/command_parser.py,sha256=gI_VGsD4aJOQmIVlU
603
618
  rasa/dialogue_understanding/generator/command_parser_validator.py,sha256=qUIaKBRhH6Q-BGOELJLRvgv3gwUf75el-kw7p0v7eWI,2293
604
619
  rasa/dialogue_understanding/generator/constants.py,sha256=ulqmLIwrBOZLyhsCChI_4CdOnA0I8MfuBxxuKGyFp7U,1130
605
620
  rasa/dialogue_understanding/generator/flow_document_template.jinja2,sha256=f4H6vVd-_nX_RtutMh1xD3ZQE_J2OyuPHAtiltfiAPY,253
606
- rasa/dialogue_understanding/generator/flow_retrieval.py,sha256=DavL-37e0tksMWkxvFImoqlsmYeYeSdDN3u7wZI0K-8,17817
621
+ rasa/dialogue_understanding/generator/flow_retrieval.py,sha256=TF0QEM7q8KpyDYIJDu0Ym6K-ObjCOw4EEUbGXdpgPvY,17732
607
622
  rasa/dialogue_understanding/generator/llm_based_command_generator.py,sha256=dori1F756kxOv-VkYetGPnacTsoTYHIUt1mTqt050Qs,23585
608
623
  rasa/dialogue_understanding/generator/llm_command_generator.py,sha256=z7jhIJ3W_5GFH-p15kVoWbigMIoY8fIJjc_j_uX7yxw,2581
609
624
  rasa/dialogue_understanding/generator/multi_step/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1049,9 +1064,9 @@ rasa/utils/train_utils.py,sha256=ClJx-6x3-h3Vt6mskacgkcCUJTMXjFPe3zAcy_DfmaU,212
1049
1064
  rasa/utils/url_tools.py,sha256=dZ1HGkVdWTJB7zYEdwoDIrEuyX9HE5WsxKKFVsXBLE0,1218
1050
1065
  rasa/utils/yaml.py,sha256=KjbZq5C94ZP7Jdsw8bYYF7HASI6K4-C_kdHfrnPLpSI,2000
1051
1066
  rasa/validator.py,sha256=IRhLfcgCpps0wSpokOvUGNaY8t8GsmeSmPOUVRKeOeE,83087
1052
- rasa/version.py,sha256=O5kVK32yF4_TDRSp9uA7LLlg1Z5kQUJcoDIciqY0r0o,119
1053
- rasa_pro-3.13.1a6.dist-info/METADATA,sha256=adoiu4iozzz5wv3QJsdJTKJBwvhLCEjZF_GSM1xbRH4,10555
1054
- rasa_pro-3.13.1a6.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
1055
- rasa_pro-3.13.1a6.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
1056
- rasa_pro-3.13.1a6.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
1057
- rasa_pro-3.13.1a6.dist-info/RECORD,,
1067
+ rasa/version.py,sha256=Kk6rjiJOtSNkytItneS5m4xxsQAru6p0cVQdtmV_ngM,119
1068
+ rasa_pro-3.13.1a8.dist-info/METADATA,sha256=j-GngwbEl1EV7kE_tSNCs6Dr6GzgXxoxbDKwoS5v2kM,10555
1069
+ rasa_pro-3.13.1a8.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
1070
+ rasa_pro-3.13.1a8.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
1071
+ rasa_pro-3.13.1a8.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
1072
+ rasa_pro-3.13.1a8.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- pandas>=1.5.0