rasa-pro 3.11.5__py3-none-any.whl → 3.11.7__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 (29) hide show
  1. rasa/core/brokers/kafka.py +59 -20
  2. rasa/core/channels/voice_ready/audiocodes.py +57 -24
  3. rasa/core/channels/voice_stream/asr/deepgram.py +57 -16
  4. rasa/core/channels/voice_stream/browser_audio.py +4 -1
  5. rasa/core/channels/voice_stream/tts/cartesia.py +11 -2
  6. rasa/core/policies/enterprise_search_prompt_with_citation_template.jinja2 +1 -1
  7. rasa/core/policies/intentless_policy.py +5 -59
  8. rasa/dialogue_understanding/generator/nlu_command_adapter.py +1 -1
  9. rasa/dialogue_understanding/processor/command_processor.py +20 -5
  10. rasa/dialogue_understanding/processor/command_processor_component.py +5 -2
  11. rasa/engine/validation.py +37 -2
  12. rasa/llm_fine_tuning/conversations.py +1 -1
  13. rasa/model_training.py +2 -1
  14. rasa/shared/constants.py +4 -0
  15. rasa/shared/core/constants.py +2 -0
  16. rasa/shared/core/domain.py +12 -3
  17. rasa/shared/core/events.py +67 -0
  18. rasa/shared/core/policies/__init__.py +0 -0
  19. rasa/shared/core/policies/utils.py +87 -0
  20. rasa/shared/providers/llm/default_litellm_llm_client.py +6 -1
  21. rasa/shared/utils/schemas/events.py +2 -2
  22. rasa/tracing/instrumentation/attribute_extractors.py +2 -0
  23. rasa/version.py +1 -1
  24. {rasa_pro-3.11.5.dist-info → rasa_pro-3.11.7.dist-info}/METADATA +10 -12
  25. {rasa_pro-3.11.5.dist-info → rasa_pro-3.11.7.dist-info}/RECORD +28 -27
  26. {rasa_pro-3.11.5.dist-info → rasa_pro-3.11.7.dist-info}/WHEEL +1 -1
  27. README.md +0 -41
  28. {rasa_pro-3.11.5.dist-info → rasa_pro-3.11.7.dist-info}/NOTICE +0 -0
  29. {rasa_pro-3.11.5.dist-info → rasa_pro-3.11.7.dist-info}/entry_points.txt +0 -0
@@ -1,4 +1,3 @@
1
- README.md,sha256=hu3oA1lnwNcUZbeb3AlbNJidVy64MCYzXIqai8rPORY,3298
2
1
  rasa/__init__.py,sha256=YXG8RzVxiSJ__v-AewtV453YoCbmzWlHsU_4S0O2XpE,206
3
2
  rasa/__main__.py,sha256=B20zSO8RqjWeVCaRmYN4HgwrK4ZRDbdHs08sfDVCEdw,6472
4
3
  rasa/anonymization/__init__.py,sha256=Z-ZUW2ofZGfI6ysjYIS7U0JL4JSzDNOkHiiXK488Zik,86
@@ -115,7 +114,7 @@ rasa/core/auth_retry_tracker_store.py,sha256=7tq_tcmZE4vqtbI3qur9_30pbuAUDK0VdzE
115
114
  rasa/core/brokers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
116
115
  rasa/core/brokers/broker.py,sha256=mwzP6R_NgQcKj7fEP9S5nwsOp7ZkO2pwyXfSgYoxj4E,4398
117
116
  rasa/core/brokers/file.py,sha256=GpeDEgwJYAUNZwUUqzGFzzMHiVi-N_kX185cm8RF4BM,1804
118
- rasa/core/brokers/kafka.py,sha256=sJl1g92fo__cs-y2SKs4Uof6HJRJ-1fwHkjRuMs-cF4,12216
117
+ rasa/core/brokers/kafka.py,sha256=zTecA7qwD8-rLKVFrNUTtAN7KXIuQlpsCqKu5lok8k4,13712
119
118
  rasa/core/brokers/pika.py,sha256=HPJn4Bm1KDAD9-UCK4uBTCrFWEPEkaSO9MJldO94xok,14379
