rasa-pro 3.12.17__tar.gz → 3.12.18__tar.gz
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_pro-3.12.17 → rasa_pro-3.12.18}/PKG-INFO +1 -1
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/pyproject.toml +2 -1
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/action.py +1 -4
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/processor.py +50 -5
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/set_slot_command.py +6 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/utils.py +26 -2
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/stack/frames/flow_stack_frame.py +17 -4
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/utils.py +68 -12
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/du_test_schema.yml +3 -3
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/e2e_test_schema.yml +3 -3
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/version.py +1 -1
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/NOTICE +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/README.md +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/__main__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/anonymization/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/anonymization/anonymisation_rule_yaml_reader.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/anonymization/anonymization_pipeline.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/anonymization/anonymization_rule_executor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/anonymization/anonymization_rule_orchestrator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/anonymization/schemas/config.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/anonymization/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/api.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/arguments/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/arguments/data.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/arguments/default_arguments.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/arguments/evaluate.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/arguments/export.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/arguments/interactive.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/arguments/run.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/arguments/shell.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/arguments/test.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/arguments/train.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/arguments/visualize.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/arguments/x.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/data.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/dialogue_understanding_test.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/e2e_test.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/evaluate.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/export.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/inspect.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/interactive.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/license.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/llm_fine_tuning.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/markers.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/actions/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/actions/action_template.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/actions/add_contact.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/actions/db.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/actions/list_contacts.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/actions/remove_contact.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/config.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/credentials.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/data/flows/add_contact.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/data/flows/list_contacts.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/data/flows/remove_contact.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/db/contacts.json +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/domain/add_contact.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/domain/list_contacts.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/domain/remove_contact.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/domain/shared.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/e2e_tests/cancelations/user_cancels_during_a_correction.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/e2e_tests/cancelations/user_changes_mind_on_a_whim.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/e2e_tests/corrections/user_corrects_contact_handle.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/e2e_tests/corrections/user_corrects_contact_name.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/e2e_tests/happy_paths/user_adds_contact_to_their_list.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/e2e_tests/happy_paths/user_lists_contacts.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/e2e_tests/happy_paths/user_removes_contact.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/e2e_tests/happy_paths/user_removes_contact_from_list.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/endpoints.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/default/actions/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/default/actions/actions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/default/config.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/default/credentials.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/default/data/nlu.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/default/data/rules.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/default/data/stories.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/default/domain.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/default/endpoints.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/default/tests/test_stories.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/tutorial/actions/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/tutorial/actions/actions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/tutorial/config.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/tutorial/credentials.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/tutorial/data/flows.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/tutorial/data/patterns.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/tutorial/domain.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/tutorial/endpoints.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/run.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/scaffold.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/shell.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/studio/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/studio/download.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/studio/studio.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/studio/train.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/studio/upload.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/telemetry.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/test.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/train.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/visualize.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/x.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/action_clean_stack.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/action_exceptions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/action_hangup.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/action_repeat_bot_messages.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/action_run_slot_rejections.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/action_trigger_chitchat.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/action_trigger_flow.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/action_trigger_search.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/custom_action_executor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/direct_custom_actions_executor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/e2e_stub_custom_action_executor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/forms.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/grpc_custom_action_executor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/http_custom_action_executor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/loops.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/actions/two_stage_fallback.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/agent.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/auth_retry_tracker_store.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/brokers/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/brokers/broker.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/brokers/file.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/brokers/kafka.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/brokers/pika.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/brokers/sql.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/botframework.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/callback.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/channel.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/console.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/development_inspector.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/facebook.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/hangouts.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/.eslintrc.cjs +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/.gitignore +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/README.md +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/assets/favicon.ico +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/assets/rasa-chat.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/custom.d.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/Tableau10-1b767f5e.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/arc-9f75cc3b.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/array-9f3ba611.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/blockDiagram-38ab4fdb-7f34db23.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/c4Diagram-3d4e48cf-948bab2c.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/channel-dfa68278.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/classDiagram-70f12bd4-53b0dd0e.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/classDiagram-v2-f2320105-fdf789e7.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/clone-edb7f119.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/createText-2e5e7dd3-87c4ece5.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/edges-e0da2a9e-5a8b0749.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/erDiagram-9861fffd-66da90e2.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/flowDb-956e92f1-10044f05.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/flowDiagram-66a62f08-f338f66a.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/flowDiagram-v2-96b9c2cf-65e7c670.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/flowchart-elk-definition-4a651766-b13140aa.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/ganttDiagram-c361ad54-f2b4a55a.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/gitGraphDiagram-72cf32ee-dedc298d.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/graph-4ede11ff.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/ibm-plex-mono-v4-latin-regular-128cfa44.ttf +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/ibm-plex-mono-v4-latin-regular-21dbcb97.woff +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/ibm-plex-mono-v4-latin-regular-222b5e26.svg +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/ibm-plex-mono-v4-latin-regular-9ad89b2a.woff2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/index-3862675e-65549d37.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/index-3a23e736.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/index-3ee28881.css +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/infoDiagram-f8f76790-65439671.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/init-77b53fdd.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/journeyDiagram-49397b02-56d03d98.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/katex-498eb57e.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-700-60c05ee4.woff +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-700-8335d9b8.svg +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-700-9cc39c75.ttf +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-700-ead13ccf.woff2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-regular-16705655.woff2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-regular-5aeb07f9.woff +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-regular-9c459044.ttf +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/lato-v14-latin-regular-9e2898a4.svg +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/layout-dd48f7f4.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/line-1569ad2c.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/linear-48bf4935.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/mindmap-definition-fc14e90a-688504c1.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/ordinal-ba9b4969.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/path-53f90ab3.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/pieDiagram-8a3498a8-78b6d7e6.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/quadrantDiagram-120e2f19-048b84b3.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/requirementDiagram-deff3bca-dd67f107.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/sankeyDiagram-04a897e0-8128436e.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/sequenceDiagram-704730f1-1a0d1461.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/stateDiagram-587899a1-46d388ed.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/stateDiagram-v2-d93cdb3a-ea42951a.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/styles-6aaf32cf-7427ed0c.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/styles-9a916d00-ff5e5a16.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/styles-c10674c1-7b3680cf.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/svgDrawCommon-08f97a94-f860f2ad.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/timeline-definition-85554ec2-2eebf0c8.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/assets/xychartDiagram-e933f94c-5d7f4e96.js +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/dist/index.html +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/index.html +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/jest.config.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/package.json +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/setupTests.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/App.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/Chat.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/DiagramFlow.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/DialogueInformation.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/DialogueStack.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/ExpandIcon.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/FullscreenButton.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/LoadingSpinner.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/NoActiveFlow.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/RasaLogo.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/RecruitmentPanel.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/SaraDiagrams.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/Slots.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/components/Welcome.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/helpers/audiostream.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/helpers/conversation.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/helpers/formatters.test.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/helpers/formatters.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/helpers/utils.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/main.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/Button/Button.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/Heading/Heading.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/Input/Input.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/Link/Link.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/Modal/Modal.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/Table/Table.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/Tooltip/Tooltip.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/breakpoints.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/colors.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/fontFaces.css +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/ibm-plex-mono-v4-latin/ibm-plex-mono-v4-latin-regular.eot +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/ibm-plex-mono-v4-latin/ibm-plex-mono-v4-latin-regular.svg +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/ibm-plex-mono-v4-latin/ibm-plex-mono-v4-latin-regular.ttf +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/ibm-plex-mono-v4-latin/ibm-plex-mono-v4-latin-regular.woff +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/ibm-plex-mono-v4-latin/ibm-plex-mono-v4-latin-regular.woff2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.eot +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.svg +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.ttf +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.woff +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-700.woff2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.eot +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.svg +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.ttf +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.woff +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/fonts/lato-v14-latin/lato-v14-latin-regular.woff2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/radii.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/shadows.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/sizes.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/space.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/styles.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/typography.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/base/zIndices.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/theme/index.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/types.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/src/vite-env.d.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/tests/__mocks__/fileMock.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/tests/__mocks__/matchMedia.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/tests/__mocks__/styleMock.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/tests/renderWithProviders.tsx +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/tsconfig.json +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/tsconfig.node.json +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/vite.config.ts +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/inspector/yarn.lock +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/mattermost.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/rasa_chat.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/rest.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/rocketchat.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/slack.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/socketio.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/studio_chat.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/telegram.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/twilio.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/vier_cvg.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_ready/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_ready/audiocodes.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_ready/jambonz.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_ready/jambonz_protocol.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_ready/twilio_voice.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_ready/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/asr/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/asr/asr_engine.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/asr/asr_event.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/asr/azure.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/asr/deepgram.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/audio_bytes.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/audiocodes.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/browser_audio.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/call_state.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/genesys.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/tts/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/tts/azure.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/tts/cartesia.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/tts/tts_cache.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/tts/tts_engine.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/twilio_media_streams.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/util.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/voice_stream/voice_channel.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/channels/webexteams.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/concurrent_lock_store.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/evaluation/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/evaluation/marker.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/evaluation/marker_base.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/evaluation/marker_stats.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/evaluation/marker_tracker_loader.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/exceptions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/exporter.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/featurizers/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/featurizers/precomputation.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/featurizers/single_state_featurizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/featurizers/tracker_featurizers.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/http_interpreter.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/information_retrieval/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/information_retrieval/faiss.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/information_retrieval/information_retrieval.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/information_retrieval/milvus.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/information_retrieval/qdrant.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/jobs.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/lock.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/lock_store.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/migrate.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/nlg/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/nlg/callback.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/nlg/contextual_response_rephraser.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/nlg/generator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/nlg/interpolator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/nlg/response.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/nlg/summarize.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/nlg/translate.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/persistor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/ensemble.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/enterprise_search_policy.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/enterprise_search_prompt_template.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/enterprise_search_prompt_with_citation_template.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/flow_policy.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/flows/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/flows/flow_exceptions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/flows/flow_executor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/flows/flow_step_result.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/intentless_policy.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/intentless_prompt_template.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/memoization.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/policy.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/rule_policy.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/ted_policy.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/policies/unexpected_intent_policy.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/run.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/secrets_manager/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/secrets_manager/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/secrets_manager/endpoints.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/secrets_manager/factory.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/secrets_manager/secret_manager.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/secrets_manager/vault.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/test.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/tracker_store.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/train.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/training/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/training/converters/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/training/converters/responses_prefix_converter.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/training/interactive.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/training/story_conflict.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/training/training.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/core/visualize.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/coexistence/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/coexistence/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/coexistence/intent_based_router.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/coexistence/llm_based_router.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/coexistence/router_template.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/can_not_handle_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/cancel_flow_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/change_flow_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/chit_chat_answer_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/clarify_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/command_syntax_manager.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/correct_slots_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/error_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/free_form_answer_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/handle_code_change_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/human_handoff_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/knowledge_answer_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/noop_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/prompt_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/repeat_bot_messages_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/restart_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/session_end_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/session_start_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/skip_question_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/start_flow_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/user_silence_command.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/_jinja_filters.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/command_generator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/command_parser.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/flow_document_template.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/flow_retrieval.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/llm_based_command_generator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/llm_command_generator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/multi_step/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/multi_step/fill_slots_prompt.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/multi_step/handle_flows_prompt.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/multi_step/multi_step_llm_command_generator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/nlu_command_adapter.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/prompt_templates/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/prompt_templates/command_prompt_template.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/prompt_templates/command_prompt_v2_claude_3_5_sonnet_20240620_template.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/prompt_templates/command_prompt_v2_gpt_4o_2024_11_20_template.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/single_step/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/single_step/compact_llm_command_generator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/single_step/single_step_llm_command_generator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/generator/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/cancel.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/cannot_handle.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/chitchat.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/clarify.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/code_change.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/collect_information.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/completed.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/continue_interrupted.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/correction.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/default_flows_for_patterns.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/human_handoff.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/internal_error.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/repeat.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/restart.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/search.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/session_start.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/skip_question.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/user_silence.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/patterns/validate_slot.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/processor/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/processor/command_processor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/processor/command_processor_component.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/stack/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/stack/dialogue_stack.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/stack/frames/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/stack/frames/chit_chat_frame.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/stack/frames/dialogue_stack_frame.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/stack/frames/pattern_frame.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/stack/frames/search_frame.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/stack/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/README.md +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/command_comparison.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/command_metric_calculation.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/du_test_case.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/du_test_result.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/du_test_runner.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/io.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/test_case_simulation/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/test_case_simulation/exception.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/test_case_simulation/test_case_tracker_simulator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding_test/validation.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/aggregate_test_stats_calculator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/assertions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/assertions_schema.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/e2e_config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/e2e_config_schema.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/e2e_test_case.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/e2e_test_converter.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/e2e_test_converter_prompt.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/e2e_test_coverage_report.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/e2e_test_result.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/e2e_test_runner.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/llm_judge_prompts/answer_relevance_prompt_template.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/llm_judge_prompts/groundedness_prompt_template.jinja2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/pykwalify_extensions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/stub_custom_action.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/utils/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/utils/e2e_yaml_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/utils/generative_assertions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/utils/io.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/e2e_test/utils/validation.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/caching.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/exceptions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/graph.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/language.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/loader.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/recipes/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/recipes/config_files/default_config.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/recipes/default_components.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/recipes/default_recipe.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/recipes/graph_recipe.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/recipes/recipe.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/runner/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/runner/dask.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/runner/interface.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/storage/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/storage/local_model_storage.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/storage/resource.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/storage/storage.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/training/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/training/components.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/training/fingerprinting.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/training/graph_trainer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/training/hooks.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/engine/validation.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/env.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/exceptions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/converters/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/converters/nlu_message_converter.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/providers/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/providers/domain_for_core_training_provider.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/providers/domain_provider.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/providers/flows_provider.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/providers/forms_provider.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/providers/nlu_training_data_provider.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/providers/responses_provider.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/providers/rule_only_provider.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/providers/story_graph_provider.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/providers/training_tracker_provider.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/validators/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/validators/default_recipe_validator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/graph_components/validators/finetuning_validator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/hooks.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/jupyter.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/keys +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/annotation_module.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/conversations.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/llm_data_preparation_module.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/paraphrasing/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/paraphrasing/conversation_rephraser.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/paraphrasing/default_rephrase_prompt_template.jina2 +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/paraphrasing/rephrase_validator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/paraphrasing/rephrased_user_message.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/paraphrasing_module.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/storage.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/train_test_split_module.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/llm_fine_tuning/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/markers/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/markers/marker.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/markers/marker_base.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/markers/upload.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/markers/validate.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model_manager/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model_manager/config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model_manager/model_api.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model_manager/runner_service.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model_manager/socket_bridge.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model_manager/studio_jwt_auth.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model_manager/trainer_service.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model_manager/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model_manager/warm_rasa_process.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model_service.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model_testing.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/model_training.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/classifiers/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/classifiers/classifier.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/classifiers/diet_classifier.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/classifiers/fallback_classifier.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/classifiers/keyword_intent_classifier.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/classifiers/logistic_regression_classifier.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/classifiers/mitie_intent_classifier.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/classifiers/regex_message_handler.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/classifiers/sklearn_intent_classifier.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/convert.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/emulators/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/emulators/dialogflow.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/emulators/emulator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/emulators/luis.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/emulators/no_emulator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/emulators/wit.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/extractors/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/extractors/crf_entity_extractor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/extractors/duckling_entity_extractor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/extractors/entity_synonyms.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/extractors/extractor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/extractors/mitie_entity_extractor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/extractors/regex_entity_extractor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/extractors/spacy_entity_extractor.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/dense_featurizer/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/dense_featurizer/convert_featurizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/dense_featurizer/dense_featurizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/dense_featurizer/lm_featurizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/dense_featurizer/mitie_featurizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/dense_featurizer/spacy_featurizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/featurizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/sparse_featurizer/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/sparse_featurizer/count_vectors_featurizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/sparse_featurizer/lexical_syntactic_featurizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/sparse_featurizer/regex_featurizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/featurizers/sparse_featurizer/sparse_featurizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/model.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/run.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/selectors/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/selectors/response_selector.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/test.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/tokenizers/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/tokenizers/jieba_tokenizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/tokenizers/mitie_tokenizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/tokenizers/spacy_tokenizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/tokenizers/tokenizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/tokenizers/whitespace_tokenizer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/utils/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/utils/bilou_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/utils/hugging_face/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/utils/hugging_face/registry.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/utils/hugging_face/transformers_pre_post_processors.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/utils/mitie_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/utils/pattern_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/nlu/utils/spacy_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/plugin.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/server.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/command_payload_reader.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/conversation.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/domain.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/events.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/flow.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/flow_path.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/flow_step.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/flow_step_links.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/flow_step_sequence.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/flows_list.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/flows_yaml_schema.json +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/nlu_trigger.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/steps/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/steps/action.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/steps/call.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/steps/collect.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/steps/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/steps/continuation.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/steps/end.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/steps/internal.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/steps/link.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/steps/no_operation.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/steps/set_slots.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/steps/start.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/validation.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/flows/yaml_flows_io.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/generator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/policies/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/policies/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/slot_mappings.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/slots.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/trackers.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/training_data/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/training_data/loading.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/training_data/story_reader/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/training_data/story_reader/story_reader.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/training_data/story_reader/story_step_builder.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/training_data/story_reader/yaml_story_reader.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/training_data/story_writer/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/training_data/story_writer/story_writer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/training_data/story_writer/yaml_story_writer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/training_data/structures.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/training_data/visualization.html +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/core/training_data/visualization.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/data.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/engine/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/engine/caching.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/exceptions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/importers/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/importers/importer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/importers/multi_project.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/importers/rasa.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/importers/remote_importer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/importers/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/interpreter.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/entities_parser.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/features.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/formats/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/formats/dialogflow.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/formats/luis.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/formats/rasa.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/formats/rasa_yaml.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/formats/readerwriter.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/formats/wit.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/loading.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/lookup_tables_parser.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/message.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/schemas/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/schemas/data_schema.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/schemas/nlu.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/schemas/responses.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/synonyms_parser.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/training_data.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/nlu/training_data/util.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/azure_entra_id_config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/azure_openai_client_config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/client_config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/default_litellm_client_config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/huggingface_local_embedding_client_config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/litellm_router_client_config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/model_group_config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/oauth_config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/openai_client_config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/rasa_llm_client_config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/self_hosted_llm_client_config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_configs/utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_ssl_verification_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/embedding/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/embedding/_base_litellm_embedding_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/embedding/_langchain_embedding_client_adapter.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/embedding/azure_openai_embedding_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/embedding/default_litellm_embedding_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/embedding/embedding_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/embedding/embedding_response.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/embedding/huggingface_local_embedding_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/embedding/litellm_router_embedding_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/embedding/openai_embedding_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/llm/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/llm/_base_litellm_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/llm/azure_openai_llm_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/llm/default_litellm_llm_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/llm/litellm_router_llm_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/llm/llm_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/llm/llm_response.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/llm/openai_llm_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/llm/rasa_llm_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/llm/self_hosted_llm_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/mappings.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/router/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/router/_base_litellm_router_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/providers/router/router_client.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/cli.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/common.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/health_check/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/health_check/embeddings_health_check_mixin.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/health_check/health_check.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/health_check/llm_health_check_mixin.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/io.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/llm.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/pykwalify_extensions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/schemas/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/schemas/config.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/schemas/domain.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/schemas/events.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/schemas/model_config.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/schemas/stories.yml +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/shared/utils/yaml.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/studio/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/studio/auth.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/studio/config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/studio/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/studio/data_handler.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/studio/download.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/studio/results_logger.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/studio/train.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/studio/upload.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/telemetry.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/tracing/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/tracing/config.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/tracing/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/tracing/instrumentation/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/tracing/instrumentation/attribute_extractors.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/tracing/instrumentation/instrumentation.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/tracing/instrumentation/intentless_policy_instrumentation.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/tracing/instrumentation/metrics.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/tracing/metric_instrument_provider.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/beta.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/cli.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/common.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/converter.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/endpoints.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/io.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/json_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/licensing.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/log_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/mapper.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/ml_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/plotting.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/sanic_error_handler.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/singleton.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/__init__.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/callback.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/constants.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/crf.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/data_generator.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/environment.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/exceptions.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/feature_array.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/layers.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/layers_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/metrics.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/model_data.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/model_data_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/models.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/rasa_layers.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/transformer.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/tensorflow/types.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/train_utils.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/url_tools.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/utils/yaml.py +0 -0
- {rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/validator.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: rasa-pro
|
|
3
|
-
Version: 3.12.
|
|
3
|
+
Version: 3.12.18
|
|
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
|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "rasa-pro"
|
|
7
|
-
version = "3.12.
|
|
7
|
+
version = "3.12.18"
|
|
8
8
|
description = "State-of-the-art open-core Conversational AI framework for Enterprises that natively leverages generative AI for effortless assistant development."
|
|
9
9
|
authors = [ "Rasa Technologies GmbH <hi@rasa.com>",]
|
|
10
10
|
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
|
|
@@ -372,6 +372,7 @@ convention = "google"
|
|
|
372
372
|
|
|
373
373
|
|
|
374
374
|
|
|
375
|
+
|
|
375
376
|
[tool.poetry.group.dev.dependencies]
|
|
376
377
|
ruff = ">=0.3.5,<0.4.0"
|
|
377
378
|
docker = "~7.1.0"
|
|
@@ -1137,15 +1137,12 @@ class ActionSendText(Action):
|
|
|
1137
1137
|
tracker: "DialogueStateTracker",
|
|
1138
1138
|
domain: "Domain",
|
|
1139
1139
|
metadata: Optional[Dict[Text, Any]] = None,
|
|
1140
|
-
create_bot_uttered_event: bool = True,
|
|
1141
1140
|
) -> List[Event]:
|
|
1142
1141
|
"""Runs action. Please see parent class for the full docstring."""
|
|
1143
1142
|
fallback = {"text": ""}
|
|
1144
1143
|
metadata_copy = copy.deepcopy(metadata) if metadata else {}
|
|
1145
1144
|
message = metadata_copy.get("message", fallback)
|
|
1146
|
-
|
|
1147
|
-
return [create_bot_utterance(message)]
|
|
1148
|
-
return []
|
|
1145
|
+
return [create_bot_utterance(message)]
|
|
1149
1146
|
|
|
1150
1147
|
|
|
1151
1148
|
class ActionExtractSlots(Action):
|
|
@@ -34,6 +34,9 @@ from rasa.dialogue_understanding.commands import (
|
|
|
34
34
|
CannotHandleCommand,
|
|
35
35
|
Command,
|
|
36
36
|
NoopCommand,
|
|
37
|
+
RestartCommand,
|
|
38
|
+
SessionEndCommand,
|
|
39
|
+
SessionStartCommand,
|
|
37
40
|
SetSlotCommand,
|
|
38
41
|
)
|
|
39
42
|
from rasa.dialogue_understanding.commands.utils import (
|
|
@@ -880,19 +883,61 @@ class MessageProcessor:
|
|
|
880
883
|
tracker.has_coexistence_routing_slot
|
|
881
884
|
and tracker.get_slot(ROUTE_TO_CALM_SLOT) is None
|
|
882
885
|
):
|
|
883
|
-
#
|
|
884
|
-
#
|
|
885
|
-
#
|
|
886
|
-
#
|
|
886
|
+
# If we are currently not routing to either CALM or DM1:
|
|
887
|
+
# - Sticky route to CALM if there are any commands
|
|
888
|
+
# from the trigger intent parsing
|
|
889
|
+
# - Sticky route to DM1 if there are no commands present
|
|
890
|
+
route_to_calm_slot_value = self._determine_route_to_calm_slot_value(
|
|
891
|
+
nlu_adapted_commands
|
|
892
|
+
)
|
|
887
893
|
commands += [
|
|
888
894
|
SetSlotCommand(
|
|
889
|
-
ROUTE_TO_CALM_SLOT,
|
|
895
|
+
ROUTE_TO_CALM_SLOT, route_to_calm_slot_value
|
|
890
896
|
).as_dict()
|
|
891
897
|
]
|
|
892
898
|
|
|
893
899
|
parse_data[COMMANDS] = commands
|
|
894
900
|
return parse_data
|
|
895
901
|
|
|
902
|
+
def _determine_route_to_calm_slot_value(
|
|
903
|
+
self, nlu_adapted_commands: List[Dict[str, Any]]
|
|
904
|
+
) -> Optional[bool]:
|
|
905
|
+
"""Determines what value should be assigned to `ROUTE_TO_CALM_SLOT`.
|
|
906
|
+
|
|
907
|
+
Returns:
|
|
908
|
+
- True: If any command other than:
|
|
909
|
+
- SessionStartCommand
|
|
910
|
+
- SessionEndCommand
|
|
911
|
+
- RestartCommand
|
|
912
|
+
is present.
|
|
913
|
+
- None: If only ignored system commands are present.
|
|
914
|
+
- False If no commands at all.
|
|
915
|
+
"""
|
|
916
|
+
system_commands_to_ignore = [
|
|
917
|
+
SessionStartCommand.command(),
|
|
918
|
+
SessionEndCommand.command(),
|
|
919
|
+
RestartCommand.command(),
|
|
920
|
+
]
|
|
921
|
+
|
|
922
|
+
# Exclude the system commands, as it doesn't originate from the user's
|
|
923
|
+
# input intent and shouldn't influence the decision for setting
|
|
924
|
+
# ROUTE_TO_CALM_SLOT.
|
|
925
|
+
intent_triggered_commands = [
|
|
926
|
+
command
|
|
927
|
+
for command in nlu_adapted_commands
|
|
928
|
+
if command.get("command") not in system_commands_to_ignore
|
|
929
|
+
]
|
|
930
|
+
|
|
931
|
+
if len(intent_triggered_commands) > 0:
|
|
932
|
+
# There are commands other than system commands present - route to CALM
|
|
933
|
+
return True
|
|
934
|
+
elif len(nlu_adapted_commands) > 0:
|
|
935
|
+
# Only system command is present — defer routing decision
|
|
936
|
+
return None
|
|
937
|
+
else:
|
|
938
|
+
# No commands at all — route to DM1
|
|
939
|
+
return False
|
|
940
|
+
|
|
896
941
|
def _update_full_retrieval_intent(self, parse_data: Dict[Text, Any]) -> None:
|
|
897
942
|
"""Update the parse data with the full retrieval intent.
|
|
898
943
|
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/commands/set_slot_command.py
RENAMED
|
@@ -13,6 +13,7 @@ from rasa.dialogue_understanding.commands.command_syntax_manager import (
|
|
|
13
13
|
)
|
|
14
14
|
from rasa.dialogue_understanding.commands.utils import (
|
|
15
15
|
clean_extracted_value,
|
|
16
|
+
find_default_flows_collecting_slot,
|
|
16
17
|
get_nullable_slot_value,
|
|
17
18
|
)
|
|
18
19
|
from rasa.dialogue_understanding.patterns.collect_information import (
|
|
@@ -136,6 +137,11 @@ class SetSlotCommand(Command):
|
|
|
136
137
|
):
|
|
137
138
|
# Get the other predicted flows from the most recent message on the tracker.
|
|
138
139
|
predicted_flows = get_flows_predicted_to_start_from_tracker(tracker)
|
|
140
|
+
if not predicted_flows:
|
|
141
|
+
# If no predicted flows, check for default flows collecting the slot.
|
|
142
|
+
predicted_flows = find_default_flows_collecting_slot(
|
|
143
|
+
self.name, all_flows
|
|
144
|
+
)
|
|
139
145
|
use_slot_fill = any(
|
|
140
146
|
step.collect == self.name and not step.ask_before_filling
|
|
141
147
|
for flow in all_flows.underlying_flows
|
|
@@ -7,18 +7,18 @@ from rasa.dialogue_understanding.patterns.validate_slot import (
|
|
|
7
7
|
)
|
|
8
8
|
from rasa.shared.constants import ACTION_ASK_PREFIX, UTTER_ASK_PREFIX
|
|
9
9
|
from rasa.shared.core.events import Event, SlotSet
|
|
10
|
+
from rasa.shared.core.flows import FlowsList
|
|
10
11
|
from rasa.shared.core.slots import Slot
|
|
11
12
|
from rasa.shared.core.trackers import DialogueStateTracker
|
|
12
13
|
|
|
13
14
|
if TYPE_CHECKING:
|
|
14
15
|
from rasa.dialogue_understanding.commands import StartFlowCommand
|
|
15
|
-
from rasa.shared.core.flows import FlowsList
|
|
16
16
|
|
|
17
17
|
structlogger = structlog.get_logger()
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
def start_flow_by_name(
|
|
21
|
-
flow_name: str, flows:
|
|
21
|
+
flow_name: str, flows: FlowsList
|
|
22
22
|
) -> Optional["StartFlowCommand"]:
|
|
23
23
|
from rasa.dialogue_understanding.commands import StartFlowCommand
|
|
24
24
|
|
|
@@ -126,3 +126,27 @@ def create_validate_frames_from_slot_set_events(
|
|
|
126
126
|
validate_frames.append(frame)
|
|
127
127
|
|
|
128
128
|
return tracker, validate_frames
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
def find_default_flows_collecting_slot(
|
|
132
|
+
slot_name: str, all_flows: FlowsList
|
|
133
|
+
) -> List[str]:
|
|
134
|
+
"""Find default flows that have collect steps matching the specified slot name.
|
|
135
|
+
|
|
136
|
+
Args:
|
|
137
|
+
slot_name: The name of the slot to search for.
|
|
138
|
+
all_flows: All flows in the assistant.
|
|
139
|
+
|
|
140
|
+
Returns:
|
|
141
|
+
List of flow IDs for default flows that collect the specified slot
|
|
142
|
+
without asking before filling.
|
|
143
|
+
"""
|
|
144
|
+
return [
|
|
145
|
+
flow.id
|
|
146
|
+
for flow in all_flows.underlying_flows
|
|
147
|
+
if flow.is_rasa_default_flow
|
|
148
|
+
and any(
|
|
149
|
+
step.collect == slot_name and not step.ask_before_filling
|
|
150
|
+
for step in flow.get_collect_steps()
|
|
151
|
+
)
|
|
152
|
+
]
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/dialogue_understanding/stack/frames/flow_stack_frame.py
RENAMED
|
@@ -53,7 +53,8 @@ class FlowStackFrameType(str, Enum):
|
|
|
53
53
|
typ: The string to create the `FlowStackFrameType` from.
|
|
54
54
|
|
|
55
55
|
Returns:
|
|
56
|
-
|
|
56
|
+
The created `FlowStackFrameType`.
|
|
57
|
+
"""
|
|
57
58
|
if typ is None:
|
|
58
59
|
return FlowStackFrameType.REGULAR
|
|
59
60
|
elif typ == FlowStackFrameType.INTERRUPT.value:
|
|
@@ -107,7 +108,8 @@ class BaseFlowStackFrame(DialogueStackFrame):
|
|
|
107
108
|
all_flows: All flows in the assistant.
|
|
108
109
|
|
|
109
110
|
Returns:
|
|
110
|
-
|
|
111
|
+
The current flow.
|
|
112
|
+
"""
|
|
111
113
|
flow = all_flows.flow_by_id(self.flow_id)
|
|
112
114
|
if not flow:
|
|
113
115
|
# we shouldn't ever end up with a frame that belongs to a non
|
|
@@ -122,9 +124,20 @@ class BaseFlowStackFrame(DialogueStackFrame):
|
|
|
122
124
|
all_flows: All flows in the assistant.
|
|
123
125
|
|
|
124
126
|
Returns:
|
|
125
|
-
The current flow step.
|
|
127
|
+
The current flow step.
|
|
128
|
+
"""
|
|
126
129
|
flow = self.flow(all_flows)
|
|
127
|
-
|
|
130
|
+
|
|
131
|
+
step_id = self.step_id
|
|
132
|
+
# in 3.11.4 we added the flow_id as a prefix to the step_id
|
|
133
|
+
# this causes issues when loading old dialogues as the prefix is missing
|
|
134
|
+
# (see https://rasahq.atlassian.net/jira/software/c/projects/ENG/boards/43?selectedIssue=ENG-1939)
|
|
135
|
+
# so we try to find the step by adding the flow prefix to old step_ids as well
|
|
136
|
+
# TODO: remove this in 4.0.0
|
|
137
|
+
alternative_step_id = f"{self.flow_id}_{self.step_id}"
|
|
138
|
+
|
|
139
|
+
step = flow.step_by_id(step_id) or flow.step_by_id(alternative_step_id)
|
|
140
|
+
|
|
128
141
|
if not step:
|
|
129
142
|
# we shouldn't ever end up with a frame that belongs to a non
|
|
130
143
|
# existing step, but if we do, we should raise an error
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
from contextlib import contextmanager
|
|
2
2
|
from typing import Any, Dict, Generator, List, Optional, Text
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
import structlog
|
|
5
|
+
|
|
6
|
+
from rasa.dialogue_understanding.commands import Command, NoopCommand, SetSlotCommand
|
|
5
7
|
from rasa.dialogue_understanding.constants import (
|
|
6
8
|
RASA_RECORD_COMMANDS_AND_PROMPTS_ENV_VAR_NAME,
|
|
7
9
|
)
|
|
@@ -16,7 +18,6 @@ from rasa.shared.nlu.constants import (
|
|
|
16
18
|
KEY_USER_PROMPT,
|
|
17
19
|
PREDICTED_COMMANDS,
|
|
18
20
|
PROMPTS,
|
|
19
|
-
SET_SLOT_COMMAND,
|
|
20
21
|
)
|
|
21
22
|
from rasa.shared.nlu.training_data.message import Message
|
|
22
23
|
from rasa.shared.providers.llm.llm_response import LLMResponse
|
|
@@ -26,6 +27,8 @@ record_commands_and_prompts = get_bool_env_variable(
|
|
|
26
27
|
RASA_RECORD_COMMANDS_AND_PROMPTS_ENV_VAR_NAME, False
|
|
27
28
|
)
|
|
28
29
|
|
|
30
|
+
structlogger = structlog.get_logger()
|
|
31
|
+
|
|
29
32
|
|
|
30
33
|
@contextmanager
|
|
31
34
|
def set_record_commands_and_prompts() -> Generator:
|
|
@@ -144,21 +147,74 @@ def _handle_via_nlu_in_coexistence(
|
|
|
144
147
|
if not tracker:
|
|
145
148
|
return False
|
|
146
149
|
|
|
150
|
+
commands = message.get(COMMANDS, [])
|
|
151
|
+
|
|
152
|
+
# If coexistence routing slot is not active, this setup doesn't
|
|
153
|
+
# support dual routing -> default to CALM
|
|
147
154
|
if not tracker.has_coexistence_routing_slot:
|
|
155
|
+
structlogger.debug(
|
|
156
|
+
"utils.handle_via_nlu_in_coexistence"
|
|
157
|
+
".tracker_missing_route_session_to_calm_slot",
|
|
158
|
+
event_info=(
|
|
159
|
+
f"Tracker doesn't have the '{ROUTE_TO_CALM_SLOT}' slot."
|
|
160
|
+
f"Routing to CALM."
|
|
161
|
+
),
|
|
162
|
+
route_session_to_calm=commands,
|
|
163
|
+
)
|
|
148
164
|
return False
|
|
149
165
|
|
|
166
|
+
# Check if the routing decision is stored in the tracker slot
|
|
167
|
+
# If slot is true -> route to CALM
|
|
168
|
+
# If slot is false -> route to DM1
|
|
150
169
|
value = tracker.get_slot(ROUTE_TO_CALM_SLOT)
|
|
151
170
|
if value is not None:
|
|
171
|
+
structlogger.debug(
|
|
172
|
+
"utils.handle_via_nlu_in_coexistence"
|
|
173
|
+
".tracker_route_session_to_calm_slot_value",
|
|
174
|
+
event_info=(
|
|
175
|
+
f"Tracker slot '{ROUTE_TO_CALM_SLOT}' set to '{value}'. "
|
|
176
|
+
f"Routing to "
|
|
177
|
+
f"{'CALM' if value else 'NLU system'}."
|
|
178
|
+
),
|
|
179
|
+
route_session_to_calm_value_in_tracker=value,
|
|
180
|
+
)
|
|
152
181
|
return not value
|
|
153
182
|
|
|
154
|
-
# routing
|
|
155
|
-
#
|
|
156
|
-
if
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
183
|
+
# Non-sticky routing to DM1 is only allowed if NoopCommand is the sole predicted
|
|
184
|
+
# command. In that case, route to DM1
|
|
185
|
+
if len(commands) == 1 and commands[0].get("command") == NoopCommand.command():
|
|
186
|
+
structlogger.debug(
|
|
187
|
+
"utils.handle_via_nlu_in_coexistence.noop_command_detected",
|
|
188
|
+
event_info="NoopCommand found. Routing to NLU system non-sticky.",
|
|
189
|
+
commands=commands,
|
|
190
|
+
)
|
|
191
|
+
return True
|
|
192
|
+
|
|
193
|
+
# If the slot was reset (e.g. new session), try to infer routing from
|
|
194
|
+
# attached commands. Look for a SetSlotCommand targeting the ROUTE_TO_CALM_SLOT
|
|
195
|
+
for command in message.get(COMMANDS, []):
|
|
196
|
+
# If slot is true -> route to CALM
|
|
197
|
+
# If slot is false -> route to DM1
|
|
198
|
+
if (
|
|
199
|
+
command.get("command") == SetSlotCommand.command()
|
|
200
|
+
and command.get("name") == ROUTE_TO_CALM_SLOT
|
|
201
|
+
):
|
|
202
|
+
structlogger.debug(
|
|
203
|
+
"utils.handle_via_nlu_in_coexistence.set_slot_command_detected",
|
|
204
|
+
event_info=(
|
|
205
|
+
f"SetSlotCommand setting the '{ROUTE_TO_CALM_SLOT}' to "
|
|
206
|
+
f"'{command.get('value')}'. "
|
|
207
|
+
f"Routing to "
|
|
208
|
+
f"{'CALM' if command.get('value') else 'NLU system'}."
|
|
209
|
+
),
|
|
210
|
+
commands=commands,
|
|
211
|
+
)
|
|
212
|
+
return not command.get("value")
|
|
213
|
+
|
|
214
|
+
# If no routing info is available -> default to CALM
|
|
215
|
+
structlogger.debug(
|
|
216
|
+
"utils.handle_via_nlu_in_coexistence.no_routing_info_available",
|
|
217
|
+
event_info="No routing info available. Routing to CALM.",
|
|
218
|
+
commands=commands,
|
|
219
|
+
)
|
|
164
220
|
return False
|
|
@@ -5,12 +5,12 @@ mapping:
|
|
|
5
5
|
sequence:
|
|
6
6
|
- type: map
|
|
7
7
|
mapping:
|
|
8
|
-
regex;(^[a-zA-Z_]+[a-zA-Z0-9_]*$):
|
|
8
|
+
regex;(^[a-zA-Z_]+[a-zA-Z0-9_\-]*$):
|
|
9
9
|
type: "seq"
|
|
10
10
|
sequence:
|
|
11
11
|
- type: map
|
|
12
12
|
mapping:
|
|
13
|
-
regex;(^[a-zA-Z_]+[a-zA-Z0-9_]*$):
|
|
13
|
+
regex;(^[a-zA-Z_]+[a-zA-Z0-9_\-]*$):
|
|
14
14
|
type: any
|
|
15
15
|
|
|
16
16
|
metadata:
|
|
@@ -129,7 +129,7 @@ mapping:
|
|
|
129
129
|
type: "seq"
|
|
130
130
|
sequence:
|
|
131
131
|
- type: "str"
|
|
132
|
-
pattern: ^[a-zA-Z_]+[a-zA-Z0-9_]*$
|
|
132
|
+
pattern: ^[a-zA-Z_]+[a-zA-Z0-9_\-]*$
|
|
133
133
|
metadata:
|
|
134
134
|
type: "str"
|
|
135
135
|
pattern: ^[a-zA-Z_]+[a-zA-Z0-9_]*$
|
|
@@ -5,12 +5,12 @@ mapping:
|
|
|
5
5
|
sequence:
|
|
6
6
|
- type: map
|
|
7
7
|
mapping:
|
|
8
|
-
regex;(^[a-zA-Z_]+[a-zA-Z0-9_]*$):
|
|
8
|
+
regex;(^[a-zA-Z_]+[a-zA-Z0-9_\-]*$):
|
|
9
9
|
type: "seq"
|
|
10
10
|
sequence:
|
|
11
11
|
- type: map
|
|
12
12
|
mapping:
|
|
13
|
-
regex;(^[a-zA-Z_]+[a-zA-Z0-9_]*$):
|
|
13
|
+
regex;(^[a-zA-Z_]+[a-zA-Z0-9_\-]*$):
|
|
14
14
|
type: any
|
|
15
15
|
|
|
16
16
|
metadata:
|
|
@@ -129,7 +129,7 @@ mapping:
|
|
|
129
129
|
type: "seq"
|
|
130
130
|
sequence:
|
|
131
131
|
- type: "str"
|
|
132
|
-
pattern: ^[a-zA-Z_]+[a-zA-Z0-9_]*$
|
|
132
|
+
pattern: ^[a-zA-Z_]+[a-zA-Z0-9_\-]*$
|
|
133
133
|
metadata:
|
|
134
134
|
type: "str"
|
|
135
135
|
pattern: ^[a-zA-Z_]+[a-zA-Z0-9_]*$
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/actions/action_template.py
RENAMED
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/actions/add_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/actions/list_contacts.py
RENAMED
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/actions/remove_contact.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/data/flows/add_contact.yml
RENAMED
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/data/flows/list_contacts.yml
RENAMED
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/data/flows/remove_contact.yml
RENAMED
|
File without changes
|
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/domain/add_contact.yml
RENAMED
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/domain/list_contacts.yml
RENAMED
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/calm/domain/remove_contact.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/default/actions/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/default/tests/test_stories.yml
RENAMED
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/tutorial/actions/__init__.py
RENAMED
|
File without changes
|
{rasa_pro-3.12.17 → rasa_pro-3.12.18}/rasa/cli/project_templates/tutorial/actions/actions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|