MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
core/__init__.py
core/basic_models/__init__.py
core/basic_models/actions/__init__.py
core/basic_models/actions/basic_actions.py
core/basic_models/actions/command.py
core/basic_models/actions/counter_actions.py
core/basic_models/actions/external_actions.py
core/basic_models/actions/string_actions.py
core/basic_models/actions/variable_actions.py
core/basic_models/answer_items/__init__.py
core/basic_models/answer_items/answer_items.py
core/basic_models/classifiers/__init__.py
core/basic_models/classifiers/basic_classifiers.py
core/basic_models/classifiers/classifiers_constants.py
core/basic_models/classifiers/external_classifiers.py
core/basic_models/counter/__init__.py
core/basic_models/counter/counter.py
core/basic_models/counter/counters.py
core/basic_models/operators/__init__.py
core/basic_models/operators/comparators.py
core/basic_models/operators/operators.py
core/basic_models/parametrizers/__init__.py
core/basic_models/parametrizers/filter.py
core/basic_models/parametrizers/parametrizer.py
core/basic_models/requirement/__init__.py
core/basic_models/requirement/basic_requirements.py
core/basic_models/requirement/counter_requirements.py
core/basic_models/requirement/device_requirements.py
core/basic_models/requirement/external_requirements.py
core/basic_models/scenarios/__init__.py
core/basic_models/scenarios/base_scenario.py
core/basic_models/variables/__init__.py
core/basic_models/variables/variables.py
core/configs/__init__.py
core/configs/base_config.py
core/configs/global_constants.py
core/db_adapter/__init__.py
core/db_adapter/aioredis_adapter.py
core/db_adapter/db_adapter.py
core/db_adapter/error.py
core/db_adapter/ignite_adapter.py
core/db_adapter/ignite_thread_adapter.py
core/db_adapter/memory_adapter.py
core/db_adapter/os_adapter.py
core/db_adapter/redis_adapter.py
core/db_adapter/ceph/__init__.py
core/db_adapter/ceph/ceph_adapter.py
core/db_adapter/ceph/ceph_exception.py
core/db_adapter/ceph/ceph_io.py
core/descriptions/__init__.py
core/descriptions/descriptions.py
core/descriptions/lazy_descriptions.py
core/descriptions/smart_updatable_lazy_descriptions.py
core/jaeger_custom_client/__init__.py
core/jaeger_custom_client/jaeger_config.py
core/jaeger_custom_client/jaeger_utils.py
core/jaeger_custom_client/kafka_codec.py
core/logging/__init__.py
core/logging/logger_constants.py
core/logging/logger_formatter.py
core/logging/logger_handlers.py
core/logging/logger_utils.py
core/logging/masker.py
core/message/__init__.py
core/message/app_info.py
core/message/device.py
core/message/from_message.py
core/message/message_constants.py
core/message/msg_validator.py
core/model/__init__.py
core/model/base_user.py
core/model/factory.py
core/model/field.py
core/model/lazy_items.py
core/model/model.py
core/model/registered.py
core/model/heapq/__init__.py
core/model/heapq/heapq_storage.py
core/model/queued_objects/__init__.py
core/model/queued_objects/limited_queued_hashable_objects.py
core/model/queued_objects/limited_queued_hashable_objects_description.py
core/monitoring/__init__.py
core/monitoring/healthcheck_handler.py
core/monitoring/monitoring.py
core/monitoring/twisted_server.py
core/mq/__init__.py
core/mq/kafka/__init__.py
core/mq/kafka/base_kafka_consumer.py
core/mq/kafka/base_kafka_publisher.py
core/mq/kafka/kafka_consumer.py
core/mq/kafka/kafka_publisher.py
core/names/__init__.py
core/names/field.py
core/repositories/__init__.py
core/repositories/base_repository.py
core/repositories/classifier_repository.py
core/repositories/csv_repository.py
core/repositories/dill_repository.py
core/repositories/file_repository.py
core/repositories/folder_repository.py
core/repositories/items_repository.py
core/repositories/shard_repository.py
core/request/__init__.py
core/request/base_request.py
core/request/external_requests.py
core/request/kafka_request.py
core/request/rest_request.py
core/text_preprocessing/__init__.py
core/text_preprocessing/base.py
core/text_preprocessing/constants.py
core/text_preprocessing/helpers.py
core/text_preprocessing/preprocessing_result.py
core/text_preprocessing/grammem/__init__.py
core/text_preprocessing/grammem/grammem_constants.py
core/unified_template/__init__.py
core/unified_template/currency2text.py
core/unified_template/jinja_filters.py
core/unified_template/num2ordinal.py
core/unified_template/num2text.py
core/unified_template/pan2service.py
core/unified_template/unified_template.py
core/utils/__init__.py
core/utils/delay_runner.py
core/utils/exception_handlers.py
core/utils/fallback.py
core/utils/loader.py
core/utils/masking_message.py
core/utils/memstats.py
core/utils/pickle_copy.py
core/utils/rerunable.py
core/utils/stats_timer.py
core/utils/utils.py
scenarios/__init__.py
scenarios/actions/__init__.py
scenarios/actions/action.py
scenarios/actions/action_params_names.py
scenarios/behaviors/__init__.py
scenarios/behaviors/behavior_description.py
scenarios/behaviors/behavior_descriptions.py
scenarios/behaviors/behaviors.py
scenarios/logging/__init__.py
scenarios/logging/logger_constants.py
scenarios/requirements/__init__.py
scenarios/requirements/requirements.py
scenarios/scenario_descriptions/__init__.py
scenarios/scenario_descriptions/form_filling_scenario.py
scenarios/scenario_descriptions/scenarios_description.py
scenarios/scenario_descriptions/tree_scenario/__init__.py
scenarios/scenario_descriptions/tree_scenario/tree_scenario.py
scenarios/scenario_descriptions/tree_scenario/tree_scenario_node.py
scenarios/scenario_models/__init__.py
scenarios/scenario_models/scenario_models.py
scenarios/scenario_models/field/__init__.py
scenarios/scenario_models/field/composite_field.py
scenarios/scenario_models/field/composite_fillers.py
scenarios/scenario_models/field/external_field_filler_descriptions.py
scenarios/scenario_models/field/field.py
scenarios/scenario_models/field/field_filler_description.py
scenarios/scenario_models/field/fields.py
scenarios/scenario_models/field/field_descriptions/__init__.py
scenarios/scenario_models/field/field_descriptions/basic_field_description.py
scenarios/scenario_models/field/field_descriptions/composite_field_description.py
scenarios/scenario_models/field/field_descriptions/integration_field_description.py
scenarios/scenario_models/field/field_descriptions/question_field_description.py
scenarios/scenario_models/field_requirements/__init__.py
scenarios/scenario_models/field_requirements/field_requirements.py
scenarios/scenario_models/field_validator/__init__.py
scenarios/scenario_models/field_validator/field_validator.py
scenarios/scenario_models/forms/__init__.py
scenarios/scenario_models/forms/composite_forms.py
scenarios/scenario_models/forms/form.py
scenarios/scenario_models/forms/form_description.py
scenarios/scenario_models/forms/forms.py
scenarios/scenario_models/forms/forms_description.py
scenarios/scenario_models/history/__init__.py
scenarios/scenario_models/history/constants.py
scenarios/scenario_models/history/formatters.py
scenarios/scenario_models/history/history.py
scenarios/scenario_models/history/history_description.py
scenarios/user/__init__.py
scenarios/user/parametrizer.py
scenarios/user/user_model.py
scenarios/user/last_fields/__init__.py
scenarios/user/last_fields/last_field.py
scenarios/user/last_fields/last_fields.py
scenarios/user/last_scenarios/__init__.py
scenarios/user/last_scenarios/last_scenarios.py
scenarios/user/last_scenarios/last_scenarios_description.py
scenarios/user/last_scenarios/last_scenarios_descriptions.py
scenarios/user/message_history/__init__.py
scenarios/user/message_history/message_history.py
scenarios/user/preprocessing_messages/__init__.py
scenarios/user/preprocessing_messages/prepricessing_messages_for_scenarios.py
scenarios/user/preprocessing_messages/preprocessing_messages_description.py
scenarios/user/reply_selector/__init__.py
scenarios/user/reply_selector/reply_selector.py
scenarios/utils/__init__.py
smart_app_framework.egg-info/PKG-INFO
smart_app_framework.egg-info/SOURCES.txt
smart_app_framework.egg-info/dependency_links.txt
smart_app_framework.egg-info/requires.txt
smart_app_framework.egg-info/top_level.txt
smart_kit/__init__.py
smart_kit/__main__.py
smart_kit/_version.py
smart_kit/action/__init__.py
smart_kit/action/http.py
smart_kit/compatibility/__init__.py
smart_kit/compatibility/commands.py
smart_kit/configs/__init__.py
smart_kit/configs/logger_config.py
smart_kit/configs/settings.py
smart_kit/handlers/__init__.py
smart_kit/handlers/handle_close_app.py
smart_kit/handlers/handle_respond.py
smart_kit/handlers/handle_server_action.py
smart_kit/handlers/handler_base.py
smart_kit/handlers/handler_text.py
smart_kit/handlers/handler_timeout.py
smart_kit/management/__init__.py
smart_kit/management/app_manager.py
smart_kit/management/base.py
smart_kit/management/cache.py
smart_kit/management/get_bundles_from_pps.py
smart_kit/management/plugins.py
smart_kit/management/smart_kit_manager.py
smart_kit/management/tests.py
smart_kit/message/__init__.py
smart_kit/message/app_info.py
smart_kit/message/device.py
smart_kit/message/smartapp_to_message.py
smart_kit/models/__init__.py
smart_kit/models/dialogue_manager.py
smart_kit/models/smartapp_model.py
smart_kit/names/__init__.py
smart_kit/names/action_params_names.py
smart_kit/names/message_names.py
smart_kit/request/__init__.py
smart_kit/request/kafka_request.py
smart_kit/resources/__init__.py
smart_kit/start_points/__init__.py
smart_kit/start_points/app.py
smart_kit/start_points/base_main_loop.py
smart_kit/start_points/main_loop_async_http.py
smart_kit/start_points/main_loop_http.py
smart_kit/start_points/main_loop_kafka.py
smart_kit/start_points/main_loop_parallel_kafka.py
smart_kit/system_answers/__init__.py
smart_kit/system_answers/nothing_found_action.py
smart_kit/template/app_config.py-tpl
smart_kit/template/manage.py-tpl
smart_kit/template/wsgi.py-tpl
smart_kit/template/wsgi_config.py-tpl
smart_kit/template/app/__init__.py-tpl
smart_kit/template/app/adapters/__init__.py-tpl
smart_kit/template/app/adapters/db_adapters.py-tpl
smart_kit/template/app/basic_entities/__init__.py-tpl
smart_kit/template/app/basic_entities/actions.py-tpl
smart_kit/template/app/basic_entities/fillers.py-tpl
smart_kit/template/app/basic_entities/requirements.py-tpl
smart_kit/template/app/handlers/__init__.py-tpl
smart_kit/template/app/handlers/handlers.py-tpl
smart_kit/template/app/local_testing/__init__.py-tpl
smart_kit/template/app/local_testing/custom_local_testing.py-tpl
smart_kit/template/app/models/__init__.py-tpl
smart_kit/template/app/models/dialogue_manager.py-tpl
smart_kit/template/app/models/model.py-tpl
smart_kit/template/app/resources/__init__.py-tpl
smart_kit/template/app/resources/custom_app_resourses.py-tpl
smart_kit/template/app/user/__init__.py-tpl
smart_kit/template/app/user/parametrizer.py-tpl
smart_kit/template/app/user/user.py-tpl
smart_kit/template/monitoring/__init__.py-tpl
smart_kit/template/monitoring/monitoring_wsgi_app.py-tpl
smart_kit/template/static/.text_normalizer_resources/dict_synonyms.json
smart_kit/template/static/.text_normalizer_resources/static_workdata.json
smart_kit/template/static/.text_normalizer_resources/text2num_dict.json
smart_kit/template/static/configs/logging_config.yml
smart_kit/template/static/configs/template_config.yml
smart_kit/template/static/references/history.json
smart_kit/template/static/references/last_scenarios_descriptions.json
smart_kit/template/static/references/predefined_fields_storage.json
smart_kit/template/static/references/preprocessing_messages_for_scenarios_settings.json
smart_kit/template/static/references/responses.json
smart_kit/template/static/references/test_template.json
smart_kit/template/static/references/actions/actions.json
smart_kit/template/static/references/behaviors/behaviors.json
smart_kit/template/static/references/bundles/bundles.json
smart_kit/template/static/references/classifiers/classifiers.json
smart_kit/template/static/references/field_fillers/field_fillers.json
smart_kit/template/static/references/forms/hello_form.json
smart_kit/template/static/references/scenarios/hello_scenario.json
smart_kit/template/static/references/scenarios/run_app.json
smart_kit/template/static/references/tests/hello_scenario_tests.json
smart_kit/testing/__init__.py
smart_kit/testing/local.py
smart_kit/testing/suite.py
smart_kit/testing/utils.py
smart_kit/text_preprocessing/__init__.py
smart_kit/text_preprocessing/base_text_normalizer.py
smart_kit/text_preprocessing/http_text_normalizer.py
smart_kit/text_preprocessing/local_text_normalizer.py
smart_kit/text_preprocessing/nltk_tokenizer_binding.py
smart_kit/text_preprocessing/remote.py
smart_kit/text_preprocessing/rnnmorph_wrapper.py
smart_kit/text_preprocessing/text2num.py
smart_kit/text_preprocessing/utils.py
smart_kit/utils/__init__.py
smart_kit/utils/cache.py
smart_kit/utils/diff.py
smart_kit/utils/monitoring.py
smart_kit/utils/pickle_copy.py
smart_kit/utils/logger_writer/__init__.py
smart_kit/utils/logger_writer/logger_formatter.py
tests/__init__.py
tests/core_tests/__init__.py
tests/core_tests/basic_scenario_models_test/__init__.py
tests/core_tests/basic_scenario_models_test/test_answer_items.py
tests/core_tests/basic_scenario_models_test/test_counter.py
tests/core_tests/basic_scenario_models_test/test_parametrizer.py
tests/core_tests/basic_scenario_models_test/test_variables.py
tests/core_tests/basic_scenario_models_test/action_test/__init__.py
tests/core_tests/basic_scenario_models_test/action_test/test_action.py
tests/core_tests/basic_scenario_models_test/action_test/test_command.py
tests/core_tests/basic_scenario_models_test/action_test/test_random_action.py
tests/core_tests/configs/__init__.py
tests/core_tests/configs/test_global_constants.py
tests/core_tests/descriptions/__init__.py
tests/core_tests/descriptions/test_descriptions.py
tests/core_tests/descriptions/test_lazy_descriptions.py
tests/core_tests/descriptions/test_smart_updatable_lazy_descriptions.py
tests/core_tests/jaeger_custom_client_test/__init__.py
tests/core_tests/jaeger_custom_client_test/test_codec.py
tests/core_tests/jinja_tests/__init__.py
tests/core_tests/jinja_tests/test_jinja.py
tests/core_tests/model_test/__init__.py
tests/core_tests/model_test/test_lazy_items.py
tests/core_tests/model_test/test_limited_queued_hashable_objects.py
tests/core_tests/model_test/test_model.py
tests/core_tests/monitoring_test/__init__.py
tests/core_tests/monitoring_test/test_monitoring.py
tests/core_tests/mq_test/__init__.py
tests/core_tests/mq_test/test_from_message.py
tests/core_tests/operators_test/__init__.py
tests/core_tests/operators_test/test_comparators.py
tests/core_tests/operators_test/test_operators.py
tests/core_tests/repositories_test/__init__.py
tests/core_tests/repositories_test/test_repo.py
tests/core_tests/request_test/__init__.py
tests/core_tests/request_test/test_rest_request.py
tests/core_tests/requirements_test/__init__.py
tests/core_tests/requirements_test/test_requirements.py
tests/core_tests/test_utils/__init__.py
tests/core_tests/test_utils/test_delay_runner.py
tests/core_tests/test_utils/test_number_converter.py
tests/core_tests/test_utils/test_rerunable.py
tests/core_tests/test_utils/test_time_check.py
tests/core_tests/test_utils/test_timer.py
tests/core_tests/unified_template_test/__init__.py
tests/core_tests/unified_template_test/test_money2text.py
tests/core_tests/unified_template_test/test_unified_template.py
tests/scenarios_tests/__init__.py
tests/scenarios_tests/actions_test/__init__.py
tests/scenarios_tests/actions_test/test_action.py
tests/scenarios_tests/behaviors_test/__init__.py
tests/scenarios_tests/behaviors_test/test_behavior_description.py
tests/scenarios_tests/behaviors_test/test_behavior_descriptions.py
tests/scenarios_tests/behaviors_test/test_behavior_model.py
tests/scenarios_tests/behaviors_test/test_behaviors.py
tests/scenarios_tests/fields_test/__init__.py
tests/scenarios_tests/fields_test/test_composite_field.py
tests/scenarios_tests/fields_test/test_fields.py
tests/scenarios_tests/fillers/__init__.py
tests/scenarios_tests/fillers/test_approve.py
tests/scenarios_tests/fillers/test_available_info_filler.py
tests/scenarios_tests/fillers/test_classifier_filler.py
tests/scenarios_tests/fillers/test_composite_filler.py
tests/scenarios_tests/fillers/test_external_filler.py
tests/scenarios_tests/fillers/test_first_meeting.py
tests/scenarios_tests/fillers/test_geo_token_filler.py
tests/scenarios_tests/fillers/test_intersection.py
tests/scenarios_tests/fillers/test_org_token_filler.py
tests/scenarios_tests/fillers/test_person_filler.py
tests/scenarios_tests/fillers/test_previous_messages_filler.py
tests/scenarios_tests/fillers/test_regexp_and_string_operations_filler.py
tests/scenarios_tests/fillers/test_regexp_filler.py
tests/scenarios_tests/fillers/test_regexps_filler.py
tests/scenarios_tests/forms_test/__init__.py
tests/scenarios_tests/forms_test/test_forms.py
tests/scenarios_tests/preprocessing_messages_test/__init__.py
tests/scenarios_tests/preprocessing_messages_test/test_preprocessing_messages_description.py
tests/scenarios_tests/preprocessing_messages_test/test_preprocessing_scenarios_messages.py
tests/scenarios_tests/requirements_test/__init__.py
tests/scenarios_tests/requirements_test/test_requirements.py
tests/scenarios_tests/scenario_models_test/__init__.py
tests/scenarios_tests/scenario_models_test/test_history.py
tests/scenarios_tests/scenarios_test/__init__.py
tests/scenarios_tests/scenarios_test/test_last_scenarios.py
tests/scenarios_tests/scenarios_test/test_tree_scenario.py
tests/scenarios_tests/user_models/__init__.py
tests/scenarios_tests/user_models/test_field.py
tests/scenarios_tests/user_models/test_is_int_value.py
tests/scenarios_tests/user_models/test_last_fields.py
tests/scenarios_tests/user_models/test_token_part_in_set_requirement.py
tests/smart_kit_tests/__init__.py
tests/smart_kit_tests/action/__init__.py
tests/smart_kit_tests/action/test_run_scenario_by_project_name.py
tests/smart_kit_tests/adapters/__init__.py
tests/smart_kit_tests/adapters/test_memory_adapter.py
tests/smart_kit_tests/configs/__init__.py
tests/smart_kit_tests/configs/test_logger_config.py
tests/smart_kit_tests/configs/test_settings.py
tests/smart_kit_tests/handlers/__init__.py
tests/smart_kit_tests/handlers/test_handle_close_app.py
tests/smart_kit_tests/handlers/test_handle_respond.py
tests/smart_kit_tests/handlers/test_handle_server_action.py
tests/smart_kit_tests/handlers/test_handler_base.py
tests/smart_kit_tests/handlers/test_handler_text.py
tests/smart_kit_tests/handlers/test_handler_timeout.py
tests/smart_kit_tests/management/__init__.py
tests/smart_kit_tests/management/test_base.py
tests/smart_kit_tests/management/test_smart_kit_manager.py
tests/smart_kit_tests/message/__init__.py
tests/smart_kit_tests/message/test_app_info.py
tests/smart_kit_tests/message/test_device.py
tests/smart_kit_tests/message/test_smartapp_to_message.py
tests/smart_kit_tests/models/__init__.py
tests/smart_kit_tests/models/test_dialogue_manager.py
tests/smart_kit_tests/models/test_heapq_storage.py
tests/smart_kit_tests/names/__init__.py
tests/smart_kit_tests/names/test_field.py
tests/smart_kit_tests/names/test_manage_names.py
tests/smart_kit_tests/request/__init__.py
tests/smart_kit_tests/request/test_kafka_request.py
tests/smart_kit_tests/requirement/__init__.py
tests/smart_kit_tests/requirement/test_device_requirements.py
tests/smart_kit_tests/system_answers/__init__.py
tests/smart_kit_tests/system_answers/test_nothing_found_action.py
tests/smart_kit_tests/text_preprocessing/__init__.py
tests/smart_kit_tests/text_preprocessing/test_normalization.py
tests/smart_kit_tests/text_preprocessing/test_remote.py
tests/smart_kit_tests/user/__init__.py
tests/smart_kit_tests/user/test_parametrizer.py
tests/smart_kit_tests/user/test_user_model.py