120
119
  rasa/core/brokers/sql.py,sha256=4cDqpbwXwjcq5THbrgRptfUq38-UOnckZq7S7d9wU9o,2728
121
120
  rasa/core/channels/__init__.py,sha256=WGzKxtcaoG2yvQ7Rjsh69tbZFl3DsnQj_FbXihwsnN8,2178
@@ -265,7 +264,7 @@ rasa/core/channels/telegram.py,sha256=5BrNECFM3qe9XjNpDb8Q9fbqCT5aKr5L6IH21W8sum
265
264
  rasa/core/channels/twilio.py,sha256=GsdjfplZdBj0fRB60bSggPF1DXFZ_x18V_dlcDy5VFs,5943
266
265
  rasa/core/channels/vier_cvg.py,sha256=PfvSluQqgJbP0JzZPFUvum3z7H55JPPeobcD-z5zCkw,13544
267
266
  rasa/core/channels/voice_ready/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
268
- rasa/core/channels/voice_ready/audiocodes.py,sha256=V7fTSQFEP9PohYcuEz0thaq4mAnaTFSePkBeSlS3kL4,19543
267
+ rasa/core/channels/voice_ready/audiocodes.py,sha256=2t63t-mTfpJgqPIRifLbfY7G0FMJ2ICMbmSN3HtJCNc,20717
269
268
  rasa/core/channels/voice_ready/jambonz.py,sha256=Xks2sHoX6DANQHJdYciMkBxqzOE7qPqwgXWoiA1Y0DE,4154
270
269
  rasa/core/channels/voice_ready/jambonz_protocol.py,sha256=cVbp1wpAzl3c-CR_QEcGWrLROEhJKzRB68AXtf7DRQE,12998
271
270
  rasa/core/channels/voice_ready/twilio_voice.py,sha256=FcNHuJoNm4175YAgtURLUDFz92nXsrnZOZcnpK7PLR0,14519
@@ -275,13 +274,13 @@ rasa/core/channels/voice_stream/asr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQ
275
274
  rasa/core/channels/voice_stream/asr/asr_engine.py,sha256=3TzPUxrSitWc1rXlasmpG5WHeACl6PqXCMtKhsbza5I,3050
276
275
  rasa/core/channels/voice_stream/asr/asr_event.py,sha256=QDn8OdeQ-7uBedT6Eqvs8wyR5T4UNHQ32TSMPaRHXwQ,246
277
276
  rasa/core/channels/voice_stream/asr/azure.py,sha256=om_P6NSqRlrwyGnvx1xwfwfnt72naP6PnCYKU42rf4I,5346
278
- rasa/core/channels/voice_stream/asr/deepgram.py,sha256=IGaTP9XujJ9PTrXNgixvzi8hiVWY8JZLjGCBraceERY,3483
277
+ rasa/core/channels/voice_stream/asr/deepgram.py,sha256=TUJr0CuxRka7wCmHlMb9bcOOyOWlRwSFI98VxJXtvzw,5128
279
278
  rasa/core/channels/voice_stream/audio_bytes.py,sha256=3V0QQplPD-kVfebaaeVcKgV7pwIJyjnTenujVD3y3sY,340
280
- rasa/core/channels/voice_stream/browser_audio.py,sha256=4gIaz0rnKZfpuAuP17Vlqhbp0zHZFaA7t1oJJGC1Axo,3764
279
+ rasa/core/channels/voice_stream/browser_audio.py,sha256=BP5xrbUp-u3oIPDJCY299eIRRMVZWyHrV1zNL5sq_fo,3896
281
280
  rasa/core/channels/voice_stream/call_state.py,sha256=8mveygG0YTSXEzh2j6opgFnCYKuLKCj66ZIdZA6RCLU,764
282
281
  rasa/core/channels/voice_stream/tts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
283
282
  rasa/core/channels/voice_stream/tts/azure.py,sha256=gGEmLdmT_-5J8B4JJ2flnbiWNfJT3P7jq-uCCH7_uL4,3924
