rasa-pro 3.13.1a17__py3-none-any.whl → 3.13.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rasa-pro might be problematic. Click here for more details.
- rasa/cli/scaffold.py +3 -22
- rasa/core/actions/action.py +3 -5
- rasa/core/actions/direct_custom_actions_executor.py +8 -15
- rasa/core/channels/studio_chat.py +10 -34
- rasa/core/channels/voice_stream/asr/asr_engine.py +5 -1
- rasa/core/channels/voice_stream/asr/deepgram.py +5 -0
- rasa/core/channels/voice_stream/audiocodes.py +9 -4
- rasa/core/channels/voice_stream/jambonz.py +1 -1
- rasa/core/channels/voice_stream/voice_channel.py +7 -0
- rasa/core/policies/enterprise_search_policy.py +9 -8
- rasa/core/policies/flows/flow_executor.py +1 -8
- rasa/dialogue_understanding/commands/correct_slots_command.py +0 -10
- rasa/dialogue_understanding/generator/command_generator.py +5 -5
- rasa/dialogue_understanding/generator/flow_retrieval.py +9 -10
- rasa/dialogue_understanding/processor/command_processor.py +6 -1
- rasa/model_manager/model_api.py +3 -2
- rasa/model_manager/runner_service.py +1 -1
- rasa/model_manager/trainer_service.py +9 -12
- rasa/model_manager/utils.py +29 -1
- rasa/shared/core/domain.py +15 -62
- rasa/shared/core/flows/flow_step.py +1 -7
- rasa/shared/core/flows/yaml_flows_io.py +8 -16
- rasa/shared/core/slots.py +0 -4
- rasa/shared/importers/importer.py +0 -6
- rasa/shared/importers/utils.py +1 -77
- rasa/studio/upload.py +45 -10
- rasa/telemetry.py +1 -2
- rasa/utils/io.py +9 -27
- rasa/utils/json_utils.py +1 -6
- rasa/utils/log_utils.py +1 -5
- rasa/utils/plotting.py +1 -1
- rasa/validator.py +3 -7
- rasa/version.py +1 -1
- {rasa_pro-3.13.1a17.dist-info → rasa_pro-3.13.2.dist-info}/METADATA +8 -9
- {rasa_pro-3.13.1a17.dist-info → rasa_pro-3.13.2.dist-info}/RECORD +38 -260
- rasa/builder/README.md +0 -120
- rasa/builder/__init__.py +0 -0
- rasa/builder/config.py +0 -79
- rasa/builder/create_openai_vector_store.py +0 -228
- rasa/builder/exceptions.py +0 -55
- rasa/builder/inkeep-rag-response-schema.json +0 -64
- rasa/builder/inkeep_document_retrieval.py +0 -212
- rasa/builder/llm-helper-schema.json +0 -69
- rasa/builder/llm_context.py +0 -81
- rasa/builder/llm_helper_prompt.jinja2 +0 -245
- rasa/builder/llm_service.py +0 -317
- rasa/builder/logging_utils.py +0 -51
- rasa/builder/main.py +0 -147
- rasa/builder/models.py +0 -225
- rasa/builder/project_generator.py +0 -282
- rasa/builder/scrape_rasa_docs.py +0 -97
- rasa/builder/service.py +0 -742
- rasa/builder/skill_to_bot_prompt.jinja2 +0 -164
- rasa/builder/training_service.py +0 -132
- rasa/builder/validation_service.py +0 -93
- rasa/cli/project_templates/finance/actions/__init__.py +0 -0
- rasa/cli/project_templates/finance/actions/action_add_payee.py +0 -47
- rasa/cli/project_templates/finance/actions/action_ask_account.py +0 -50
- rasa/cli/project_templates/finance/actions/action_ask_account_from.py +0 -50
- rasa/cli/project_templates/finance/actions/action_ask_card.py +0 -47
- rasa/cli/project_templates/finance/actions/action_check_balance.py +0 -40
- rasa/cli/project_templates/finance/actions/action_check_card_existence.py +0 -35
- rasa/cli/project_templates/finance/actions/action_check_payee_existence.py +0 -40
- rasa/cli/project_templates/finance/actions/action_check_sufficient_funds.py +0 -41
- rasa/cli/project_templates/finance/actions/action_list_payees.py +0 -45
- rasa/cli/project_templates/finance/actions/action_process_immediate_payment.py +0 -18
- rasa/cli/project_templates/finance/actions/action_remove_payee.py +0 -49
- rasa/cli/project_templates/finance/actions/action_schedule_payment.py +0 -19
- rasa/cli/project_templates/finance/actions/action_session_start.py +0 -69
- rasa/cli/project_templates/finance/actions/action_update_card_status.py +0 -45
- rasa/cli/project_templates/finance/actions/action_validate_payment_date.py +0 -36
- rasa/cli/project_templates/finance/actions/database.py +0 -276
- rasa/cli/project_templates/finance/config.yml +0 -32
- rasa/cli/project_templates/finance/credentials.yml +0 -33
- rasa/cli/project_templates/finance/csvs/accounts.csv +0 -8
- rasa/cli/project_templates/finance/csvs/advisors.csv +0 -7
- rasa/cli/project_templates/finance/csvs/appointments.csv +0 -211
- rasa/cli/project_templates/finance/csvs/branches.csv +0 -10
- rasa/cli/project_templates/finance/csvs/cards.csv +0 -11
- rasa/cli/project_templates/finance/csvs/payees.csv +0 -10
- rasa/cli/project_templates/finance/csvs/transactions.csv +0 -71
- rasa/cli/project_templates/finance/csvs/users.csv +0 -4
- rasa/cli/project_templates/finance/data/flows/add_payee.yml +0 -29
- rasa/cli/project_templates/finance/data/flows/block_card.yml +0 -66
- rasa/cli/project_templates/finance/data/flows/check_balance.yml +0 -9
- rasa/cli/project_templates/finance/data/flows/list_payees.yml +0 -5
- rasa/cli/project_templates/finance/data/flows/remove_payee.yml +0 -21
- rasa/cli/project_templates/finance/data/flows/select_card.yml +0 -12
- rasa/cli/project_templates/finance/data/flows/transfer_money.yml +0 -67
- rasa/cli/project_templates/finance/data/flows/welcome.yml +0 -14
- rasa/cli/project_templates/finance/data/nlu.yml +0 -29
- rasa/cli/project_templates/finance/data/patterns/pattern_chitchat.yml +0 -7
- rasa/cli/project_templates/finance/data/patterns/pattern_completed.yml +0 -6
- rasa/cli/project_templates/finance/data/patterns/pattern_search.yml +0 -5
- rasa/cli/project_templates/finance/data/patterns/pattern_session_start.yml +0 -9
- rasa/cli/project_templates/finance/data/source/accounts.json +0 -51
- rasa/cli/project_templates/finance/data/source/advisors.json +0 -44
- rasa/cli/project_templates/finance/data/source/appointments.json +0 -1474
- rasa/cli/project_templates/finance/data/source/branches.json +0 -47
- rasa/cli/project_templates/finance/data/source/cards.json +0 -72
- rasa/cli/project_templates/finance/data/source/payees.json +0 -74
- rasa/cli/project_templates/finance/data/source/transactions.json +0 -492
- rasa/cli/project_templates/finance/data/source/users.json +0 -29
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/block_card/consequences_of_blocking_card.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/block_card/reasons_to_block_card.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/block_card/recovering_from_card_fraud.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/block_card/tips_for_card_security.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/block_card/what_to_do_if_card_is_lost.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/check_balance/account_balance_security.txt +0 -7
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/check_balance/common_balance_inquiries.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/check_balance/methods_to_check_balance.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/check_balance/understanding_balance_updates.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/check_balance/what_to_do_if_balance_is_incorrect.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/manage_payees/benefits_of_authorised_payees.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/manage_payees/common_issues_with_payees.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/manage_payees/general_payee_information.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/manage_payees/payee_management_tips.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/manage_payees/understanding_payee_types.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/transfer_money/common_transfer_errors.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/transfer_money/fees_for_transfers.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/transfer_money/general_transfer_information.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/transfer_money/security_tips_for_transfers.txt +0 -8
- rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/transfer_money/transfer_processing_times.txt +0 -8
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part1.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part10.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part11.txt +0 -48
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part12.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part13.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part14.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part15.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part16.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part17.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part18.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part19.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part2.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part20.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part21.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part22.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part23.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part24.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part25.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part26.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part27.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part28.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part29.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part3.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part30.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part31.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part32.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part33.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part34.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part35.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part36.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part37.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part38.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part39.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part4.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part40.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part41.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part42.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part43.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part44.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part45.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part46.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part47.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part48.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part49.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part5.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part50.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part51.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part52.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part53.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part54.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part55.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part56.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part57.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part58.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part59.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part6.txt +0 -47
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part60.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part61.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part7.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part8.txt +0 -50
- rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part9.txt +0 -47
- rasa/cli/project_templates/finance/domain/add_payee.yml +0 -47
- rasa/cli/project_templates/finance/domain/block_card.yml +0 -101
- rasa/cli/project_templates/finance/domain/check_balance.yml +0 -9
- rasa/cli/project_templates/finance/domain/default_actions.yml +0 -16
- rasa/cli/project_templates/finance/domain/default_flows.yml +0 -33
- rasa/cli/project_templates/finance/domain/list_payees.yml +0 -4
- rasa/cli/project_templates/finance/domain/remove_payee.yml +0 -16
- rasa/cli/project_templates/finance/domain/select_card.yml +0 -12
- rasa/cli/project_templates/finance/domain/transfer_money.yml +0 -79
- rasa/cli/project_templates/finance/endpoints.yml +0 -62
- rasa/cli/project_templates/finance/prompts/command-generator.jinja2 +0 -57
- rasa/cli/project_templates/finance/prompts/rephraser_demo_personality_prompt.jinja2 +0 -19
- rasa/cli/project_templates/finance/tests/conversation_repair/cancellations.yml +0 -12
- rasa/cli/project_templates/finance/tests/conversation_repair/cannot_handle.yml +0 -7
- rasa/cli/project_templates/finance/tests/conversation_repair/chitchat.yml +0 -7
- rasa/cli/project_templates/finance/tests/conversation_repair/clarification.yml +0 -9
- rasa/cli/project_templates/finance/tests/conversation_repair/completion.yml +0 -18
- rasa/cli/project_templates/finance/tests/conversation_repair/corrections.yml +0 -17
- rasa/cli/project_templates/finance/tests/conversation_repair/digressions.yml +0 -32
- rasa/cli/project_templates/finance/tests/conversation_repair/human_handoff.yml +0 -21
- rasa/cli/project_templates/finance/tests/conversation_repair/skipping_collect_steps.yml +0 -16
- rasa/cli/project_templates/finance/tests/demo_scripts/main.yml +0 -16
- rasa/cli/project_templates/finance/tests/happy_paths/balance_verification.yml +0 -15
- rasa/cli/project_templates/finance/tests/happy_paths/banking_questions.yml +0 -12
- rasa/cli/project_templates/finance/tests/happy_paths/card_blocking.yml +0 -52
- rasa/cli/project_templates/finance/tests/happy_paths/money_transfer.yml +0 -136
- rasa/cli/project_templates/finance/tests/happy_paths/payee_management.yml +0 -27
- rasa/cli/project_templates/finance/tests/happy_paths/user_greeted.yml +0 -5
- rasa/cli/project_templates/plain/actions/__init__.py +0 -0
- rasa/cli/project_templates/plain/config.yml +0 -17
- rasa/cli/project_templates/plain/credentials.yml +0 -33
- rasa/cli/project_templates/plain/data/patterns/pattern_session_start.yml +0 -7
- rasa/cli/project_templates/plain/domain.yml +0 -5
- rasa/cli/project_templates/plain/endpoints.yml +0 -58
- rasa/cli/project_templates/telco/actions/__init__.py +0 -0
- rasa/cli/project_templates/telco/actions/actions_billing.py +0 -197
- rasa/cli/project_templates/telco/actions/actions_get_data_from_db.py +0 -43
- rasa/cli/project_templates/telco/actions/actions_run_diagnostics.py +0 -23
- rasa/cli/project_templates/telco/actions/actions_session_start.py +0 -13
- rasa/cli/project_templates/telco/config.yml +0 -25
- rasa/cli/project_templates/telco/credentials.yml +0 -33
- rasa/cli/project_templates/telco/csvs/billing.csv +0 -10
- rasa/cli/project_templates/telco/csvs/customers.csv +0 -5
- rasa/cli/project_templates/telco/data/flows/flow_global.yml +0 -5
- rasa/cli/project_templates/telco/data/flows/flow_reboot_router.yml +0 -8
- rasa/cli/project_templates/telco/data/flows/flow_reset_router.yml +0 -7
- rasa/cli/project_templates/telco/data/flows/flow_solve_internet_issue.yml +0 -73
- rasa/cli/project_templates/telco/data/flows/flow_undertand_bill.yml +0 -45
- rasa/cli/project_templates/telco/data/patterns/pattern_completed.yml +0 -7
- rasa/cli/project_templates/telco/data/patterns/pattern_human_handoff.yml +0 -6
- rasa/cli/project_templates/telco/data/patterns/pattern_search.yml +0 -7
- rasa/cli/project_templates/telco/data/patterns/pattern_session_start.yml +0 -9
- rasa/cli/project_templates/telco/docs/reset_vs_rboot_router.txt +0 -1
- rasa/cli/project_templates/telco/docs/restart_router.txt +0 -6
- rasa/cli/project_templates/telco/docs/run_speed_test.txt +0 -6
- rasa/cli/project_templates/telco/domain/domain_global.yml +0 -29
- rasa/cli/project_templates/telco/domain/domain_patterns.yml +0 -17
- rasa/cli/project_templates/telco/domain/domain_reboot_router.yml +0 -20
- rasa/cli/project_templates/telco/domain/domain_reset_router.yml +0 -11
- rasa/cli/project_templates/telco/domain/domain_run_speed_test.yml +0 -24
- rasa/cli/project_templates/telco/domain/domain_solve_internet_issue.yml +0 -74
- rasa/cli/project_templates/telco/domain/domain_undertand_bill.yml +0 -102
- rasa/cli/project_templates/telco/endpoints.yml +0 -60
- rasa/cli/project_templates/telco/prompts/command-generator.jinja2 +0 -57
- rasa/cli/project_templates/telco/tests/e2e_results_failed.yml +0 -62
- rasa/cli/project_templates/telco/tests/e2e_results_passed.yml +0 -130
- rasa/cli/project_templates/telco/tests/e2e_test_cases/billing_test_cases.yml +0 -68
- rasa/cli/project_templates/telco/tests/e2e_test_cases/global_test_cases.yml +0 -13
- rasa/cli/project_templates/telco/tests/e2e_test_cases/internet_slow_test_case.yml +0 -47
- rasa/cli/project_templates/telco/tests/e2e_test_cases/out_of_scope_test_case.yml +0 -21
- rasa/cli/project_templates/telco/tests/e2e_test_cases/patterns_test_cases.yml +0 -15
- rasa/shared/importers/static.py +0 -63
- rasa/utils/openapi.py +0 -144
- {rasa_pro-3.13.1a17.dist-info → rasa_pro-3.13.2.dist-info}/NOTICE +0 -0
- {rasa_pro-3.13.1a17.dist-info → rasa_pro-3.13.2.dist-info}/WHEEL +0 -0
- {rasa_pro-3.13.1a17.dist-info → rasa_pro-3.13.2.dist-info}/entry_points.txt +0 -0
|
@@ -1,26 +1,6 @@
|
|
|
1
1
|
rasa/__init__.py,sha256=YXG8RzVxiSJ__v-AewtV453YoCbmzWlHsU_4S0O2XpE,206
|
|
2
2
|
rasa/__main__.py,sha256=-PZSicdimOUsU-dkWu3x6eY1G6P8VwqZvB1ag02PoE8,6418
|
|
3
3
|
rasa/api.py,sha256=RY3SqtlOcdq4YZGgr6DOm-nUBpiA8l8uguUZOctL_7o,6320
|
|
4
|
-
rasa/builder/README.md,sha256=7WYioSzBHFY25h1QCFellv7bIOW9VLH7Gf7dwQEc1k0,3715
|
|
5
|
-
rasa/builder/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
rasa/builder/config.py,sha256=NxTvyqWGzJnPANv2s78SBv98fiVhebF2ktzWgr6W0CA,2461
|
|
7
|
-
rasa/builder/create_openai_vector_store.py,sha256=jAk1QzM4HiC0wjkn1031xBzLFGwVV4JUJMc50QZFIdw,6642
|
|
8
|
-
rasa/builder/exceptions.py,sha256=lsMX_892AoDi4yY86mIX0x-hGvCDZN22kOTTGM5Tvro,1220
|
|
9
|
-
rasa/builder/inkeep-rag-response-schema.json,sha256=ePVbGo6u6sm_CPS8EeECX3UayIvcfUe6yTy2gtexKlk,1498
|
|
10
|
-
rasa/builder/inkeep_document_retrieval.py,sha256=FafqkRgwn-OktF2oBEUzGw28KhmKPU90SSL5Tb8jLZA,7467
|
|
11
|
-
rasa/builder/llm-helper-schema.json,sha256=z5IJc_-2mZ9oQ-z-9WzTivOoqYsLXCAm8MIOTWy5rGs,1609
|
|
12
|
-
rasa/builder/llm_context.py,sha256=zy7htrXgS_QWJWeEj4TfseQgTI65whFJR_4GKm_iOvE,2826
|
|
13
|
-
rasa/builder/llm_helper_prompt.jinja2,sha256=AhfEzXYIMTmWgd2TgVmPVeCfojHA29IiuO6JhTOXXKY,9585
|
|
14
|
-
rasa/builder/llm_service.py,sha256=vAVekor9ZBRZw6-TGDGXoutd9UaNnQV2GltbLbM0-Qc,11459
|
|
15
|
-
rasa/builder/logging_utils.py,sha256=iPJoN2HhNlS14SKyZv0s0iIljrmP6A8s8C5btoDVOXM,1383
|
|
16
|
-
rasa/builder/main.py,sha256=KzlVDESi5FO3ZAXxr2RISwn2aXACaY4jjZ5Fb-lcVM4,4242
|
|
17
|
-
rasa/builder/models.py,sha256=EuP6FVD0VIkG8Jzf8ftYW2A1xirDRTlN4Ae-OmdLdAA,6208
|
|
18
|
-
rasa/builder/project_generator.py,sha256=7z2wyiwXFYQdw9RT2Yht5NrrtWwntgTBdCuaJGrEheM,10937
|
|
19
|
-
rasa/builder/scrape_rasa_docs.py,sha256=yWezvPgfLkokm9t71ngyckNKCiY4bRvc9azEgSYN0Sg,2480
|
|
20
|
-
rasa/builder/service.py,sha256=Z8yvRCnRYQbdHtyiNXLU8LhLlOl7FvccXbpWbOJ0RVU,24575
|
|
21
|
-
rasa/builder/skill_to_bot_prompt.jinja2,sha256=h2Fgoh9k3XinN0blEEqMuOWuvwXxJifP3GJs-GczgBU,5530
|
|
22
|
-
rasa/builder/training_service.py,sha256=9OIRZ6CRXHc_m9VHkeHHK7woN5Q1n7BpmsxjYjuByoI,4046
|
|
23
|
-
rasa/builder/validation_service.py,sha256=rKMgbG8Jyv8WMnTIXOMd7VuGWAYicrL9wDJ22BJXZHE,2765
|
|
24
4
|
rasa/cli/__init__.py,sha256=eO5vp9rFCANtbTVU-pxN3iMBKw4p9WRcgzytt9MzinY,115
|
|
25
5
|
rasa/cli/arguments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
6
|
rasa/cli/arguments/data.py,sha256=e3mYapaRIczM74P5genuXy1ORqIR4x20khQXUvy8JLA,3040
|
|
@@ -71,206 +51,6 @@ rasa/cli/project_templates/default/e2e_tests/happy_paths/user_removes_contact.ym
|
|
|
71
51
|
rasa/cli/project_templates/default/e2e_tests/happy_paths/user_removes_contact_from_list.yml,sha256=5iMfRCbPpf08Jawog_fuXw-aR6nV0za0Cx60wiFwhhA,417
|
|
72
52
|
rasa/cli/project_templates/default/endpoints.yml,sha256=YHMIzpxM7xyfhNOQLpZs1V-RgQvRdR8uc2SZsnKZDxg,1999
|
|
73
53
|
rasa/cli/project_templates/defaults.py,sha256=36XGO6Xky2SXuI3hfzNaOSPxaHzoGwsEzY1mQSpYqkI,4613
|
|
74
|
-
rasa/cli/project_templates/finance/actions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
75
|
-
rasa/cli/project_templates/finance/actions/action_add_payee.py,sha256=ktqKPqAc7IdJxNUBk8TOH6ZAwu5JzMsS3B9PixO9N14,1480
|
|
76
|
-
rasa/cli/project_templates/finance/actions/action_ask_account.py,sha256=7RXZRBUC-9ur9dTPWLkB3zJ-ndaIBLFFUSLgGyCHMok,1444
|
|
77
|
-
rasa/cli/project_templates/finance/actions/action_ask_account_from.py,sha256=J-uqHopVsFpNU0GDxd2IpoQzLuePp_EQALPTBbaA1bk,1418
|
|
78
|
-
rasa/cli/project_templates/finance/actions/action_ask_card.py,sha256=s2vST5-yxFROpl9-xuhfgoFmkzYyVbGjxeWtjf_0HMw,1336
|
|
79
|
-
rasa/cli/project_templates/finance/actions/action_check_balance.py,sha256=san_BAM1AazRTFMJRqEjW8dwEdRZud743tWUok2g-GQ,1139
|
|
80
|
-
rasa/cli/project_templates/finance/actions/action_check_card_existence.py,sha256=wHwtUY-VG6LeKmgVgEksWRe3bPJk4VAMM4C8uCZaaXw,1061
|
|
81
|
-
rasa/cli/project_templates/finance/actions/action_check_payee_existence.py,sha256=1ioa0YCrgcFf9dD4eDeDec1ArPM7gPgH4xA3RnJeq-0,1132
|
|
82
|
-
rasa/cli/project_templates/finance/actions/action_check_sufficient_funds.py,sha256=NpVh-bBliV6OjNmlHXetKr5W2emeGjlTGmHnKAiAnf8,1250
|
|
83
|
-
rasa/cli/project_templates/finance/actions/action_list_payees.py,sha256=BXzrZt1Hm6ClQyxP_3r0_1zLbOHsQHTMAKedUEtLXgY,1258
|
|
84
|
-
rasa/cli/project_templates/finance/actions/action_process_immediate_payment.py,sha256=nczehD_DIMn2zFRpJv7Fm0YaBA4hHNACdG80DXYSll4,504
|
|
85
|
-
rasa/cli/project_templates/finance/actions/action_remove_payee.py,sha256=xUfFrsNwibHnG_i7N5GnBuUXHt3AEwv9EvRAwOYKQsE,1525
|
|
86
|
-
rasa/cli/project_templates/finance/actions/action_schedule_payment.py,sha256=DRXO-H4bLVKI3T1fLErLurqcdDwiwjHHvG2V09pxg7o,561
|
|
87
|
-
rasa/cli/project_templates/finance/actions/action_session_start.py,sha256=Pp6AHDNMxiocGGfGRS5g9Ls_tP2GV4KgKkzdvyNRe8Y,2398
|
|
88
|
-
rasa/cli/project_templates/finance/actions/action_update_card_status.py,sha256=5uIWwyjy1LhNA7jP8Qr43t4sPsEBfzAMXWVatEQEVTM,1482
|
|
89
|
-
rasa/cli/project_templates/finance/actions/action_validate_payment_date.py,sha256=7591cJicv4SukK4Xwf-GsHFJ9GyPA0lqIeWVPeyQcaw,1230
|
|
90
|
-
rasa/cli/project_templates/finance/actions/database.py,sha256=JDLWzYs9BocjxJ345GCXrUwwd-IHe3glfjtwbcfV06I,9955
|
|
91
|
-
rasa/cli/project_templates/finance/config.yml,sha256=6G3gaVEGYszM71a_lShgxV334Awcclw7vOEcyBr1q9c,790
|
|
92
|
-
rasa/cli/project_templates/finance/credentials.yml,sha256=h_hZQaVP_GqG58xAbXtQ0uOD5J63M-my0__nvyBLYF0,1014
|
|
93
|
-
rasa/cli/project_templates/finance/csvs/accounts.csv,sha256=DcFXLw_ji2cO8uXxGTycvCiGY0WEpS8gGXA9dpVE7PI,470
|
|
94
|
-
rasa/cli/project_templates/finance/csvs/advisors.csv,sha256=LGhoLPNEYONp4ryZ0vGeIn4hqESR1cmdQZoH_usSgYI,553
|
|
95
|
-
rasa/cli/project_templates/finance/csvs/appointments.csv,sha256=_A4UVwOeDiMOMuwWPfODp2hrFdIK-AwMtFWKI_wWCLo,7529
|
|
96
|
-
rasa/cli/project_templates/finance/csvs/branches.csv,sha256=5fNH0IACEpmw434dbXE-gLaKxiLX3I6KOkBszTSdPkI,785
|
|
97
|
-
rasa/cli/project_templates/finance/csvs/cards.csv,sha256=c_QuwlZBSbn1GMvdExb7RC8Tpk2JvLmObKqD0cYZoFQ,874
|
|
98
|
-
rasa/cli/project_templates/finance/csvs/payees.csv,sha256=sgJHt2QL860vpMdq-VUkB-S6ZQdJNHpC7hZbesJJXpo,687
|
|
99
|
-
rasa/cli/project_templates/finance/csvs/transactions.csv,sha256=BeJxE7FLlD5skEwf8ao7PfiuEzR0G4NXV8Db1qA4MOE,6742
|
|
100
|
-
rasa/cli/project_templates/finance/csvs/users.csv,sha256=AeO3jwDmo6y00MDJQq9gUgDhJ9qOsPSvMbGbiKxFNns,601
|
|
101
|
-
rasa/cli/project_templates/finance/data/flows/add_payee.yml,sha256=MP2ssaXM86xxSKlkA1XFxkyriuVUzv32ibEYa9I2phc,1171
|
|
102
|
-
rasa/cli/project_templates/finance/data/flows/block_card.yml,sha256=wYmVYk5tvmWyV1GC8zRarKW5sp3NDqd5p-Gdmezd94E,3146
|
|
103
|
-
rasa/cli/project_templates/finance/data/flows/check_balance.yml,sha256=ikGISLx5HdpOm0S1kNG0NWP1zZAbhMdqJinVRKv3DmE,289
|
|
104
|
-
rasa/cli/project_templates/finance/data/flows/list_payees.yml,sha256=bINUCywX62vFGvYkwfi0JHDZXrH6sDDH4nP7RfU0nkg,211
|
|
105
|
-
rasa/cli/project_templates/finance/data/flows/remove_payee.yml,sha256=SIbhe7cbZLteApQyIRQ-GvcwecWGZ8yyDvc0K7bspWc,756
|
|
106
|
-
rasa/cli/project_templates/finance/data/flows/select_card.yml,sha256=LrrYFW4nLbbawf-VcWJc4yozKi4jQkr1Zb62nhMa9ds,355
|
|
107
|
-
rasa/cli/project_templates/finance/data/flows/transfer_money.yml,sha256=k1Q12ZNbYSnuTkfla1xFEY14l4lOMS7TEL8VTB32wo8,2353
|
|
108
|
-
rasa/cli/project_templates/finance/data/flows/welcome.yml,sha256=KGChyOdhytoeD_zAhgKfFilkD1eBrbsyOgF_VRzE3tQ,467
|
|
109
|
-
rasa/cli/project_templates/finance/data/nlu.yml,sha256=cVIvipnOogJ7_lYOrmmTJt65EdSV6lmYsi7jkxWj0oM,610
|
|
110
|
-
rasa/cli/project_templates/finance/data/patterns/pattern_chitchat.yml,sha256=4n42VtrCiSCclCjho1PhcF4nKwNZ-jNauDnTaR5egmM,161
|
|
111
|
-
rasa/cli/project_templates/finance/data/patterns/pattern_completed.yml,sha256=Tp7uZdWqcLIx6DTiA5pcXrZ04fDI91Q_ffi0Jxm45r0,156
|
|
112
|
-
rasa/cli/project_templates/finance/data/patterns/pattern_search.yml,sha256=dcXq-zYrJUsarngkF718Hy7yy7v_H0plqHAUI93CwO4,147
|
|
113
|
-
rasa/cli/project_templates/finance/data/patterns/pattern_session_start.yml,sha256=lJfWvIuOh_hY5cVxLiac7FXGh819KClb2n0-mOCwRak,253
|
|
114
|
-
rasa/cli/project_templates/finance/data/source/accounts.json,sha256=0Smi0Sts1AjDJHKIV0AaT8QG5VHzbfAS3rbmAga3atg,889
|
|
115
|
-
rasa/cli/project_templates/finance/data/source/advisors.json,sha256=tEE1CuryyCRJu2OxI7jw-TYMW5DV1imXkuT06Idp23c,1114
|
|
116
|
-
rasa/cli/project_templates/finance/data/source/appointments.json,sha256=IERKoZZhoQI7H2B7KQGXD1Wx-G9kGbkFhX70yo4baog,32375
|
|
117
|
-
rasa/cli/project_templates/finance/data/source/branches.json,sha256=Q5AP_-Tlp9ZIi76IK80cTTxbLtxTwJesqsPXCmS-2u4,1245
|
|
118
|
-
rasa/cli/project_templates/finance/data/source/cards.json,sha256=oIEBQBloYjLwmynyT_u0dEm91XGFOLie19pdfU387Zk,1275
|
|
119
|
-
rasa/cli/project_templates/finance/data/source/payees.json,sha256=LA94tqmPqaFr6biLEUNGFjf7iaqzcqwPEh8e5v9eBoc,1461
|
|
120
|
-
rasa/cli/project_templates/finance/data/source/transactions.json,sha256=qUBMkuYAF6eKl2Lhseiy_W_p_qJxRFx76LohlOMeQ_8,11955
|
|
121
|
-
rasa/cli/project_templates/finance/data/source/users.json,sha256=vVqtYHX6vkDfyskmdD7dhWSg8s7kf6YqmTmkIqiSDx8,761
|
|
122
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/block_card/consequences_of_blocking_card.txt,sha256=P10DX5Uvy76BSw4mM-51oBYGizPB6qzZwElqRDLwoRI,477
|
|
123
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/block_card/reasons_to_block_card.txt,sha256=xmFiV_j7tVH1bzeI46JA2Wh5cVHzHx6DGdnVLTaQ_eI,492
|
|
124
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/block_card/recovering_from_card_fraud.txt,sha256=Ul5ujCkATAvpuEmtkemxVwALnwsTTxXltIY81j8Rtuo,493
|
|
125
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/block_card/tips_for_card_security.txt,sha256=xbeS_bXtITTR7PRXBjBCJDwl5-7uRAUTJx67X9cZ7O4,530
|
|
126
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/block_card/what_to_do_if_card_is_lost.txt,sha256=X67TgPpGgPTQPAy2pojpWuorXl1QWDSKaLud3byUG4U,487
|
|
127
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/check_balance/account_balance_security.txt,sha256=UdzpH_7E55LJpRo9eLgeanNew8jIf70aUhMIFIVd_1Q,378
|
|
128
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/check_balance/common_balance_inquiries.txt,sha256=xOioXWRwyV_A5dJtxrtLzAej87S1OSlYt0E_LFRXkcQ,534
|
|
129
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/check_balance/methods_to_check_balance.txt,sha256=q8VcSZ3ksuiGEvi1qjMWbCbJOo-G-EiwSroEGUmnur8,436
|
|
130
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/check_balance/understanding_balance_updates.txt,sha256=OaUsD_wQJmoWXJQMOCi4Jv1ChEbdJgAMsutjBhQyoSc,449
|
|
131
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/check_balance/what_to_do_if_balance_is_incorrect.txt,sha256=n00N1bDmWHYHllllBQOhelYtR_It88MQC8WfAqRWcZ0,540
|
|
132
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/manage_payees/benefits_of_authorised_payees.txt,sha256=SXEBsmhHIiAwYSBz-270J8xPYfDh2oh0bCKd1TF_yG0,535
|
|
133
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/manage_payees/common_issues_with_payees.txt,sha256=isLt01kWtYgl-YnCJ1xvLY8opkJG014gw3awnjFiYOY,533
|
|
134
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/manage_payees/general_payee_information.txt,sha256=GaZ4AMT5-f3vhVF4r18s-zSBXNvAJgn19jTYQ4mS42w,446
|
|
135
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/manage_payees/payee_management_tips.txt,sha256=wq0JeVrm56iybGYstLsgEy_Hh3Q2RzbdRP6_55mV82s,441
|
|
136
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/manage_payees/understanding_payee_types.txt,sha256=Dn7glzH3RWDwSmc3jZqj9LJTmJI6laokFl8PsbVY3CM,455
|
|
137
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/transfer_money/common_transfer_errors.txt,sha256=kENNkZ1yEHoohqmH4vFqTiKVja1sW__VOWGCMDDJ7RQ,557
|
|
138
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/transfer_money/fees_for_transfers.txt,sha256=C4iHIKVfKAsDPXmmGvfuCcOnBRE9N30t66eAmcxs4Vs,461
|
|
139
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/transfer_money/general_transfer_information.txt,sha256=IkklWyTBXrLbhsnpmQOwh4vlbpyPPmSfU1cwJ3Ag_B8,455
|
|
140
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/transfer_money/security_tips_for_transfers.txt,sha256=6JGi050EQBjdnXcBAt85YfjoW14L6ZTI8jv8jiw15Hk,528
|
|
141
|
-
rasa/cli/project_templates/finance/docs/bank_of_rasa_faq/transfer_money/transfer_processing_times.txt,sha256=K1nACrSHkF8bRQJ0LVitKCQODIEn_tclbJxCI2Wm9o8,471
|
|
142
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part1.txt,sha256=qXi0AnrO37yMVdWJgFB1P6PMn2dnXSaB31XOEGrlaDk,21342
|
|
143
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part10.txt,sha256=mkclHX4CE1O2qmeT7sa2rWqfUQmAptiYv6fUFYaKDL0,30616
|
|
144
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part11.txt,sha256=mw_IKqkyObOquUIPH-V_LVSVB_OrQI63x18YQi9s3rY,11227
|
|
145
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part12.txt,sha256=fBs1i-a-aO-RudDLu80b2DAS7FDqKhpPVeJp3_XIp0g,20000
|
|
146
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part13.txt,sha256=MnWmh5Ery1R0VWr4uIDa9LxIV5PWUv8-VDXh4Z58vJU,17747
|
|
147
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part14.txt,sha256=--dMHO6XgGALcjtZYdPb_cYraaa_t9xJKOhsWTv-uq4,15787
|
|
148
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part15.txt,sha256=8RKnKdYjgtCSV46XUg_8noy7HG6aG6Xe_NjCyermX7o,24621
|
|
149
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part16.txt,sha256=y2r9omuqNRwct27rxiYQ4ytigi519-y_AKJPp6x1sDE,12706
|
|
150
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part17.txt,sha256=14HH3bsdDxLRze0GQ5fOfI2zwX3t5Q6zYm_Rf4MVI1s,25517
|
|
151
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part18.txt,sha256=4gzC8WymFPIACu3mXolQmqeiljmHr4RopIxma9rTQOs,17878
|
|
152
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part19.txt,sha256=-pQt2gF4IYPEawFHUlhGqqJNFSWG4KyCjXdXa2X0GD4,16898
|
|
153
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part2.txt,sha256=dqFmeGMB_S9TwHmnL7zjua4FAuXsnTFP1fc5kLMmNNU,15262
|
|
154
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part20.txt,sha256=YW6bbfT_ntMTCzdEfrzdqDRkC_9RCWU8ynUOZbY24Y0,18452
|
|
155
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part21.txt,sha256=q3rOY2Wu8dmQL7Vfjm8-u_92WZxQTMy7nlR82CV-fdQ,19377
|
|
156
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part22.txt,sha256=Kyyz9Cap1jqxwAVpGiww7Dw2MTEM0C6UliGsi0pUpxs,17000
|
|
157
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part23.txt,sha256=fDnPy9xXS81WoQ3mwNUOwyIY_fq12gu6GgQ5PljzLZo,20713
|
|
158
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part24.txt,sha256=R6_p4FzVK298VlLgTk2CY8xXRiOw8t20KFrhepC0qpQ,10986
|
|
159
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part25.txt,sha256=ZOw6vSC8VitWzUCUFwrQn2dr9BfXt6B5ppwdKhQhZ9U,17170
|
|
160
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part26.txt,sha256=JraAnKbrd1UZ_lCBD09fi4ECOVzg8D8EjeSbf5J3ehE,10761
|
|
161
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part27.txt,sha256=QmXPh7k9H5CxVyhE7SmzEAiUFdWaSy7px9mB0ZsuK3g,19336
|
|
162
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part28.txt,sha256=iE0du9hkGfzGADlfkpr6swrKmqpzZ3VO961QKnoyNCI,14681
|
|
163
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part29.txt,sha256=GyD648wiwD3gXSDMMYUKyGjX0SmsR6u4gRzKkWOXJw8,27004
|
|
164
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part3.txt,sha256=pTnoKXcoXr2I-0AWgW2junZ5XRyfFgqBPTOHcqy-hBg,18900
|
|
165
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part30.txt,sha256=KjJM0BclYvQ7yl1CaSJqA3uvtCYSC_3W-GvkYRT_b_4,16466
|
|
166
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part31.txt,sha256=I9elWeXK0K4mNTodDOin_QMZTb8VBHEcZaSBlEdVhP8,19033
|
|
167
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part32.txt,sha256=t0rErOoJlZstpUtaMViTHyEQDP-JdDUTpVoPZ0Ctddc,12537
|
|
168
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part33.txt,sha256=uJFb0CrQvRE-jVPpQf28jJB4Yp0tZUSupNJ0QMiXP-Y,18793
|
|
169
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part34.txt,sha256=GdTYA4jzOfCxEYuAbTtpH-Y5WoBTR8UqGj6aWNnKQds,22304
|
|
170
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part35.txt,sha256=evUjnRpoqGn6JmKq3CJkz4q0d8PWO4_u_-s8SJtMgQ8,13147
|
|
171
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part36.txt,sha256=mXFZvxGRrd58KSfAyQIv-xdAwIJM_FZHk4PNEK-1PB0,19755
|
|
172
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part37.txt,sha256=dK7BfKoZ9X89o8kMEH8Y_8san7vyy9ZBFO0ilpP8jnA,20159
|
|
173
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part38.txt,sha256=rdAr0OCq_qYyV2M39091tiJvH37HHc49f1NKyTjAVs0,14622
|
|
174
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part39.txt,sha256=xRI1Yrp6ssKrO5bSIqxY_83nnzNq5juJZp8IXUDrjVo,26018
|
|
175
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part4.txt,sha256=ECD2VM10jdUufwdrz7eYdwIeTTpj5jp66lpOmKhdo6Y,19400
|
|
176
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part40.txt,sha256=z9UVGhsQbnFzFOVQsih7BcyEiTHb8VluZXgabFKYlTQ,21872
|
|
177
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part41.txt,sha256=WnbHg9Cpz80zxw903CjsTow9weDvlsivQJO6_Yb8iGw,15319
|
|
178
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part42.txt,sha256=C6bb8vb7zsyhSD8h-3meN4jgsVXgbm5_8BqKEKzUBOg,19267
|
|
179
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part43.txt,sha256=pttRMjhB5GiFcuPqqOWHwnujnHUqtmRSXH1m5Ab884w,21689
|
|
180
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part44.txt,sha256=27BriV1wOWXcCBxM4Izj58yorXyOLrETD9M-ZMT-qcg,14253
|
|
181
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part45.txt,sha256=L9k5YhdK8jgX623pRHfVR2MZPjGFcQsRn-6f8EjU6DI,14418
|
|
182
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part46.txt,sha256=fdWAG-e8f0wtya55BOYrEr-yqGQonikgxOpigzTsMNc,17512
|
|
183
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part47.txt,sha256=DZY9oCxmzgZ4ZkIUD06L2v0DvlcalkU7Cp65avcAGKo,17922
|
|
184
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part48.txt,sha256=eTgMJGeRqG0OYFGSclVaaBFOILsvpp0iH1yDmuokfpM,22653
|
|
185
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part49.txt,sha256=L0m8kgeIjmeO-51lun4TvYD9OfTGa6NgNA-tmtO_Ulg,25537
|
|
186
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part5.txt,sha256=D3k1bebP3HZAzPCVyraYc9SubtzX9aK9Hv7cBKKstAI,22062
|
|
187
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part50.txt,sha256=pnEDMTjp5p7k_osyMxtmloXrTt4M5RST_FeeSkJIKuo,23697
|
|
188
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part51.txt,sha256=6wgQo-WwknbhHPPlH_DZYXTxszOTJ76OPJ40Yqa_qKc,17751
|
|
189
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part52.txt,sha256=67mDUerLplkkGDdT8Y8vXbUIpfQRG8_TWMyh83jvGxA,14220
|
|
190
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part53.txt,sha256=4qyJJL71fmb35hUeNzkYgR5W0xf0D_CCtZQaO1mmhDk,12270
|
|
191
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part54.txt,sha256=8IgiGD6-T_WmO4dXVVd5iL7n44oaXZymcik7QetY4gc,12703
|
|
192
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part55.txt,sha256=KsV13Tay9OrFJaR4VqMBc0fe2RcwuyLAbpby30vjxXU,25359
|
|
193
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part56.txt,sha256=PTulbRj9pJAJJD6UF40hq4JpV4e7T9ZBP8VpTx8b8uk,15896
|
|
194
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part57.txt,sha256=sbtupe8hxNYrszZyqw2BxlKoCXtk0EYxAb0ADgFE33A,22968
|
|
195
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part58.txt,sha256=F93D5Pp6s5VRnYHiHdaFZ7SUgF6JQjMN0P3IEvfpeCM,17410
|
|
196
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part59.txt,sha256=oXwbXU83A6eT7zL8flryFTPM8PHU0o6ZEtYEQGgTv4A,16845
|
|
197
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part6.txt,sha256=oaJWaHOE-fMwDBMlCfZoQVVqSgOhiR0cwbsSO2PO5tE,22583
|
|
198
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part60.txt,sha256=cWq8WOI_JXCgL6AiKNOOXFj4lkrAg0gq24E_V63umMk,24630
|
|
199
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part61.txt,sha256=t4lrO-c2JHvd7POESU2EchlIjyKnmpwL4V_mjeownpY,12732
|
|
200
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part7.txt,sha256=KdBohNojdDv2C5AjEn5n0plWcouXnucX1oBD6spcGe8,15489
|
|
201
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part8.txt,sha256=8pYFAXMN85Ib_e0WaoXkrg6oWLzUw9Ws1dt8t1Pqhpo,20310
|
|
202
|
-
rasa/cli/project_templates/finance/docs/huggingface_alpaca_dataset/questions_part9.txt,sha256=z768wU20LHoWt2SfYufeRPGmWXPI7h5F5Hsvikpnt7k,20368
|
|
203
|
-
rasa/cli/project_templates/finance/domain/add_payee.yml,sha256=cn7Fe1g-wN1wg_9jSm3qv1mrqsSRZUDl1EOCONiMnhY,1445
|
|
204
|
-
rasa/cli/project_templates/finance/domain/block_card.yml,sha256=U0zScEU4pKENnHt2-_TVquyMGTNoqEDmhCDKjy6k5Qw,3974
|
|
205
|
-
rasa/cli/project_templates/finance/domain/check_balance.yml,sha256=UuMUTIn3bA3cXAJ0dg-UaWrE3UMco4q3bTdYqQcImaI,107
|
|
206
|
-
rasa/cli/project_templates/finance/domain/default_actions.yml,sha256=t1b0pAwAWkEYSLB9ZqPxCiF7wxMmEk-MDtfZ9gBqCmQ,209
|
|
207
|
-
rasa/cli/project_templates/finance/domain/default_flows.yml,sha256=ZjgFGDRDTHr9ICp241bA2IEyNH8jwE2p0sv4erlKc0Q,1615
|
|
208
|
-
rasa/cli/project_templates/finance/domain/list_payees.yml,sha256=jowm8wCj-iiMTF17R-f5S8LtIIQmk5WRFw5E8ggkc2A,48
|
|
209
|
-
rasa/cli/project_templates/finance/domain/remove_payee.yml,sha256=OHiseEt-urNIPRez3OmY6Ev7TFifuiwjqS8N0aCvVMM,473
|
|
210
|
-
rasa/cli/project_templates/finance/domain/select_card.yml,sha256=eYmfmmz8QHsWJAK7YWnmf4AjyqeMSWi1srLm65B4f9s,171
|
|
211
|
-
rasa/cli/project_templates/finance/domain/transfer_money.yml,sha256=RUyNU3qiJBk5oyy666B0ipAUkNRd4fdJNJrYbpC8c4M,2321
|
|
212
|
-
rasa/cli/project_templates/finance/endpoints.yml,sha256=ltcxb1Cj2S4BFRVtzIfW1eyd4WBgMPoe3DrNphleUcw,2115
|
|
213
|
-
rasa/cli/project_templates/finance/prompts/command-generator.jinja2,sha256=3_vP1QthoteyHZpdGgc2Rz0Nd7PTHvH3lxbBz2WD3HQ,3529
|
|
214
|
-
rasa/cli/project_templates/finance/prompts/rephraser_demo_personality_prompt.jinja2,sha256=ZVlS0Cc-jTfWjbL4_Pi3_7cH6TbbMurdG519ECSE53s,707
|
|
215
|
-
rasa/cli/project_templates/finance/tests/conversation_repair/cancellations.yml,sha256=KF6p7c2NfEHYRxbNxf8mac0-L1Cq3qF1QmQGWSltYgM,477
|
|
216
|
-
rasa/cli/project_templates/finance/tests/conversation_repair/cannot_handle.yml,sha256=zwlynIt5ChHza4Kt4dxP4kXT_Kp-atjLYwAb7GAQsnE,197
|
|
217
|
-
rasa/cli/project_templates/finance/tests/conversation_repair/chitchat.yml,sha256=9jRIFd0hO6f4XYLrBSeLH4uTZm9DzxT7KpoCqqY7XdM,441
|
|
218
|
-
rasa/cli/project_templates/finance/tests/conversation_repair/clarification.yml,sha256=Sti3D7vZUsx7PJka2TBOxVu1WU3_GYrZkTnZPICt76Q,296
|
|
219
|
-
rasa/cli/project_templates/finance/tests/conversation_repair/completion.yml,sha256=n5ZfVPuxyOwXyqzuY2a1vck6Dg9qLZnKS0K3skswsz8,636
|
|
220
|
-
rasa/cli/project_templates/finance/tests/conversation_repair/corrections.yml,sha256=g52IPCSmpaKtWNao3tFFLNILmEQYbIVBRmDnsiQFv-0,676
|
|
221
|
-
rasa/cli/project_templates/finance/tests/conversation_repair/digressions.yml,sha256=fhfKuSej2MUoEtOVmhaA3iOwCJDK9ww3wfxz_9V2VyY,1240
|
|
222
|
-
rasa/cli/project_templates/finance/tests/conversation_repair/human_handoff.yml,sha256=7HIA6pVcIMws1AajwPqoYp10GDcTiLQhDe-hanGiAD8,764
|
|
223
|
-
rasa/cli/project_templates/finance/tests/conversation_repair/skipping_collect_steps.yml,sha256=L2Oa-aptctOpGYLtyXzjq4-PYNxptKCg8yAPlX9QPsA,614
|
|
224
|
-
rasa/cli/project_templates/finance/tests/demo_scripts/main.yml,sha256=SZfBe8EdEkJFRpaoE8VALSRi7lmV_xicU-ugG2SkpCc,574
|
|
225
|
-
rasa/cli/project_templates/finance/tests/happy_paths/balance_verification.yml,sha256=19OhXzHIqMRkGC6Oqf9HsolUojGDgO-A4UPhMltTQIU,603
|
|
226
|
-
rasa/cli/project_templates/finance/tests/happy_paths/banking_questions.yml,sha256=8o8q9T8FNj1Llns50RbJL224JFtD8j50i8971JEtqaY,812
|
|
227
|
-
rasa/cli/project_templates/finance/tests/happy_paths/card_blocking.yml,sha256=lnwiqvzVp5im6fsWlINBca3r3z_jF_eZuxCU2DZae4U,2419
|
|
228
|
-
rasa/cli/project_templates/finance/tests/happy_paths/money_transfer.yml,sha256=is5nKqzLs8EU2_SebnHiQ6i-RGfz2oAgnjtPq8Yppxg,4818
|
|
229
|
-
rasa/cli/project_templates/finance/tests/happy_paths/payee_management.yml,sha256=JtAgVO0-qvbuVELpKPDV64HG8TEkIIz8S5we37A1J-g,914
|
|
230
|
-
rasa/cli/project_templates/finance/tests/happy_paths/user_greeted.yml,sha256=op9TrCV_0E1xfMelNvx9bWP1xPtKDQeAbtD-EXSPEq8,126
|
|
231
|
-
rasa/cli/project_templates/plain/actions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
232
|
-
rasa/cli/project_templates/plain/config.yml,sha256=bmJ5X9nnuD2knwClniM9EFh11wstAbVvMvFR7nv-U2g,390
|
|
233
|
-
rasa/cli/project_templates/plain/credentials.yml,sha256=h_hZQaVP_GqG58xAbXtQ0uOD5J63M-my0__nvyBLYF0,1014
|
|
234
|
-
rasa/cli/project_templates/plain/data/patterns/pattern_session_start.yml,sha256=m7Kyo738_25JeGM_HbvjOrNMQXCdGpaSlSVCicD1S28,175
|
|
235
|
-
rasa/cli/project_templates/plain/domain.yml,sha256=6Jm8AbB3LD2KBWPKfpiW03sSFBCEW9iJfLw3Zx3msAs,171
|
|
236
|
-
rasa/cli/project_templates/plain/endpoints.yml,sha256=YHMIzpxM7xyfhNOQLpZs1V-RgQvRdR8uc2SZsnKZDxg,1999
|
|
237
|
-
rasa/cli/project_templates/telco/actions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
238
|
-
rasa/cli/project_templates/telco/actions/actions_billing.py,sha256=q0OV2t4_bk7Yk9fcp04rypd7sLbTZaOyFQgQdmBo2ek,7242
|
|
239
|
-
rasa/cli/project_templates/telco/actions/actions_get_data_from_db.py,sha256=faW0mAGXxnCfDuSLSQUdKoDBs12mZBzsmdohRWX27jg,1452
|
|
240
|
-
rasa/cli/project_templates/telco/actions/actions_run_diagnostics.py,sha256=V1QqtTPZTWlkqExOqmLBqvzm-yIPPx-T9pc950SLvdk,739
|
|
241
|
-
rasa/cli/project_templates/telco/actions/actions_session_start.py,sha256=j14ItwzwQt_qQcEAcDD1Xh_MxKXTCI0v3bP0q2RjyjY,309
|
|
242
|
-
rasa/cli/project_templates/telco/config.yml,sha256=W52rQO0RxWLarRcZXtdT8RdAuWxxkQ0zio1XKiw9HTQ,577
|
|
243
|
-
rasa/cli/project_templates/telco/credentials.yml,sha256=h_hZQaVP_GqG58xAbXtQ0uOD5J63M-my0__nvyBLYF0,1014
|
|
244
|
-
rasa/cli/project_templates/telco/csvs/billing.csv,sha256=ffhfRiMVnpVoZOhpUhTpiU2LHKRHgMNDzMV1mnffCC4,278
|
|
245
|
-
rasa/cli/project_templates/telco/csvs/customers.csv,sha256=ZOsH7gUooq_l09QKoZsEQwoGWcaozdfJYigcwNE1ipM,109
|
|
246
|
-
rasa/cli/project_templates/telco/data/flows/flow_global.yml,sha256=YGlDpgM6uzC93mwzJMCSaAsVUOFY3TpOjIjAcFMfM8s,209
|
|
247
|
-
rasa/cli/project_templates/telco/data/flows/flow_reboot_router.yml,sha256=wq_iJX4shdPh2Gvi1-2s7fhF_ivZi1C5gOKDVFUkfD0,288
|
|
248
|
-
rasa/cli/project_templates/telco/data/flows/flow_reset_router.yml,sha256=IFp8WSVclHQKQlM7dJphKBtRcIGXO_l4CmvTvvuGG8A,258
|
|
249
|
-
rasa/cli/project_templates/telco/data/flows/flow_solve_internet_issue.yml,sha256=IhJfXTHhLDGjCkEwQRT1NkLsOupKTcrIY-liqSc9WoI,4025
|
|
250
|
-
rasa/cli/project_templates/telco/data/flows/flow_undertand_bill.yml,sha256=8MQAu5KiIz4kDXLgeusU11uJQIzNdJ73U18QBUxvxFo,2275
|
|
251
|
-
rasa/cli/project_templates/telco/data/patterns/pattern_completed.yml,sha256=PgL2r2Gwu_GwLzFAH1t6-3XYwLCeGFKi_yIkxBRZV-s,372
|
|
252
|
-
rasa/cli/project_templates/telco/data/patterns/pattern_human_handoff.yml,sha256=J3KdWxx0EqQzVUu5ZG3PTDxZRikPnkuwoS4WppIFkxw,243
|
|
253
|
-
rasa/cli/project_templates/telco/data/patterns/pattern_search.yml,sha256=o6QSBlX6dAoQuRkMbB5YeT9UahEEuDxu_wQd_1YSRwE,484
|
|
254
|
-
rasa/cli/project_templates/telco/data/patterns/pattern_session_start.yml,sha256=IQKATa7b9buY5rigCJVh5d4HOSYoMpFagreb4fv-jJE,325
|
|
255
|
-
rasa/cli/project_templates/telco/docs/reset_vs_rboot_router.txt,sha256=xNgJ4u2FgNdhfXqH3sXGVMjCROlbR5SB7fbSvWabfUI,670
|
|
256
|
-
rasa/cli/project_templates/telco/docs/restart_router.txt,sha256=enyNLydmU6vlVSVNbkRRNv58Z9rwNVJsiJzuMS76-q4,698
|
|
257
|
-
rasa/cli/project_templates/telco/docs/run_speed_test.txt,sha256=VTVPiH0G1Tf-f42yetkl5_LyJB5D9e6-Ean0EZzm3dI,627
|
|
258
|
-
rasa/cli/project_templates/telco/domain/domain_global.yml,sha256=c6ojIwqZm7d-aZh4VPkhOav9XOdi7jmEjmp4QntgaAw,809
|
|
259
|
-
rasa/cli/project_templates/telco/domain/domain_patterns.yml,sha256=-Y1wKEu0KCF3YUSHmHGWgerAv49B90jECskWnnfa-S0,708
|
|
260
|
-
rasa/cli/project_templates/telco/domain/domain_reboot_router.yml,sha256=tLhlVDQGwRnK_4D_PgZinrF00vKnRfrWwz-kgnBA9GU,440
|
|
261
|
-
rasa/cli/project_templates/telco/domain/domain_reset_router.yml,sha256=g1pAM5N8S6A18sD2kNePkbDpllgsI9YyU8DMitCyFsE,412
|
|
262
|
-
rasa/cli/project_templates/telco/domain/domain_run_speed_test.yml,sha256=ECdBaP9cXWrQTmLAJB9HLf8Km3ZMrIysjtRmksXK5pg,492
|
|
263
|
-
rasa/cli/project_templates/telco/domain/domain_solve_internet_issue.yml,sha256=mxoWE0J-JEYF8IZXucdkanh7AvXQqiD_J_sfaLf88lc,2761
|
|
264
|
-
rasa/cli/project_templates/telco/domain/domain_undertand_bill.yml,sha256=-KYKDbqew12esbmHzAgGXr5epitsgNhNCfxy9HSnCeA,2331
|
|
265
|
-
rasa/cli/project_templates/telco/endpoints.yml,sha256=hy8eLiBAkoj9OK2N2Cb7UPiM6TX6GvFey0gmZLLzkxE,2034
|
|
266
|
-
rasa/cli/project_templates/telco/prompts/command-generator.jinja2,sha256=3_vP1QthoteyHZpdGgc2Rz0Nd7PTHvH3lxbBz2WD3HQ,3529
|
|
267
|
-
rasa/cli/project_templates/telco/tests/e2e_results_failed.yml,sha256=R2GZsKp1cuEiT9oQQ36nK5dcvAzOVTnGScRJYCrJC-k,7523
|
|
268
|
-
rasa/cli/project_templates/telco/tests/e2e_results_passed.yml,sha256=hRqqd4iOlHPNuiErEtiRyb_-XwDgyh3AGlJysVLKjl8,4752
|
|
269
|
-
rasa/cli/project_templates/telco/tests/e2e_test_cases/billing_test_cases.yml,sha256=v_pKl8imWKpqSTj-lmbJci6vIw0-o3CTlxy-4ozpG40,2456
|
|
270
|
-
rasa/cli/project_templates/telco/tests/e2e_test_cases/global_test_cases.yml,sha256=ZCG2zKXyFIoy3VaCcmrdr90WJGqtS0zDwDUXwHI-j20,467
|
|
271
|
-
rasa/cli/project_templates/telco/tests/e2e_test_cases/internet_slow_test_case.yml,sha256=-KJnfEQXiCGit3N_H8tZBW5tzYpAk1pZPzqay2GySy8,1823
|
|
272
|
-
rasa/cli/project_templates/telco/tests/e2e_test_cases/out_of_scope_test_case.yml,sha256=-oGwHJsiKKSMNQ0I2y6Sg-cvYiTaFLPrfF03GaIHy-Y,1060
|
|
273
|
-
rasa/cli/project_templates/telco/tests/e2e_test_cases/patterns_test_cases.yml,sha256=eZGIPq--nctYJDckjxvJKl3Zvd0f-3XSIvsV2Y8aL9A,1251
|
|
274
54
|
rasa/cli/project_templates/tutorial/actions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
275
55
|
rasa/cli/project_templates/tutorial/actions/actions.py,sha256=OG2_fGtq5_uAxcDfeM6qdbGrMqeSgNsAnYbiD5_YYh8,777
|
|
276
56
|
rasa/cli/project_templates/tutorial/config.yml,sha256=3kqcjn_S1lITvgkH1pPECSZPxsjtsnOS5B5RdebJCv8,232
|
|
@@ -280,7 +60,7 @@ rasa/cli/project_templates/tutorial/data/patterns.yml,sha256=phj1vrOcAacwzdVHFHN
|
|
|
280
60
|
rasa/cli/project_templates/tutorial/domain.yml,sha256=X16UwfoTNKSV2DYvEQZ-CfRczzg5MqI49AHgSH0-aZs,974
|
|
281
61
|
rasa/cli/project_templates/tutorial/endpoints.yml,sha256=ZZfchpZLo5MObU5JVXPqBi8KrKe8gzsZskSDAjpfS9E,1788
|
|
282
62
|
rasa/cli/run.py,sha256=QnmVCXORZambJzee1z3wMa3Ki8cPwSsImgQ2hbvbpuU,4632
|
|
283
|
-
rasa/cli/scaffold.py,sha256=
|
|
63
|
+
rasa/cli/scaffold.py,sha256=8cFXQN-iGViAXfST78f3JHmIxsVzcFfkVDisq0TsiSQ,8042
|
|
284
64
|
rasa/cli/shell.py,sha256=B3HEDiqRlqKfW0ZEHd9A-uqU9vo2-2VTWtKfQoPn74k,4667
|
|
285
65
|
rasa/cli/studio/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
286
66
|
rasa/cli/studio/download.py,sha256=5uLdnW60JQ1NkUcJfK_be2pKjVOtYzCCjNAQpfGkYnM,1163
|
|
@@ -299,7 +79,7 @@ rasa/cli/x.py,sha256=T10e6bVUx5BadZOt3JJ4T5EByiR5jJ2hv5ExXOnt9F8,6839
|
|
|
299
79
|
rasa/constants.py,sha256=ddT6MLksS96Jeav0waBMu3Z5yocBPgC695-IYE9EbXM,1389
|
|
300
80
|
rasa/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
301
81
|
rasa/core/actions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
302
|
-
rasa/core/actions/action.py,sha256=
|
|
82
|
+
rasa/core/actions/action.py,sha256=FtqcJrjqfdlkSDG9rphf1mggpUewbbcoQAIN7EHHe4s,43255
|
|
303
83
|
rasa/core/actions/action_clean_stack.py,sha256=xUP-2ipPsPAnAiwP17c-ezmHPSrV4JSUZr-eSgPQwIs,2279
|
|
304
84
|
rasa/core/actions/action_exceptions.py,sha256=hghzXYN6VeHC-O_O7WiPesCNV86ZTkHgG90ZnQcbai8,724
|
|
305
85
|
rasa/core/actions/action_hangup.py,sha256=o5iklHG-F9IcRgWis5C6AumVXznxzAV3o9zdduhozEM,994
|
|
@@ -310,7 +90,7 @@ rasa/core/actions/action_trigger_flow.py,sha256=IydYAGafTtoY6XSgCX124xJQhzudUg8J
|
|
|
310
90
|
rasa/core/actions/action_trigger_search.py,sha256=QfYqnaGRCqRYJ4msYsLAbnVYW5ija_tqhCcKIN8aEfw,1064
|
|
311
91
|
rasa/core/actions/constants.py,sha256=gfgdWmj-OJ5xTcTAS1OcXQ3dgcTiHO98NC-SGyKlTjs,161
|
|
312
92
|
rasa/core/actions/custom_action_executor.py,sha256=qafASBdM3-hByDqbkNxgXfx5yMSsJh_nB3B7x9ye0TY,6176
|
|
313
|
-
rasa/core/actions/direct_custom_actions_executor.py,sha256=
|
|
93
|
+
rasa/core/actions/direct_custom_actions_executor.py,sha256=IzxRnPF92zs3WX-p9DoFq51Vf0QwfE6prB_AlyEEllc,3746
|
|
314
94
|
rasa/core/actions/e2e_stub_custom_action_executor.py,sha256=D-kECC1QjVLv4owNxstW2xJPPsXTGfGepvquMeWB_ec,2282
|
|
315
95
|
rasa/core/actions/forms.py,sha256=MPGxp3vg-EgFcU5UQYqWM2tycSFIuoF6vWvNSSWPhSA,26967
|
|
316
96
|
rasa/core/actions/grpc_custom_action_executor.py,sha256=EDxdSIDA4H4Mu-QZk-pPGV2N41ZsbY8W9laV6l1WlDQ,9103
|
|
@@ -473,7 +253,7 @@ rasa/core/channels/rest.py,sha256=LWBYBdVzOz5Vv5tZCkB1QA7LxXJFTeC87CQLAi_ZGeI,73
|
|
|
473
253
|
rasa/core/channels/rocketchat.py,sha256=hajaH6549CjEYFM5jSapw1DQKBPKTXbn7cVSuZzknmI,5999
|
|
474
254
|
rasa/core/channels/slack.py,sha256=jVsTTUu9wUjukPoIsAhbee9o0QFUMCNlQHbR8LTcMBc,24406
|
|
475
255
|
rasa/core/channels/socketio.py,sha256=ZEavmx2on9AH73cuIFSGMKn1LHJhzcQVaqrFz7SH-CE,11348
|
|
476
|
-
rasa/core/channels/studio_chat.py,sha256=
|
|
256
|
+
rasa/core/channels/studio_chat.py,sha256=02zPjN54hrOxfB9YCPzMPoSF30Kzml817l_hSFWr3bc,19204
|
|
477
257
|
rasa/core/channels/telegram.py,sha256=TKVknsk3U9tYeY1a8bzlhqkltWmZfGSOvrcmwa9qozc,12499
|
|
478
258
|
rasa/core/channels/twilio.py,sha256=2BTQpyx0b0yPpc0A2BHYfxLPgodrLGLs8nq6i3lVGAM,5906
|
|
479
259
|
rasa/core/channels/vier_cvg.py,sha256=5O4yx0TDQIMppvlCxTOzmPB60CA-vqQXqWQ7upfrTO0,13496
|
|
@@ -485,16 +265,16 @@ rasa/core/channels/voice_ready/twilio_voice.py,sha256=E9-tgqlGdJ7a_Jl9_rtvM5ubZz
|
|
|
485
265
|
rasa/core/channels/voice_ready/utils.py,sha256=8sDUDWHOxgEuSwNDJUQ15SnRlfnuCjEOF0rsokLIGZ8,1736
|
|
486
266
|
rasa/core/channels/voice_stream/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
487
267
|
rasa/core/channels/voice_stream/asr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
488
|
-
rasa/core/channels/voice_stream/asr/asr_engine.py,sha256=
|
|
268
|
+
rasa/core/channels/voice_stream/asr/asr_engine.py,sha256=34rgUqDtH9YvpAUZYPsS0GuS1pbYaz9ziEI5HyFXUSs,3403
|
|
489
269
|
rasa/core/channels/voice_stream/asr/asr_event.py,sha256=skPwrkRrcsptmeWXu9q68i4B-ZbvambCFFLtQ0TIgMo,297
|
|
490
270
|
rasa/core/channels/voice_stream/asr/azure.py,sha256=dUFxtNVVwGM2D1VyqQ5FWeSpKwUQekMXUxWZv6tPJ7w,6114
|
|
491
|
-
rasa/core/channels/voice_stream/asr/deepgram.py,sha256=
|
|
271
|
+
rasa/core/channels/voice_stream/asr/deepgram.py,sha256=VeVMWg05uL_epGGOZbUHXeIIhoBf0bxiWMp6QwNFe0A,5920
|
|
492
272
|
rasa/core/channels/voice_stream/audio_bytes.py,sha256=3V0QQplPD-kVfebaaeVcKgV7pwIJyjnTenujVD3y3sY,340
|
|
493
|
-
rasa/core/channels/voice_stream/audiocodes.py,sha256=
|
|
273
|
+
rasa/core/channels/voice_stream/audiocodes.py,sha256=W8p5gzP43VROMlVwwx8vrGxS4zy_JL-MpORv-1fPik0,12707
|
|
494
274
|
rasa/core/channels/voice_stream/browser_audio.py,sha256=KDUexINUh1gElQ_2ccpAWltlH-pdakm-x1L6bvKffUY,3931
|
|
495
275
|
rasa/core/channels/voice_stream/call_state.py,sha256=fbwVbT0ddE7AjTYjx-Mq5jBMEGXanbug5wlBwstaews,899
|
|
496
276
|
rasa/core/channels/voice_stream/genesys.py,sha256=-PL1y0b2dJClM-S000loaDUWbm8qwcFSYwYaNaPG_9c,17708
|
|
497
|
-
rasa/core/channels/voice_stream/jambonz.py,sha256=
|
|
277
|
+
rasa/core/channels/voice_stream/jambonz.py,sha256=h4tthO79EoO3DvwB7Ei04OJeFdwf60TXAqdg0U_ArpQ,8555
|
|
498
278
|
rasa/core/channels/voice_stream/tts/__init__.py,sha256=Z-EAlRRqNCXYTSvhdT_PQnxcAqN7n_buJ34iQjf7DSg,248
|
|
499
279
|
rasa/core/channels/voice_stream/tts/azure.py,sha256=RIS8wBpnX8yWM17UxUo5ko4QrxExAn16TvjX-Gn_gkc,4673
|
|
500
280
|
rasa/core/channels/voice_stream/tts/cartesia.py,sha256=cH2eHicZ_NCWtDH-cn9Chq8SSm-1agJRy-ieDJCVlD4,5407
|
|
@@ -502,7 +282,7 @@ rasa/core/channels/voice_stream/tts/tts_cache.py,sha256=K4S2d8zWX2h2ylYALp7IdqFS
|
|
|
502
282
|
rasa/core/channels/voice_stream/tts/tts_engine.py,sha256=JMCWGHxT8QiqKoBeI6F4RX_-Q9EEqG3vUtkgOUnlt-w,1812
|
|
503
283
|
rasa/core/channels/voice_stream/twilio_media_streams.py,sha256=Tc30Z-gLB3v2PM0ibNpF2m0vTzbXP6h9B64HNwvciOE,8936
|
|
504
284
|
rasa/core/channels/voice_stream/util.py,sha256=d0Tl0tGAnVj3SgGovsUMHx-QL44nrPI29OTYKYleH0U,1987
|
|
505
|
-
rasa/core/channels/voice_stream/voice_channel.py,sha256=
|
|
285
|
+
rasa/core/channels/voice_stream/voice_channel.py,sha256=mcH5x-28X6kauPdb5XYe8WCyTAr2IjuraPM7KuOeMr0,21418
|
|
506
286
|
rasa/core/channels/webexteams.py,sha256=z_o_jnc6B7hsHpd6XorImFkF43wB4yx_kiTPKAjPSuo,4805
|
|
507
287
|
rasa/core/concurrent_lock_store.py,sha256=aAZDAYUVffCx2J8wbJ05vTE3Xd9bQ4Dx13RZmCy3ohw,8285
|
|
508
288
|
rasa/core/constants.py,sha256=dEokmEf6XkOFA_xpuwjqwNtlZv-a5Tz5dLMRc7Vu4CU,4070
|
|
@@ -540,7 +320,7 @@ rasa/core/nlg/translate.py,sha256=PBMTbIgdkhx8rhzqv6h0u5r9jqdfiVIh7u0qb363sJA,18
|
|
|
540
320
|
rasa/core/persistor.py,sha256=7LCZHAwCM-xrUI38aaJ5dkxJvLdJXWI1TEUKsBo4_EE,21295
|
|
541
321
|
rasa/core/policies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
542
322
|
rasa/core/policies/ensemble.py,sha256=XoHxU0jcb_io_LBOpjJffylzqtGEB7CH9ivhRyO8pDc,12960
|
|
543
|
-
rasa/core/policies/enterprise_search_policy.py,sha256=
|
|
323
|
+
rasa/core/policies/enterprise_search_policy.py,sha256=MCY7fPtBo9IwKdl-k5gIurUUR2_oFWlZErZMhwBa1-k,46839
|
|
544
324
|
rasa/core/policies/enterprise_search_policy_config.py,sha256=rTIGBrfGfe_lvsYQW1cU20tza07p_-oxFfjXhw7-phc,8644
|
|
545
325
|
rasa/core/policies/enterprise_search_prompt_template.jinja2,sha256=dCS_seyBGxMQoMsOjjvPp0dd31OSzZCJSZeev1FJK5Q,1187
|
|
546
326
|
rasa/core/policies/enterprise_search_prompt_with_citation_template.jinja2,sha256=va9rpP97dN3PKoJZOVfyuISt3cPBlb10Pqyz25RwO_Q,3294
|
|
@@ -548,7 +328,7 @@ rasa/core/policies/enterprise_search_prompt_with_relevancy_check_and_citation_te
|
|
|
548
328
|
rasa/core/policies/flow_policy.py,sha256=Rvx5MIGDHi9sVxGazf-dXs6F-hFHSi3UoVjjSP8ATik,7470
|
|
549
329
|
rasa/core/policies/flows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
550
330
|
rasa/core/policies/flows/flow_exceptions.py,sha256=_FQuN-cerQDM1pivce9bz4zylh5UYkljvYS1gjDukHI,1527
|
|
551
|
-
rasa/core/policies/flows/flow_executor.py,sha256=
|
|
331
|
+
rasa/core/policies/flows/flow_executor.py,sha256=3T3uGzJsPflZrtOg2Gg5WFgOvmX3uRuacaESiOtvDXA,28601
|
|
552
332
|
rasa/core/policies/flows/flow_step_result.py,sha256=agjPrD6lahGSe2ViO5peBeoMdI9ngVGRSgtytgxmJmg,1360
|
|
553
333
|
rasa/core/policies/intentless_policy.py,sha256=1A7FSkI4PQdN3t1p3GQhSImmO-m6UVCUzzEsjxz4nKc,38040
|
|
554
334
|
rasa/core/policies/intentless_prompt_template.jinja2,sha256=KhIL3cruMmkxhrs5oVbqgSvK6ZiN_6TQ_jXrgtEB-ZY,677
|
|
@@ -596,7 +376,7 @@ rasa/dialogue_understanding/commands/chit_chat_answer_command.py,sha256=XXSFcU6x
|
|
|
596
376
|
rasa/dialogue_understanding/commands/clarify_command.py,sha256=az0nHYoP66fdhBj4TcD1zKBcPYqtNk8KQKyW7BvEYZk,4506
|
|
597
377
|
rasa/dialogue_understanding/commands/command.py,sha256=rhxHmllTMwvb4Uq-pDqmUdlKtu-87y8nqN5DRO-KDwE,2529
|
|
598
378
|
rasa/dialogue_understanding/commands/command_syntax_manager.py,sha256=2qA2m9Z7SSjG4pFAdgKbkqJCICyanicu4wU5iw5Bs1g,1907
|
|
599
|
-
rasa/dialogue_understanding/commands/correct_slots_command.py,sha256=
|
|
379
|
+
rasa/dialogue_understanding/commands/correct_slots_command.py,sha256=307rHpR2mwJd7Pdmphjf7F7E6YX69y6WnkWQdUqFNdU,10360
|
|
600
380
|
rasa/dialogue_understanding/commands/error_command.py,sha256=Twk2dOtR-oqE87wW5eh1tR_b24KpyWyK20f86bJpbH4,2433
|
|
601
381
|
rasa/dialogue_understanding/commands/free_form_answer_command.py,sha256=XlQrHXrcOemzu1LHZiDhBAluiSlnUQ2V7ET5Z-aG7gc,224
|
|
602
382
|
rasa/dialogue_understanding/commands/handle_code_change_command.py,sha256=Cp2e1iD0zacXmljJ8vDXHJu9Fp6BwB7cGx8NF748akw,2192
|
|
@@ -616,12 +396,12 @@ rasa/dialogue_understanding/commands/utils.py,sha256=keNOSdTqCPEXO1ICWpKr229IyGQ
|
|
|
616
396
|
rasa/dialogue_understanding/constants.py,sha256=_kB0edGV23uvhujlF193N2jk6YG0R6LC599YDX5B5vo,129
|
|
617
397
|
rasa/dialogue_understanding/generator/__init__.py,sha256=SlAfNRrmBi6dqhnYdFTJDOj3jiOy4f6TETYwi0inEGE,1129
|
|
618
398
|
rasa/dialogue_understanding/generator/_jinja_filters.py,sha256=KuK7nGKvKzKJz6Wg3AmrLFvzneGgIyeK825MCE379wc,248
|
|
619
|
-
rasa/dialogue_understanding/generator/command_generator.py,sha256=
|
|
399
|
+
rasa/dialogue_understanding/generator/command_generator.py,sha256=Eglyt8n_9Xp-jk0FXwSUCooArRn3uITk1pDXR5Vgr9o,16063
|
|
620
400
|
rasa/dialogue_understanding/generator/command_parser.py,sha256=gI_VGsD4aJOQmIVlURuzGkZDKcQcHyMLmIf1WRrZUW8,8127
|
|
621
401
|
rasa/dialogue_understanding/generator/command_parser_validator.py,sha256=qUIaKBRhH6Q-BGOELJLRvgv3gwUf75el-kw7p0v7eWI,2293
|
|
622
402
|
rasa/dialogue_understanding/generator/constants.py,sha256=ulqmLIwrBOZLyhsCChI_4CdOnA0I8MfuBxxuKGyFp7U,1130
|
|
623
403
|
rasa/dialogue_understanding/generator/flow_document_template.jinja2,sha256=f4H6vVd-_nX_RtutMh1xD3ZQE_J2OyuPHAtiltfiAPY,253
|
|
624
|
-
rasa/dialogue_understanding/generator/flow_retrieval.py,sha256=
|
|
404
|
+
rasa/dialogue_understanding/generator/flow_retrieval.py,sha256=DavL-37e0tksMWkxvFImoqlsmYeYeSdDN3u7wZI0K-8,17817
|
|
625
405
|
rasa/dialogue_understanding/generator/llm_based_command_generator.py,sha256=dori1F756kxOv-VkYetGPnacTsoTYHIUt1mTqt050Qs,23585
|
|
626
406
|
rasa/dialogue_understanding/generator/llm_command_generator.py,sha256=z7jhIJ3W_5GFH-p15kVoWbigMIoY8fIJjc_j_uX7yxw,2581
|
|
627
407
|
rasa/dialogue_understanding/generator/multi_step/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -663,7 +443,7 @@ rasa/dialogue_understanding/patterns/skip_question.py,sha256=fJ1MC0WEEtS-BpnGJEf
|
|
|
663
443
|
rasa/dialogue_understanding/patterns/user_silence.py,sha256=xP-QMnd-MsybH5z4g01hBv4OLOHcw6m3rc26LQfe2zo,1140
|
|
664
444
|
rasa/dialogue_understanding/patterns/validate_slot.py,sha256=hqd5AEGT3M3HLNhMwuI9W9kZNCvgU6GyI-2xc2b4kz8,2085
|
|
665
445
|
rasa/dialogue_understanding/processor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
666
|
-
rasa/dialogue_understanding/processor/command_processor.py,sha256=
|
|
446
|
+
rasa/dialogue_understanding/processor/command_processor.py,sha256=62iz_LBxw2HwkOPx-VWExZKOcGEeHfS_tbb203MxZBU,30470
|
|
667
447
|
rasa/dialogue_understanding/processor/command_processor_component.py,sha256=rkErI_Uo7s3LsEojUSGSRbWGyGaX7GtGOYSJn0V-TI4,1650
|
|
668
448
|
rasa/dialogue_understanding/stack/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
669
449
|
rasa/dialogue_understanding/stack/dialogue_stack.py,sha256=cYV6aQeh0EuOJHODDqK3biqXozYTX8baPgLwHhPxFqs,5244
|
|
@@ -782,12 +562,12 @@ rasa/markers/validate.py,sha256=dZvMTcDK_sji9OP8JY4kUcjeIScLF93C3CKTWK8DplI,708
|
|
|
782
562
|
rasa/model.py,sha256=cAbQXvfZXBKHAj79Z0-mCy29hSSWp2KaroScgDeTfJw,3489
|
|
783
563
|
rasa/model_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
784
564
|
rasa/model_manager/config.py,sha256=8upZP4CokMBy0imiiPvINJuLW4JOQ326dPiJ041jJUI,1231
|
|
785
|
-
rasa/model_manager/model_api.py,sha256=
|
|
786
|
-
rasa/model_manager/runner_service.py,sha256=
|
|
565
|
+
rasa/model_manager/model_api.py,sha256=g8zeqHIaFFUyqyb9Y1lmSkCOlWAiLFvFM54EjwuOnZg,23854
|
|
566
|
+
rasa/model_manager/runner_service.py,sha256=CfvkmCqk-syCqTxb4u3N44WvzXuWFlpomR9SvgzIFKs,9514
|
|
787
567
|
rasa/model_manager/socket_bridge.py,sha256=wvoWqNwEEIM9sJEtdC_2AzFkMpkAG0CZpf6MA0NZ-2E,5299
|
|
788
568
|
rasa/model_manager/studio_jwt_auth.py,sha256=uls2QiHUlUrR3fOzZssW4UaAMJMfnPMZeV1aDmZIT0E,2645
|
|
789
|
-
rasa/model_manager/trainer_service.py,sha256
|
|
790
|
-
rasa/model_manager/utils.py,sha256=
|
|
569
|
+
rasa/model_manager/trainer_service.py,sha256=aw3tp2736fILT5bYunkERPcWR5TjjyhThBXIktJfhqU,10628
|
|
570
|
+
rasa/model_manager/utils.py,sha256=rS0ST-rJMuZOna90r_Ioz7gOkZ8r8vm4XAhzI0iUZOA,2643
|
|
791
571
|
rasa/model_manager/warm_rasa_process.py,sha256=2vg8gBEUvPrr6C5W-fxtWWSajksrOaT83CTk6S4KCkg,5843
|
|
792
572
|
rasa/model_service.py,sha256=XXCaiLj2xq58n05W3R1jmTIv-V8f_7PG30kVpRxf71Y,3727
|
|
793
573
|
rasa/model_testing.py,sha256=eZw7l8Zz3HkH_ZPBurY93HzzudHdoQn8HBnDdZSysAY,14929
|
|
@@ -865,13 +645,13 @@ rasa/shared/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
|
865
645
|
rasa/shared/core/command_payload_reader.py,sha256=aWmEe6NyGdGZ8qaCPxGZu1frLROv04SFbwPpZNrtj7Q,3741
|
|
866
646
|
rasa/shared/core/constants.py,sha256=_YGXcxuIsgug7P-__KQJbrUjkK-gT_RfWjBESy9QZTo,6410
|
|
867
647
|
rasa/shared/core/conversation.py,sha256=0nUhcbQkPDnO3_Rig7oiinrWmPy5fsVQs_U6Fx1hG5c,1384
|
|
868
|
-
rasa/shared/core/domain.py,sha256=
|
|
648
|
+
rasa/shared/core/domain.py,sha256=PTSwkm_m9E5hzuxUrIjoLVEtYTHk1gjul3ic6Q0tUg8,86791
|
|
869
649
|
rasa/shared/core/events.py,sha256=FAWCA0JXim89u4AcWLKCt4F9A0pkYDE5NhCIyiKwWTM,89973
|
|
870
650
|
rasa/shared/core/flows/__init__.py,sha256=Z4pBY0qcEbHeOwgmKsyg2Nz4dX9CF67fFCwj2KXSMpg,180
|
|
871
651
|
rasa/shared/core/flows/constants.py,sha256=uno5qtsWl8lxELsDe04_5tJH1tBgj6uRRr_g83s10xA,404
|
|
872
652
|
rasa/shared/core/flows/flow.py,sha256=M-_AUkT7dk2DU8jhA_fWtALumY6jWny6pV-aF13B4YA,29462
|
|
873
653
|
rasa/shared/core/flows/flow_path.py,sha256=xstwahZBU5cfMY46mREA4NoOGlKLBRAqeP_mJ3UZqOI,2283
|
|
874
|
-
rasa/shared/core/flows/flow_step.py,sha256=
|
|
654
|
+
rasa/shared/core/flows/flow_step.py,sha256=b1O2b5sJJP9lyPzcAStNJITYcPQWlyIlsu2qXmTxVSQ,4989
|
|
875
655
|
rasa/shared/core/flows/flow_step_links.py,sha256=UNlE8xuhi-8R3CL2HPLEp0sAaKP_Obhv5yHSRNsiP8Q,11054
|
|
876
656
|
rasa/shared/core/flows/flow_step_sequence.py,sha256=yFtG_1ihI7hUK8I1izawMWVPPct4uh1iW2U0BVeCzUk,2537
|
|
877
657
|
rasa/shared/core/flows/flows_list.py,sha256=9KKvkLeNSe1oTZUpXAX-EvqYOKcXe5OQdZ-anut5bQc,9415
|
|
@@ -891,12 +671,12 @@ rasa/shared/core/flows/steps/set_slots.py,sha256=NnPyHxY5gBiJ83qTbxRmgKh8BIMdi9U
|
|
|
891
671
|
rasa/shared/core/flows/steps/start.py,sha256=AJpKIm0S3GZYLEs3ybXW0Zrq03Pu9lvirNahiUy2I6k,1010
|
|
892
672
|
rasa/shared/core/flows/utils.py,sha256=wqPWuEgYcbGMTs6wuckX400Sq1_Jz8yKYd2t91p3e8U,2270
|
|
893
673
|
rasa/shared/core/flows/validation.py,sha256=7X0O0gxJrgF91iZpFxLK28yz0JCUhozkra1qF3eMtPs,28438
|
|
894
|
-
rasa/shared/core/flows/yaml_flows_io.py,sha256=
|
|
674
|
+
rasa/shared/core/flows/yaml_flows_io.py,sha256=nYnZNKG6ryxQaCYz4oDzy7SQTbeMIVP3p6Wl6XGD-Mw,18238
|
|
895
675
|
rasa/shared/core/generator.py,sha256=UAuBPu5UjUhL9djVK-PvrWZcNhRACOEgnRsTleV7eeY,35686
|
|
896
676
|
rasa/shared/core/policies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
897
677
|
rasa/shared/core/policies/utils.py,sha256=rWE_-48Ovc__V7wOKCJ-2lTerVRtN3iRHV4ZvuU2b2g,3070
|
|
898
678
|
rasa/shared/core/slot_mappings.py,sha256=afWxJsnAdHPzIxpHBBG1NbK4JBBWSsua3_xq87PKEZA,26663
|
|
899
|
-
rasa/shared/core/slots.py,sha256=
|
|
679
|
+
rasa/shared/core/slots.py,sha256=8ETIMYXWBRY_uOx9eUWm8vFiZaZpEVBjHzuwimaerJ8,29959
|
|
900
680
|
rasa/shared/core/trackers.py,sha256=LwePm-7-QySHHhCWzXkTnJgcLaqvyG0DwLhJ6EWG0NM,45583
|
|
901
681
|
rasa/shared/core/training_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
902
682
|
rasa/shared/core/training_data/loading.py,sha256=RCx1uTI9iDejFI_sWg3qPzhjln7-hu78f3EDAT6K0No,2894
|
|
@@ -915,12 +695,11 @@ rasa/shared/engine/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
|
915
695
|
rasa/shared/engine/caching.py,sha256=SfiDl-xtkBbOU3qiSYi9rTA136kS4v5fixIS7vJuAP4,742
|
|
916
696
|
rasa/shared/exceptions.py,sha256=YAvVWVEX4D95Q_SwlwZUDs5IG9mJnkTVr6jwx6dk__g,5254
|
|
917
697
|
rasa/shared/importers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
918
|
-
rasa/shared/importers/importer.py,sha256=
|
|
698
|
+
rasa/shared/importers/importer.py,sha256=rNVDul5txtnAiZ-sYf8Yp8RW-eGn3t-1_PLrPU_Eyug,29597
|
|
919
699
|
rasa/shared/importers/multi_project.py,sha256=73fzUGDFpzHt9Nhy3EmPZg5mHj1EApmFiLoxitOX-EQ,8137
|
|
920
700
|
rasa/shared/importers/rasa.py,sha256=04ohlwnqllfFDJPcmE32SkMNg1TMKwKnsfNlzeGJWUc,4086
|
|
921
701
|
rasa/shared/importers/remote_importer.py,sha256=fKLQskaCVPpD5cCMQ9sR71cZZlSIP-SSv3J3o2kra2w,7696
|
|
922
|
-
rasa/shared/importers/
|
|
923
|
-
rasa/shared/importers/utils.py,sha256=627YUTWCWP7vjB-Se0VTHzOu7jFpyk1Oq1FWqa5QK6Q,3605
|
|
702
|
+
rasa/shared/importers/utils.py,sha256=NcVgGTc_wnIXhsTjielimDXhO2zg3_qV1w_vBpyENJo,1289
|
|
924
703
|
rasa/shared/nlu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
925
704
|
rasa/shared/nlu/constants.py,sha256=EVMuFXWX_SspnB7FFi8gf-ZHDjdESxalNJI9h7sjG9g,1919
|
|
926
705
|
rasa/shared/nlu/interpreter.py,sha256=eCNJp61nQYTGVf4aJi8SCWb46jxZY6-C1M1LFxMyQTM,188
|
|
@@ -1019,9 +798,9 @@ rasa/studio/pull/pull.py,sha256=Qr-Ms4pXNS04hvdciZCfbeC1hag6v2puwhHwhcFpA8Q,7750
|
|
|
1019
798
|
rasa/studio/push.py,sha256=_EopU6RQnbQub33x0TVXOTWCYUfOQMDc6KdDNmltLMs,4279
|
|
1020
799
|
rasa/studio/results_logger.py,sha256=lwKROoQjzzJVnFoceLQ-z-5Hg35TfHo-8R4MDrMLYHY,5126
|
|
1021
800
|
rasa/studio/train.py,sha256=-UTPABXNWlnp3iIMKeslgprEtRQWcr8mF-Q7bacKxEw,4240
|
|
1022
|
-
rasa/studio/upload.py,sha256=
|
|
801
|
+
rasa/studio/upload.py,sha256=Ssop8gTrBDj4JTrI35bdiKy7IWmUV_I3YXgXM-DIXSo,22648
|
|
1023
802
|
rasa/studio/utils.py,sha256=yiJtEv_CuI3uwVsWvKvcFH1ODZw37_aFNtCqaStwyP4,1109
|
|
1024
|
-
rasa/telemetry.py,sha256=
|
|
803
|
+
rasa/telemetry.py,sha256=2W1Tq1HMQm60o5oiy5DEGrIqSlpYMaJybY4DvCa6Gg8,69712
|
|
1025
804
|
rasa/tracing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1026
805
|
rasa/tracing/config.py,sha256=Ev4U0Z_P-0JMxEtyjWFgyaoSluNlAm5tTm5wBr-7F0I,13083
|
|
1027
806
|
rasa/tracing/constants.py,sha256=l7RUgan0BebsZxZifLDfj9_lWIqdStJ-3Ny-44wTLrM,3690
|
|
@@ -1037,14 +816,13 @@ rasa/utils/cli.py,sha256=L-DT4nPdVBWfc2m1COHrziLitVWJxazSreb6JLbTho4,865
|
|
|
1037
816
|
rasa/utils/common.py,sha256=olhHFy4FmolRgiU2dt4aHAZK2r2exb7T6tw5PsHQDrQ,21549
|
|
1038
817
|
rasa/utils/converter.py,sha256=H4LHpoAK7MXMmvNZG_uSn0gbccCJvHtsA2-6Zya4u6M,1656
|
|
1039
818
|
rasa/utils/endpoints.py,sha256=jX9xSI_3KJ-NpzymyfaO-Zj-ISaWbA4ql2Kx3NulBvE,10905
|
|
1040
|
-
rasa/utils/io.py,sha256=
|
|
1041
|
-
rasa/utils/json_utils.py,sha256=
|
|
819
|
+
rasa/utils/io.py,sha256=LIAdQQqUPA-V_mdpgeQzPDzA4rmsdZLyVKc8j_0Z70Y,7161
|
|
820
|
+
rasa/utils/json_utils.py,sha256=SKtJzzsIRCAgNEQiBvWDDm9euMRBgJ-TyvCi2tXHH1w,1689
|
|
1042
821
|
rasa/utils/licensing.py,sha256=_YGELCUjBF9rzVwlKoP1YfnqskszHUqyd-_qVpXr5Kw,20508
|
|
1043
|
-
rasa/utils/log_utils.py,sha256=
|
|
822
|
+
rasa/utils/log_utils.py,sha256=QR0R5Ezs9xOaESluelqdikViIypXSWVxCPJmJM4Ir3E,5440
|
|
1044
823
|
rasa/utils/mapper.py,sha256=CZiD3fu7-W-OJgoB1R8JaOg-Hq13TK20D-zGVNgbF18,7726
|
|
1045
824
|
rasa/utils/ml_utils.py,sha256=y4Czr9GdRBj-a2npXU8ED2qC9bzw5olRyqQEmu5BB8k,4185
|
|
1046
|
-
rasa/utils/
|
|
1047
|
-
rasa/utils/plotting.py,sha256=QT30kYXQxqAL8ZECjwOOvawuWALJ_rcO3rBZY5PWF-s,12272
|
|
825
|
+
rasa/utils/plotting.py,sha256=Dv7O58T4eu3XwwIFgptx4ay1ocjHLmeA7uReN2FIne4,12260
|
|
1048
826
|
rasa/utils/sanic_error_handler.py,sha256=nDL1hyBe8DRdXyXPJFCfWOn3GzTm--UypF7OT2KCra8,1152
|
|
1049
827
|
rasa/utils/singleton.py,sha256=w1-sZeBPwe84bod-CuAf8IX8sMJ36pu2UYHHm0eF3wI,565
|
|
1050
828
|
rasa/utils/tensorflow/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1067,10 +845,10 @@ rasa/utils/tensorflow/types.py,sha256=PLG7VI5P_3fNZaXYdGyNIRF4dOMTnLtzfvgms67_IS
|
|
|
1067
845
|
rasa/utils/train_utils.py,sha256=ClJx-6x3-h3Vt6mskacgkcCUJTMXjFPe3zAcy_DfmaU,21259
|
|
1068
846
|
rasa/utils/url_tools.py,sha256=dZ1HGkVdWTJB7zYEdwoDIrEuyX9HE5WsxKKFVsXBLE0,1218
|
|
1069
847
|
rasa/utils/yaml.py,sha256=KjbZq5C94ZP7Jdsw8bYYF7HASI6K4-C_kdHfrnPLpSI,2000
|
|
1070
|
-
rasa/validator.py,sha256=
|
|
1071
|
-
rasa/version.py,sha256=
|
|
1072
|
-
rasa_pro-3.13.
|
|
1073
|
-
rasa_pro-3.13.
|
|
1074
|
-
rasa_pro-3.13.
|
|
1075
|
-
rasa_pro-3.13.
|
|
1076
|
-
rasa_pro-3.13.
|
|
848
|
+
rasa/validator.py,sha256=JXi8bz3SsTB2c1tbDRY3r3TkcfSbhxacoxs-rVx6a9s,82937
|
|
849
|
+
rasa/version.py,sha256=GxO-JYo6DvtdT4Av1juK0eJKhi5SOUwJNsbge-HDGRI,117
|
|
850
|
+
rasa_pro-3.13.2.dist-info/METADATA,sha256=yknLWF5xOOaZmao3oVsEACL-nitEFkPpGsviuCOtpVk,10550
|
|
851
|
+
rasa_pro-3.13.2.dist-info/NOTICE,sha256=7HlBoMHJY9CL2GlYSfTQ-PZsVmLmVkYmMiPlTjhuCqA,218
|
|
852
|
+
rasa_pro-3.13.2.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
853
|
+
rasa_pro-3.13.2.dist-info/entry_points.txt,sha256=ckJ2SfEyTPgBqj_I6vm_tqY9dZF_LAPJZA335Xp0Q9U,43
|
|
854
|
+
rasa_pro-3.13.2.dist-info/RECORD,,
|
rasa/builder/README.md
DELETED
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
# Rasa Prompt-to-Bot Service
|
|
2
|
-
|
|
3
|
-
A production-ready service that generates Rasa chatbots from natural language descriptions using LLMs.
|
|
4
|
-
|
|
5
|
-
## Architecture
|
|
6
|
-
|
|
7
|
-
The service follows functional programming principles with minimal use of classes:
|
|
8
|
-
|
|
9
|
-
### Core Modules
|
|
10
|
-
|
|
11
|
-
- **`config.py`** - Configuration management using module-level constants
|
|
12
|
-
- **`exceptions.py`** - Custom exception hierarchy for error handling
|
|
13
|
-
- **`models.py`** - Pydantic models for request/response validation
|
|
14
|
-
- **`llm_service.py`** - LLM interactions (minimal class for state management)
|
|
15
|
-
- **`validation_service.py`** - Project validation functions
|
|
16
|
-
- **`training_service.py`** - Model training functions
|
|
17
|
-
- **`project_generator.py`** - Project generation (class for bot files state)
|
|
18
|
-
- **`service.py`** - Main orchestrating service (class for app state)
|
|
19
|
-
- **`logging_utils.py`** - Thread-safe logging utilities
|
|
20
|
-
- **`llm_context.py`** - Conversation context formatting
|
|
21
|
-
- **`main.py`** - Application entry point
|
|
22
|
-
|
|
23
|
-
### Utility Scripts
|
|
24
|
-
|
|
25
|
-
- **`scrape_rasa_docs.py`** - Documentation scraping
|
|
26
|
-
- **`create_openai_vector_store.py`** - Documentation indexing
|
|
27
|
-
|
|
28
|
-
## Key Design Principles
|
|
29
|
-
|
|
30
|
-
1. **Functional First**: Use functions for stateless operations
|
|
31
|
-
2. **Minimal Classes**: Classes only when state management is needed
|
|
32
|
-
3. **Configuration**: Environment variables with sensible defaults
|
|
33
|
-
4. **Error Handling**: Structured exception hierarchy
|
|
34
|
-
5. **Type Safety**: Full type annotations and Pydantic validation
|
|
35
|
-
6. **Thread Safety**: Safe concurrent operations
|
|
36
|
-
7. **Resource Management**: Proper cleanup and lifecycle handling
|
|
37
|
-
|
|
38
|
-
## Usage
|
|
39
|
-
|
|
40
|
-
### Running the Service
|
|
41
|
-
|
|
42
|
-
```bash
|
|
43
|
-
python rasa/builder/main.py
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
### Environment Configuration
|
|
47
|
-
|
|
48
|
-
```bash
|
|
49
|
-
# OpenAI Settings
|
|
50
|
-
export OPENAI_MODEL="gpt-4.1-2025-04-14"
|
|
51
|
-
export OPENAI_TEMPERATURE="0.7"
|
|
52
|
-
export OPENAI_VECTOR_STORE_ID="vs_xxxxx"
|
|
53
|
-
export OPENAI_TIMEOUT="30"
|
|
54
|
-
|
|
55
|
-
# Server Settings
|
|
56
|
-
export SERVER_HOST="0.0.0.0"
|
|
57
|
-
export SERVER_PORT="5005"
|
|
58
|
-
export MAX_RETRIES="5"
|
|
59
|
-
export CORS_ORIGINS="http://localhost:3000,https://example.com"
|
|
60
|
-
|
|
61
|
-
# Validation Settings
|
|
62
|
-
export VALIDATION_FAIL_ON_WARNINGS="false"
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
### API Endpoints
|
|
66
|
-
|
|
67
|
-
- `POST /api/prompt-to-bot` - Generate bot from description
|
|
68
|
-
- `GET /api/bot-data` - Get current bot configuration
|
|
69
|
-
- `PUT /api/bot-data` - Update bot configuration (SSE)
|
|
70
|
-
- `POST /api/llm-builder` - LLM helper for bot development
|
|
71
|
-
- `GET /` - Health check
|
|
72
|
-
|
|
73
|
-
### Documentation Setup
|
|
74
|
-
|
|
75
|
-
```bash
|
|
76
|
-
# 1. Scrape Rasa documentation
|
|
77
|
-
python rasa/builder/scrape_rasa_docs.py
|
|
78
|
-
|
|
79
|
-
# 2. Create OpenAI vector store
|
|
80
|
-
python rasa/builder/create_openai_vector_store.py
|
|
81
|
-
```
|
|
82
|
-
|
|
83
|
-
## Benefits of Functional Approach
|
|
84
|
-
|
|
85
|
-
- **Simpler**: Easy to understand and reason about
|
|
86
|
-
- **Testable**: Functions are easier to unit test
|
|
87
|
-
- **Reusable**: Pure functions can be composed
|
|
88
|
-
- **Maintainable**: Clear separation of concerns
|
|
89
|
-
- **Performant**: No unnecessary object overhead
|
|
90
|
-
- **Debuggable**: Clear call stacks and data flow
|
|
91
|
-
|
|
92
|
-
## Error Handling
|
|
93
|
-
|
|
94
|
-
The service uses a structured exception hierarchy:
|
|
95
|
-
|
|
96
|
-
- `PromptToBotError` - Base exception
|
|
97
|
-
- `ValidationError` - Project validation failures
|
|
98
|
-
- `TrainingError` - Model training issues
|
|
99
|
-
- `LLMGenerationError` - LLM API problems
|
|
100
|
-
- `ProjectGenerationError` - Generation retry exhaustion
|
|
101
|
-
- `AgentLoadError` - Agent loading failures
|
|
102
|
-
|
|
103
|
-
## Logging
|
|
104
|
-
|
|
105
|
-
Structured logging with context using `structlog`:
|
|
106
|
-
|
|
107
|
-
```python
|
|
108
|
-
structlogger.info("operation.success", key="value")
|
|
109
|
-
structlogger.error("operation.failed", error=str(e))
|
|
110
|
-
```
|
|
111
|
-
|
|
112
|
-
## State Management
|
|
113
|
-
|
|
114
|
-
Only classes that truly need state:
|
|
115
|
-
|
|
116
|
-
1. **`LLMService`** - Caches schemas and manages OpenAI client
|
|
117
|
-
2. **`ProjectGenerator`** - Maintains current bot files
|
|
118
|
-
3. **`BotBuilderService`** - Manages Sanic app and agent state
|
|
119
|
-
|
|
120
|
-
Everything else uses pure functions for maximum simplicity and testability.
|
rasa/builder/__init__.py
DELETED
|
File without changes
|