284
- rasa/core/channels/voice_stream/tts/cartesia.py,sha256=P_7D96nzRAJiyM-6NmWz10QqH47eWdV4aaODOwZ--gU,4389
283
+ rasa/core/channels/voice_stream/tts/cartesia.py,sha256=XPbH5iFNH3bYrpbF5lzfs_S-dRW00I2OSYcATdSsAh4,4813
285
284
  rasa/core/channels/voice_stream/tts/tts_cache.py,sha256=dKYEMkIVuT2n4pJ-JMI2n1diGvFOAOvOXMt7uIiSQtc,849
286
285
  rasa/core/channels/voice_stream/tts/tts_engine.py,sha256=VTKGe5XTXHcnr0dtQC-EzUCFsYVEYV3hjiB_kqyAPCc,1812
287
286
  rasa/core/channels/voice_stream/twilio_media_streams.py,sha256=UIvJYPw6AGUmOLX7aqZIE1mzESo6grcL8f_veIpoq1s,6339
@@ -323,13 +322,13 @@ rasa/core/policies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
323
322
  rasa/core/policies/ensemble.py,sha256=AjNOEy2Iubbe-LdKaoFUXG8ch6yPrg3bTvcTcAPmeOs,12959
324
323
  rasa/core/policies/enterprise_search_policy.py,sha256=nG1vgZO5woxvXCZWayYXQzZkmxPemfsL0c62QkZcgcI,34126
325
324
  rasa/core/policies/enterprise_search_prompt_template.jinja2,sha256=dCS_seyBGxMQoMsOjjvPp0dd31OSzZCJSZeev1FJK5Q,1187
326
- rasa/core/policies/enterprise_search_prompt_with_citation_template.jinja2,sha256=vRQBs3q13UmvRRgqA8-DmRtM7tqZP2ngwMVJ4gy7lE0,3302
325
+ rasa/core/policies/enterprise_search_prompt_with_citation_template.jinja2,sha256=va9rpP97dN3PKoJZOVfyuISt3cPBlb10Pqyz25RwO_Q,3294
327
326
  rasa/core/policies/flow_policy.py,sha256=wGb1l_59cGM9ZaexSIK5uXFi618739oNfLOxx2FC0_Y,7490
328
327
  rasa/core/policies/flows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
329
328
  rasa/core/policies/flows/flow_exceptions.py,sha256=_FQuN-cerQDM1pivce9bz4zylh5UYkljvYS1gjDukHI,1527
330
329
  rasa/core/policies/flows/flow_executor.py,sha256=fhjoCKixn0QjHgzWyhAZPaOOVAdgYscvaQdWpMB7S20,25915
331
330
  rasa/core/policies/flows/flow_step_result.py,sha256=agjPrD6lahGSe2ViO5peBeoMdI9ngVGRSgtytgxmJmg,1360
332
- rasa/core/policies/intentless_policy.py,sha256=-4RfqmY6iVUUr-p2JnzauW3cx1Tiu-EXCMOkOjMc5qY,37936
331
+ rasa/core/policies/intentless_policy.py,sha256=Kwx_5jlVcEcztkpoA9h9OgNpd2y_YfLsnMH6JslNdpk,36091
333
332
  rasa/core/policies/intentless_prompt_template.jinja2,sha256=KhIL3cruMmkxhrs5oVbqgSvK6ZiN_6TQ_jXrgtEB-ZY,677
334
333
  rasa/core/policies/memoization.py,sha256=XoRxUdYUGRfO47tAEyc5k5pUgt38a4fipO336EU5Vdc,19466
335
334
  rasa/core/policies/policy.py,sha256=HeVtIaV0dA1QcAG3vjdn-4g7-oUEJPL4u01ETJt78YA,27464
@@ -395,7 +394,7 @@ rasa/dialogue_understanding/generator/multi_step/__init__.py,sha256=47DEQpj8HBSa
395
394
  rasa/dialogue_understanding/generator/multi_step/fill_slots_prompt.jinja2,sha256=Y0m673tAML3cFPaLM-urMXDsBYUUcXIw9YUpkAhGUuA,2933
396
395
  rasa/dialogue_understanding/generator/multi_step/handle_flows_prompt.jinja2,sha256=8l93_QBKBYnqLICVdiTu5ejZDE8F36BU8-qwba0px44,1927
397
396
  rasa/dialogue_understanding/generator/multi_step/multi_step_llm_command_generator.py,sha256=Nadnfu0PdpY6c7kvL_g1-UJfbh20HtA6aRU3F161wfs,32668
398
- rasa/dialogue_understanding/generator/nlu_command_adapter.py,sha256=_mltSp6JzB6tYmhxjTVxyjOzorO7-Poj2nLpHQrDsQs,9202
397
+ rasa/dialogue_understanding/generator/nlu_command_adapter.py,sha256=wEqoSVUtr00lhbE9L9WqKfZkMKOvm7UGe_E5aqXgn6I,9210
399
398
  rasa/dialogue_understanding/generator/single_step/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
400
399
  rasa/dialogue_understanding/generator/single_step/command_prompt_template.jinja2,sha256=nMayu-heJYH1QmcL1cFmXb8SeiJzfdDR_9Oy5IRUXsM,3937
401
400
  rasa/dialogue_understanding/generator/single_step/single_step_llm_command_generator.py,sha256=R3jtKevzzq0un9WRHYCOrWWViGkAEun-XMhW6qg8ExU,18168
@@ -419,8 +418,8 @@ rasa/dialogue_understanding/patterns/session_start.py,sha256=yglhIEkkquRf0YppZ4C
419
418
  rasa/dialogue_understanding/patterns/skip_question.py,sha256=rvZuVUxulikwUhP01MAIgkcHZ4Si7mzxNedH6QBPdX4,1214
420
419
  rasa/dialogue_understanding/patterns/user_silence.py,sha256=uwpCJRkRmeSvFDZQBZnEL4rumweF6mQ8ht_WqrTPVKU,1140
421
420
  rasa/dialogue_understanding/processor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
422
- rasa/dialogue_understanding/processor/command_processor.py,sha256=sxoMzJJ8BBzHJUAdaXeS36pny2o1DZB5V9oxmVcpLlc,25685
423
- rasa/dialogue_understanding/processor/command_processor_component.py,sha256=oyz6lq64CRmnugTrIJJ_Q7RLGYD_xbZJPVJ47xNbyvw,1526
421
+ rasa/dialogue_understanding/processor/command_processor.py,sha256=mPyvsQPx0BIRNZj6S469LW_NxblPt5HoTFX78BXaAEY,26136
422
+ rasa/dialogue_understanding/processor/command_processor_component.py,sha256=xpHTGfZQ2RHm7s1mfM9RLGyADzNosUde0edECMwmDuc,1606
424
423
  rasa/dialogue_understanding/stack/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
425
424
  rasa/dialogue_understanding/stack/dialogue_stack.py,sha256=j8MnLCyv6cAZVpKRaUVM-Z5HqgWP-scrnaiQXzLNBwY,5243
426
425
  rasa/dialogue_understanding/stack/frames/__init__.py,sha256=CXLs8I_eeJ-d2tQmS19V26OM6CHy3VN5whH5uHBodj4,656
@@ -474,7 +473,7 @@ rasa/engine/training/components.py,sha256=ZOSTbPEHth545q41B9geXKdEtIYZ3PaZdwSXrA
474
473
  rasa/engine/training/fingerprinting.py,sha256=lY4wHte37470MR6sBaERt0WT9NF06NUGTX9bRAh-W_4,2006
475
474
  rasa/engine/training/graph_trainer.py,sha256=fCnFZAv7UNxFjaLRY0MxPd18d3mO9It4Uk1Joq7Q3Mc,10636
476
475
  rasa/engine/training/hooks.py,sha256=u7HQXDJJT4pBzQUaIIfuM3YEreGjRdp0IEv6XUrRFtk,5469
477
- rasa/engine/validation.py,sha256=PtsjYta1nWGRLVtw7H2hrFrDOEbczOeakvNvVpaSoIU,59393
476
+ rasa/engine/validation.py,sha256=4PIePeTuS-3I5reVXM-qGKEy2LnWWUCF0-98gfj6zV4,60704
478
477
  rasa/env.py,sha256=zLzQMkATVIZj6s4C7RsLLOLT8g6-Q96m5iBaHW_mEA8,480
479
478
  rasa/exceptions.py,sha256=acZiGDb5zC1ZGv1oBPHImBeRKxyHOA_mW6N8e9nOEaU,2116
480
479
  rasa/graph_components/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -497,7 +496,7 @@ rasa/hooks.py,sha256=3nsfCA142V56mBQ7ktBXhD_RyaSrfj7fY3t7HnsD4Pc,3709
497
496
  rasa/jupyter.py,sha256=x_GF9PK2zMhltb48GEIV9YZ4pRhCto8nV5SioYSCljI,1782
498
497
  rasa/llm_fine_tuning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
499
498
  rasa/llm_fine_tuning/annotation_module.py,sha256=wFmW3d6lI5o49OWmdbYQlgr24rqHDgA0T0hLM1pSb9U,8578
500
- rasa/llm_fine_tuning/conversations.py,sha256=QvsgoL8wes5Pad22J1LFOKqtl90SCnjZ1HvawbxZ5tw,5197
499
+ rasa/llm_fine_tuning/conversations.py,sha256=iW2hoR23Km5wnMC7t8pOXH2Zj3LVcA62xrx2aKDRP78,5208
501
500
  rasa/llm_fine_tuning/llm_data_preparation_module.py,sha256=t-EjZmM7MOfpo422wNuf7ZsnTGOaD5TTroYqd-Hwh6U,6082
502
501
  rasa/llm_fine_tuning/paraphrasing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
503
502
  rasa/llm_fine_tuning/paraphrasing/conversation_rephraser.py,sha256=JPvGXdk36yQ23L86FXWiJMTcoBse9tSnhjTnoFvt8Q0,9945
@@ -524,7 +523,7 @@ rasa/model_manager/utils.py,sha256=tgj215CsJreqc4Ym8tAvv-hBieAC94nL0c4caPWIcZM,2
524
523
  rasa/model_manager/warm_rasa_process.py,sha256=xFNP-ANZfUBKs_Sur2deAT2qqatWD3_XZJcUgQy2iiQ,5716
525
524
  rasa/model_service.py,sha256=nj0wNoByYWg5WVd5GtIc5V-RhpVR_xspi-MeNQxurLE,3753
526
525
  rasa/model_testing.py,sha256=h0QUpJu6p_TDse3aHjCfYwI6OGH47b3Iuo5Ot0HQADM,14959
527
- rasa/model_training.py,sha256=mzmWefKgD-ROGF_SvCwSxODpkagTT-WcvAcRX78O0FA,21626
526
+ rasa/model_training.py,sha256=M2UdEXERh6XXTflfnvuAiWjPAK2BYYHSXe4EO3x2NeA,21693
528
527
  rasa/nlu/__init__.py,sha256=D0IYuTK_ZQ_F_9xsy0bXxVCAtU62Fzvp8S7J9tmfI_c,123
529
528
  rasa/nlu/classifiers/__init__.py,sha256=Qvrf7_rfiMxm2Vt2fClb56R3QFExf7WPdFdL-AOvgsk,118
530
529
  rasa/nlu/classifiers/classifier.py,sha256=9fm1mORuFf1vowYIXmqE9yLRKdSC4nGQW7UqNZQipKY,133
@@ -586,13 +585,13 @@ rasa/nlu/utils/spacy_utils.py,sha256=pBvsCVKVuZ3b2Pjn-XuOVZ6lzZu9Voc2R4N1VczwtCM
586
585
  rasa/plugin.py,sha256=H_OZcHy_U3eAK-JHr43TSxcPqS0JEGcZkFvmumeeJEs,2670
587
586
  rasa/server.py,sha256=X3BbY9cxul-2vI28SMim2J2ncU4hJgkNAe3TKKLS1ow,59321
588
587
  rasa/shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
589
- rasa/shared/constants.py,sha256=N26p41HcVwtlX_hibT4wRqFBT3RTqwLkVAb6dGV-eMo,11230
588
+ rasa/shared/constants.py,sha256=GctBGCVeXYFALuTusaCbZTl-8i9ia3Bcmj0M9PIhtcs,11364
590
589
  rasa/shared/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
591
590
  rasa/shared/core/command_payload_reader.py,sha256=Vhiop9LWFawaEruRifBBrVmoEJ-fj1Tli1wBvsYu2_I,3563
592
- rasa/shared/core/constants.py,sha256=WNFzABG-eiVREBL6aDZAmcNDiSmuSbvWuxXIMoX2Iv8,5704
591
+ rasa/shared/core/constants.py,sha256=NczxSU0aGYNQQRsOYyNF1VEEx2knOxbF-gUEz1RgU0E,5735
593
592
  rasa/shared/core/conversation.py,sha256=tw1fD2XB3gOdQjDI8hHo5TAAmE2JYNogQGWe3rE929w,1385
594
- rasa/shared/core/domain.py,sha256=SsRLbLIEZ-coPTEwr-XxU_O-X-0mR466YLvXJJOAEpc,81247
595
- rasa/shared/core/events.py,sha256=6yuOrZs8hZaR0FV1nC58l1u6qE4fegwrvL5nH1w7xY4,83719
593
+ rasa/shared/core/domain.py,sha256=bGjonMV54wbwGLPjKHI2NoWwxr2wyUZwhEvjBWhP-W0,81710
594
+ rasa/shared/core/events.py,sha256=zdGSP1bNV1RyKC9Z54S7EbQ8TfGne_n9XKj64aoghdI,85803
596
595
  rasa/shared/core/flows/__init__.py,sha256=HszhIvEARpmyxABFc1MKYvj8oy04WiZW1xmCdToakbs,181
597
596
  rasa/shared/core/flows/flow.py,sha256=n9vB1SKwRczlymxrY19KiWq2BXR-LKpVUr5-Zh9827s,21530
598
597
  rasa/shared/core/flows/flow_path.py,sha256=xstwahZBU5cfMY46mREA4NoOGlKLBRAqeP_mJ3UZqOI,2283
@@ -618,6 +617,8 @@ rasa/shared/core/flows/utils.py,sha256=DpNwgF3SQ_5ovtFADiDjA_73V0t31_s2xI7qRh4L9
618
617
  rasa/shared/core/flows/validation.py,sha256=VaFAMRgG2do5m9FS2deM8jLJ6QT-yinhKhMqBCPMyG4,27469
619
618
  rasa/shared/core/flows/yaml_flows_io.py,sha256=85ln95jpkh7ZqDl1cheFa8Q21gnadLjWrW8ADmQlrUQ,14385
620
619
  rasa/shared/core/generator.py,sha256=y2B2Vn2xOl7k_smzefryoX048b_MTtSDqclx9Ompz9s,35687
620
+ rasa/shared/core/policies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
621
+ rasa/shared/core/policies/utils.py,sha256=rWE_-48Ovc__V7wOKCJ-2lTerVRtN3iRHV4ZvuU2b2g,3070
621
622
  rasa/shared/core/slot_mappings.py,sha256=3tNc8IETfgUZktV5iELT3dwFMHN1zCI35OlHAMqezEM,17854
622
623
  rasa/shared/core/slots.py,sha256=M2J-9NGmYBh8S-da_sjN4QP8JYdYrlFtMVmVR7QOCkQ,23852
623
624
  rasa/shared/core/trackers.py,sha256=HOlmGPAuu89qKGQ7EPzrN1xIwYgik_SPjEeVJcVNMQc,42399
@@ -693,7 +694,7 @@ rasa/shared/providers/embedding/openai_embedding_client.py,sha256=XNRGE7apo2v3kW
693
694
  rasa/shared/providers/llm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
694
695
  rasa/shared/providers/llm/_base_litellm_client.py,sha256=O5PpLKBgvAroWRyJE5YbzuVPb0jXMHjae917F8HgqIU,10004
695
696
  rasa/shared/providers/llm/azure_openai_llm_client.py,sha256=A6sg2bvulNczuzu1J0V7CoAkXUx4EUxtiqI4R98_IKE,12976
696
- rasa/shared/providers/llm/default_litellm_llm_client.py,sha256=1oiUIXr_U5ldyBQZ8cnrV3P7Qw9kMw1yvaVg6mjKkHU,3940
697
+ rasa/shared/providers/llm/default_litellm_llm_client.py,sha256=BFwnJy6tN06_2V_11p7QkVP--Wk2330p5mOeOrcqWjc,4049
697
698
  rasa/shared/providers/llm/litellm_router_llm_client.py,sha256=llko2DfOpiLMpHxnW26I1Hb1wTn7VmZ_yu43GRXhqwQ,6815
698
699
  rasa/shared/providers/llm/llm_client.py,sha256=6-gMsEJqquhUPGXzNiq_ybM_McLWxAJ_QhbmWcLnb_Q,2358
699
700
  rasa/shared/providers/llm/llm_response.py,sha256=Ltmc8yk9cAqtK8QgwfZZywudM5ZQsT4y_AKAQ3q05hA,1490
@@ -718,7 +719,7 @@ rasa/shared/utils/pykwalify_extensions.py,sha256=4W8gde8C6QpGCY_t9IEmaZSgjMuie1x
718
719
  rasa/shared/utils/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
719
720
  rasa/shared/utils/schemas/config.yml,sha256=czxSADw9hOIZdhvFP8pVUQo810hs9_C8ZGfCPx17taM,27
720
721
  rasa/shared/utils/schemas/domain.yml,sha256=b2k4ZYSV-QL3hGjDaRg8rfoqaTh4hbhDc_hBlMB8cuI,3409
721
- rasa/shared/utils/schemas/events.py,sha256=9sg_w4VeFMksyl-uscUht1TErf1gfKR56agyYSvl2c4,6912
722
+ rasa/shared/utils/schemas/events.py,sha256=tB5sNkhPoBHSzGvEvgwFJ3B37vKgQXXvgAJr-kgpLAI,6910
722
723
  rasa/shared/utils/schemas/model_config.yml,sha256=OravyVWalSwjiXYRarRzg0tiRnUFHe1q4-5Wj1TEeFk,811
723
724
  rasa/shared/utils/schemas/stories.yml,sha256=DV3wAFnv1leD7kV-FH-GQihF1QX5oKHc8Eb24mxjizc,4737
724
725
  rasa/shared/utils/yaml.py,sha256=x4tJJsz082KTg851vaavu3uhHiof0FiLuNat-PQdcGc,37637
@@ -736,7 +737,7 @@ rasa/tracing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
736
737
  rasa/tracing/config.py,sha256=kA-xEY2oAc07gw1RzGeMuNnDKd_ZrVXT_B63pxGW-uI,12860
737
738
  rasa/tracing/constants.py,sha256=N_MJLStE3IkmPKQCQv42epd3jdBMJ4Ith1dVO65N5ho,2425
738
739
  rasa/tracing/instrumentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
739
- rasa/tracing/instrumentation/attribute_extractors.py,sha256=Nf2jgONkOaSWVGA-1iGJW52_RmZfi34pMuVqs7pTTM4,25974
740
+ rasa/tracing/instrumentation/attribute_extractors.py,sha256=CVGEQCEUMSBMQ0g2L1Tw6LJhA8zIpUkjTEIDhU9WCrY,26048
740
741
  rasa/tracing/instrumentation/instrumentation.py,sha256=5g_Hp9CE7bqIKUVfLcpGan0s2SK3h5rikjumpADs4SY,51103
741
742
  rasa/tracing/instrumentation/intentless_policy_instrumentation.py,sha256=8AdMOy_2mlKnlmt-muV8-eoT8jA52GXDzM0avejfg8A,4821
742
743
  rasa/tracing/instrumentation/metrics.py,sha256=ByfKshoxNOqjKZwKTulqL71s5b3WugqLfjha3So0OEU,10534
@@ -777,9 +778,9 @@ rasa/utils/train_utils.py,sha256=f1NWpp5y6al0dzoQyyio4hc4Nf73DRoRSHDzEK6-C4E,212
777
778
  rasa/utils/url_tools.py,sha256=JQcHL2aLqLHu82k7_d9imUoETCm2bmlHaDpOJ-dKqBc,1218
778
779
  rasa/utils/yaml.py,sha256=KjbZq5C94ZP7Jdsw8bYYF7HASI6K4-C_kdHfrnPLpSI,2000
779
780
  rasa/validator.py,sha256=W_iCpCASGYqpvVLR-XZYRVKCN2NxGgy1eHtpGSbcCNU,67318
780
- rasa/version.py,sha256=SjTQnmFk1zsJJESqAAphYA7NvHuKr_V45OhJzK-lsfM,117
781
- rasa_pro-3.11.5.dist-info/METADATA,sha256=6p8ARMqPCDHNv1riikAOLJzYhOV7XWCcspWx57wu81w,10801
782
- rasa_pro-3.11.5.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
783
- rasa_pro-3.11.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
784
- rasa_pro-3.11.5.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
785
- rasa_pro-3.11.5.dist-info/RECORD,,
781
+ rasa/version.py,sha256=0eco0jZ1vf_3FprpicpaOcsU06TLS6g-iUTpvz8Xi4Q,117
782
+ rasa_pro-3.11.7.dist-info/METADATA,sha256=DK-Jjt_l2LarnAlzrySksrfCHeSu6WxBdioXJSq3Z9Y,10728
783
+ rasa_pro-3.11.7.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
784
+ rasa_pro-3.11.7.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
785
+ rasa_pro-3.11.7.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
786
+ rasa_pro-3.11.7.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 2.1.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
README.md DELETED
@@ -1,41 +0,0 @@
1
- <h1 align="center">Rasa Pro</h1>
2
-
3
- <div align="center">
4
-
5
- [![Build Status](https://github.com/RasaHQ/rasa-private/workflows/Continuous%20Integration/badge.svg)](https://github.com/RasaHQ/rasa-private/actions)
6
- [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=RasaHQ_rasa&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=RasaHQ_rasa)
7
- [![Documentation Status](https://img.shields.io/badge/docs-stable-brightgreen.svg)](https://rasa.com/docs/rasa-pro/)
8
-
9
- </div>
10
-
11
- <hr />
12
-
13
-
14
- Rasa Pro is a framework for building scalable, dynamic conversational AI assistants that integrate large language models (LLMs) to enable more contextually aware and agentic interactions. Whether you’re new to conversational AI or an experienced developer, Rasa Pro offers enhanced flexibility, control, and performance for mission-critical applications.
15
-
16
- Building on the foundation of Rasa Open Source, Rasa Pro adds advanced features like CALM (Conversational AI with Language Models) and Dialogue Understanding (DU), which enable developers to shift from traditional intent-driven systems to LLM-based agents. This allows for more robust, responsive interactions that adhere strictly to business logic, while reducing risks like prompt injection and minimizing hallucinations.
17
-
18
- **Key Features:**
19
-
20
- - **Flows for Business Logic:** Easily define business logic through Flows, a simplified way to describe how your AI assistant should handle conversations. Flows help streamline the development process, focusing on key tasks and reducing the complexity involved in managing conversations.
21
- - **Automatic Conversation Repair:** Ensure seamless interactions by automatically handling interruptions or unexpected inputs. Developers have full control to customize these repairs based on specific use cases.
22
- - **Customizable and Open:** Fully customizable code that allows developers to modify Rasa Pro to meet specific requirements, ensuring flexibility and adaptability to various conversational AI needs.
23
- - **Robustness and Control:** Maintain strict adherence to business logic, preventing unwanted behaviors like prompt injection and hallucinations, leading to more reliable responses and secure interactions.
24
- - **Built-in Security:** Safeguard sensitive data, control access, and ensure secure deployment, essential for production environments that demand high levels of security and compliance.
25
-
26
-
27
-
28
- A [free developer license](https://rasa.com/docs/rasa-pro/developer-edition/) is available so you can explore and get to know Rasa Pro. For small production deployments, the Extended Developer License allows you to take your assistant live in a limited capacity. A paid license is required for larger-scale production use, but all code is visible and can be customized as needed.
29
-
30
- To get started right now, you can
31
-
32
- `pip install rasa-pro`
33
-
34
- Check out our
35
-
36
- - [Rasa-pro Quickstart](https://rasa.com/docs/rasa-pro/installation/quickstart/),
37
- - [Conversational AI with Language Models (CALM) conceptual rundown](https://rasa.com/docs/rasa-pro/calm/),
38
- - [Rasa Pro / CALM tutorial](https://rasa.com/docs/rasa-pro/tutorial), and
39
- - [Rasa pro changelog](https://rasa.com/docs/rasa/rasa-pro-changelog/)
40
-
41
- for more. Also feel free to reach out to us on the [Rasa forum](https://forum.rasa.com/).